aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/cpu/arm720t
AgeCommit message (Expand)AuthorFilesLines
2013-01-16Tegra30: Add AVP (arm720t) filesTom Warren8-247/+612
2013-01-08arm: move C runtime setup code in crt0.SAlbert ARIBAUD1-45/+8
2012-10-29arm720t: add back common.h includeAllen Martin1-0/+2
2012-10-29tegra: move to common SPL frameworkAllen Martin1-77/+14
2012-10-26arm720: Remove CONFIG_ARM7_REVDMarek Vasut1-11/+0
2012-10-26arm720: Further clean up the arm720t directoryMarek Vasut3-79/+7
2012-10-26stdio: Remove the CLPS7111 serial driverMarek Vasut2-2/+0
2012-10-26arm: Remove support for NETARMMarek Vasut3-158/+9
2012-10-26arm: Remove support for s3c4510Marek Vasut5-256/+2
2012-10-26arm: Remove support for lpc2292Marek Vasut10-835/+3
2012-10-15tegra: clean up board include hellLucas Stach2-26/+1
2012-10-15tegra20: rework UART GPIO handlingLucas Stach2-5/+1
2012-10-15Tegra20: Move some include files to arch-tegra for sharing with Tegra30Tom Warren2-12/+10
2012-10-15Tegra20: Move some code files to common directories for upcoming Tegra30 patc...Tom Warren6-2/+48
2012-09-10Tegra: Change Tegra20 to Tegra in common code, prep for T30Tom Warren1-4/+4
2012-09-01ARM: add tegra20 support to arm720tAllen Martin9-1/+608
2012-09-01ARM: Fix arm720t SPL buildAllen Martin1-0/+13
2012-07-20arm: Fix to mistake clean the memory spaceZhong Hongbo1-3/+5
2012-03-30arm: Use common .lds file where possibleSimon Glass1-79/+0
2011-11-03Reduce build timesWolfgang Denk1-1/+3
2011-09-13led: remove camel casing of led identifiers globallyJason Kridner1-1/+1
2011-09-07ARM: remove broken "impa7" board.Wolfgang Denk3-102/+5
2011-09-07ARM: remove broken "ep7312" board.Wolfgang Denk3-8/+8
2011-09-03integrator: convert to new build systemLinus Walleij1-5/+0
2011-08-04Convert ISO-8859 files to UTF-8Albert ARIBAUD1-2/+2
2011-07-28cleanup: Fix typos and misspellings in various files.Mike Williams2-3/+3
2011-07-26Timer: Remove reset_timer_masked()Graeme Russ1-7/+0
2011-07-26Timer: Remove reset_timer() for non-Nios2 archesGraeme Russ1-5/+0
2011-07-26Timer: Remove set_timer completelyGraeme Russ1-5/+0
2011-07-26replace CONFIG_PRELOADER with CONFIG_SPL_BUILDAneesh V1-2/+2
2011-03-27arm: fix incorrect monitor protection region in FLASHPo-Yu Chuang2-0/+6
2011-03-27rename _end to __bss_end__Po-Yu Chuang2-2/+2
2011-02-02ARM: */start.S: code cleanupLiu Hui-R643431-2/+0
2010-12-13ARM: */start.S: use canonical asm syntaxWolfgang Denk1-1/+1
2010-12-09arm: fixloop(): do not use r8 for relocationAndreas Bießmann1-3/+3
2010-12-09arm: relocate_code(): do not set register uselessAndreas Bießmann1-2/+2
2010-12-09arm: copy_loop(): use scratch registerAndreas Bießmann1-5/+5
2010-12-08arm: add 8-byte alignment for ABI compliance before board_init_fHeiko Schocher1-0/+1
2010-11-26arm: add ELF relocation support to rest of cpusAlbert Aribaud2-73/+85
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier3-6/+6
2010-10-29Drop support for CONFIG_SKIP_RELOCATE_UBOOTWolfgang Denk1-2/+0
2010-10-29Drop support for CONFIG_SYS_ARM_WITHOUT_RELOCWolfgang Denk1-105/+0
2010-10-26ARM: use the same branch insn on all architecturesWolfgang Denk1-1/+1
2010-10-26Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated valueWolfgang Denk1-4/+4
2010-10-18Rename TEXT_BASE into CONFIG_SYS_TEXT_BASEWolfgang Denk1-4/+4
2010-10-11arm: bugfix: replace ble with blo in start.S filesAlbert Aribaud1-5/+5
2010-09-19ARM: implement relocation for arm720tHeiko Schocher2-1/+183
2010-06-22ARM: Align stack to 8 bytesVitaly Kuzmichev1-0/+1
2010-04-13arm: Move cpu/$CPU to arch/arm/cpu/$CPUPeter Tyser15-0/+2023