aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/cpu/arm920t
AgeCommit message (Expand)AuthorFilesLines
2011-11-03Reduce build timesWolfgang Denk1-1/+2
2011-10-22consolidate mdelay by providing a common function for all usersAnatolij Gustschin1-1/+0
2011-10-09arm920t/s3c24x0/usb_ohci.c: fix warning: variable ... set but not usedWolfgang Denk1-2/+1
2011-09-13led: remove camel casing of led identifiers globallyJason Kridner3-18/+18
2011-09-11Minor coding style cleanup.Wolfgang Denk3-5/+0
2011-09-10KS8695: move TIMER_ definitions before code useGreg Ungerer1-8/+8
2011-08-04Convert ISO-8859 files to UTF-8Albert ARIBAUD1-2/+2
2011-08-03a/a/c/arm920t/at91/reset.c: drop obsolete CONFIG_AT91RM9200_USARTAndreas Bießmann1-4/+0
2011-08-03a/a/c/arm920t/cpu.c: remove CONFIG_AT91_LEGACY warningAndreas Bießmann1-4/+0
2011-08-03ARM: remove obsolete at91rm9200Andreas Bießmann12-2049/+0
2011-07-28cleanup: Fix typos and misspellings in various files.Mike Williams2-3/+3
2011-07-26Timer: Remove reset_timer_masked()Graeme Russ6-46/+11
2011-07-26Timer: Fix at91rm9200/spi.c timer usageGraeme Russ1-2/+3
2011-07-26Timer: Remove reset_timer() for non-Nios2 archesGraeme Russ7-41/+1
2011-07-26Timer: Remove set_timer completelyGraeme Russ6-31/+0
2011-07-26replace CONFIG_PRELOADER with CONFIG_SPL_BUILDAneesh V1-2/+2
2011-07-04arm920t/at91: add at91rm9200_devices.cAndreas Bießmann2-0/+86
2011-07-04arm920t/at91: use new clock.c featuresAndreas Bießmann2-0/+44
2011-07-04arm920t/at91: add clock.cAndreas Bießmann2-0/+161
2011-06-22ARM: drop unsupported 'trab' boardWolfgang Denk1-7/+1
2011-06-21update arm/at91rm9200 work with rework rework110202Jens Scharsig2-7/+7
2011-05-18at91rm9200: fix lowlevel_init() SMRDATA sizeJens Scharsig1-2/+6
2011-04-27ftsmc020: move ftsmc020 static mem controller to driver/mtdMacpaul Lin2-52/+0
2011-04-27a320evb: fix include path of timer fttmr010Macpaul Lin1-1/+1
2011-04-27arm: a320: use new ftpmu010 APIPo-Yu Chuang1-20/+3
2011-04-12Fix misc spelling errors found by lintianLoïc Minier1-1/+1
2011-03-27arm: fix incorrect monitor protection region in FLASHPo-Yu Chuang3-0/+8
2011-03-27rename _end to __bss_end__Po-Yu Chuang3-3/+3
2011-02-02remove (double) LED initialization in arm920t start.sJens Scharsig1-3/+0
2011-02-02ARM: */start.S: code cleanupLiu Hui-R643431-2/+0
2011-01-09miiphy: convert to linux/mii.hMike Frysinger1-7/+7
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-12-07arm920t/at91/timer: replace bss variables by gdAndreas Bießmann1-15/+14
2010-12-07arm920t/at91/reset: board_reset: define weak symbolAndreas Bießmann1-3/+5
2010-11-26arm: add ELF relocation support to rest of cpusAlbert Aribaud2-74/+89
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier8-16/+16
2010-10-29Merge branch 'master' of git://git.denx.de/u-boot-samsungWolfgang Denk4-27/+48
2010-10-29Drop support for CONFIG_SKIP_RELOCATE_UBOOTWolfgang Denk1-2/+0
2010-10-29Drop support for CONFIG_SYS_ARM_WITHOUT_RELOCWolfgang Denk1-144/+0
2010-10-28Add generic support for samsung s3c2440C Nauman4-27/+48
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-3/+4
2010-10-18Rename TEXT_BASE into CONFIG_SYS_TEXT_BASEWolfgang Denk3-5/+5
2010-10-11arm: bugfix: replace ble with blo in start.S filesAlbert Aribaud1-5/+5
2010-09-19ARM: implement relocation for ARM920Heiko Schocher2-2/+237
2010-08-09miiphy: constify device nameMike Frysinger1-2/+2