aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/cpu/arm926ejs
AgeCommit message (Expand)AuthorFilesLines
2011-09-07Makefile : fix generation of cpu related asm-offsets.hStefano Babic3-6/+0
2011-09-04da8xx: add support for multiple PLL controllersSudhakar Rajashekhara1-11/+19
2011-09-03atmel: update at91sam9m10g45 SoC support to new styleThomas Petazzoni1-59/+55
2011-08-04Convert ISO-8859 files to UTF-8Albert ARIBAUD3-6/+6
2011-08-04arm: auto gen asm-offsets.h for mb86r0xMatthias Weisser2-0/+67
2011-08-03AT91: Makes AT91SAM9263 SoC build correctly against u-boot-atmel/masterXu, Hong2-13/+27
2011-08-03AT91: Makes AT91SAM9RL SoC build correctly against u-boot-atmel/masterXu, Hong1-39/+35
2011-08-03AT91: change common at91sam9261 files to compile with new schemeAsen Dimov1-40/+36
2011-08-03AT91: fix mistake in at91sam9260_devices.c(spi1_hw_init)Reinhard Meyer1-1/+1
2011-07-26Timer: Remove reset_timer_masked()Graeme Russ8-69/+14
2011-07-26Timer: Remove reset_timer() for non-Nios2 archesGraeme Russ12-65/+5
2011-07-26Timer: Remove set_timer completelyGraeme Russ9-45/+0
2011-07-26replace CONFIG_PRELOADER with CONFIG_SPL_BUILDAneesh V1-9/+9
2011-07-17Remove volatile qualifier in get_ram_size() callsAlbert ARIBAUD1-2/+2
2011-07-14MX27: Update to autogenerated asm-offsets.hStefano Babic2-0/+47
2011-07-14imx: Add auto generation of asm-offsets.h for imx25Matthias Weisser2-0/+62
2011-07-14imx: Use correct imx25 reset.cMatthias Weisser1-4/+2
2011-07-14imx: Add get_tbclk() function for imx25Matthias Weisser1-0/+12
2011-07-14mx27: Make the UART port number explicitFabio Estevam1-1/+1
2011-07-04arm920t/at91: add clock.cAndreas Bießmann1-34/+1
2011-06-21arm926ejs/at91/lowlevel_init.S: fix definesEric Benard1-12/+12
2011-05-18at91: fixed at91sam9263 system fileDaniel Gorsulowski1-37/+18
2011-05-18AT91: fix timer.c - remove reset_timer()Reinhard Meyer1-16/+11
2011-05-18AT91: change includes from asm/arch/io.h to asm/io.hReinhard Meyer7-8/+7
2011-05-18AT91: fix related at91 system/driver filesReinhard Meyer7-51/+33
2011-04-27Replace obsolete e-mail addressAlbert ARIBAUD6-6/+6
2011-04-27Orion5x: Correct DRAM bank detectionRogan Dawes1-1/+1
2011-04-27I2C: add i2c support for Armada100 platformLei Wen1-0/+16
2011-04-27I2C: add i2c support for Pantheon platformLei Wen1-0/+12
2011-04-27mx25: Make the UART port number explicit in its setup functionFabio Estevam1-1/+1
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-21ARM: Add Support for Marvell Pantheon Familiy SoCsLei Wen4-0/+470
2011-02-21arm relocation: Fix calculation of board_init_rAlexander Stein1-1/+1
2011-02-02arm926ejs: timer: Replace bss variable by gdrHeiko Schocher8-16/+32
2011-02-02ARM: */start.S: code cleanupLiu Hui-R643431-2/+0
2011-02-02DaVinci: Remove incorrect CONFIG optionSandeep Paulraj1-6/+0
2011-02-02DaVinci DM6467: Fix Build ErrorSandeep Paulraj1-0/+16
2011-02-02DaVinci DM6467: Added ET1011C (LSI) PHY supportSandeep Paulraj2-1/+56
2011-01-09miiphy: convert to linux/mii.hMike Frysinger1-7/+7
2010-12-16arm: Add Support for Marvell ARMADA 100 Familiy SoCsPrafulla Wadaskar4-0/+476
2010-12-13ARM: */start.S: use canonical asm syntaxWolfgang Denk1-1/+1
2010-12-11davinci: Rewrite timer.c to use tbl/tbu emulation variables in gdNick Thompson1-49/+28
2010-12-09Merge branch 'master' of git://git.denx.de/u-boot-imxWolfgang Denk2-0/+24
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-07AT91: fix EMAC gpio init in at91sam9260_devices.cReinhard Meyer1-0/+5
2010-11-21imx: Get fec mac address from fuseLiu Hui-R643432-0/+24