summaryrefslogtreecommitdiff
path: root/cpu
AgeCommit message (Expand)AuthorFilesLines
2008-09-07rtc: allow rtc_set to return an error and use it in cmd_dateJean-Christophe PLAGNIOL-VILLARD1-1/+3
2008-09-04Merge branch 'master' of git://git.denx.de/u-boot-mpc83xxWolfgang Denk2-28/+183
2008-09-04mpc83xx: clean up cache operations and unlock_ram_in_cache() functionsNick Spence1-21/+30
2008-09-04mpc83xx: Store and display Arbiter Event Register valuesNick Spence2-1/+146
2008-09-04mpc83xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cacheNick Spence1-4/+5
2008-09-04MPC83XX: Fix GPIO configuration - set gpio level before directionNick Spence1-2/+2
2008-09-03Moved initialization of MPC5xxx_FEC Ethernet driver to CPU directoryBen Warren1-0/+13
2008-09-03Moved initialization of MPC512x_FEC Ethernet driver to CPU directoryBen Warren1-0/+13
2008-09-03Moved initialization of Ethernet controllers on Atmel AT91 to board_eth_init()Ben Warren2-36/+0
2008-09-03Introduce netdev.h header file and remove externsBen Warren7-14/+7
2008-09-03Pass in tsec_info struct through tsec_initializeAndy Fleming3-55/+24
2008-09-01Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk13-79/+1410
2008-09-01Merge branch 'master' of git://git.denx.de/u-boot-ppc4xxWolfgang Denk3-20/+71
2008-09-01Merge branch 'master' of git://git.denx.de/u-boot-shWolfgang Denk8-0/+546
2008-09-01Merge branch 'master' of git://git.denx.de/u-boot-mpc5xxxWolfgang Denk7-2469/+2
2008-08-31sh: Add support SH2/SH2A which is CPU of Renesas TechnologyNobuhiro Iwamatsu8-0/+546
2008-08-31USB: Add support for OHCI controller on S3C6400Guennadi Liakhovetski2-0/+46
2008-08-31ARM: Add arm1176 core with S3C6400 SoCGuennadi Liakhovetski9-0/+1285
2008-08-31ARM DaVinci: Changing function names for EMAC driverSandeep Paulraj3-79/+79
2008-08-30ppc4xx/NAND: Add select_chip function to 4xx NDFC driverStefan Roese1-0/+8
2008-08-29Move MPC512x_FEC driver to drivers/netBen Warren3-1022/+1
2008-08-29Move MPC5xxx_FEC driver to drivers/netBen Warren4-1447/+1
2008-08-29ppc4xx: NAND configurationWolfgang Ocker1-1/+5
2008-08-29ppc4xx: fix UIC external_interrupt hang on UIC0Victor Gallardo1-2/+2
2008-08-29ppc4xx: Optimizations/Cleanups for IBM DDR2 Memory ControllerProdyut Hazarika1-17/+56
2008-08-28ColdFire: I2C fix for multiple platformsTsiChung Liew8-3/+43
2008-08-28Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk1-2/+4
2008-08-28Merge branch 'master' of git://git.denx.de/u-boot-mpc5xxxWolfgang Denk1-2/+4
2008-08-28FSL DDR: Remove duplicate setting of cs0_bnds register on 86xx.Kumar Gala1-1/+0
2008-08-28Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxWolfgang Denk12-1260/+589
2008-08-28mpc52xx: added support for the MPC5200 based MUC.MC52 board from MAN.Heiko Schocher1-2/+4
2008-08-27mpc85xx: remove redudant code with lib_ppc/interrupts.cKumar Gala1-97/+12
2008-08-27mpc85xx: Add support for the MPC8536Kumar Gala5-1/+199
2008-08-27mpc85xx: Add support for the MPC8572DS reference boardKumar Gala2-2/+2
2008-08-27FSL DDR: Remove old SPD support from cpu/mpc85xxKumar Gala2-1166/+0
2008-08-27FSL DDR: Add 85xx specific register settingKumar Gala4-0/+318
2008-08-27FSL DDR: Add e500 TLB helper for DDR codeKumar Gala1-0/+64
2008-08-27Moved initialization of GRETH Ethernet driver to CPU directoryBen Warren2-0/+17
2008-08-27Moved initialization of MCFFEC Ethernet driver to CPU directoryBen Warren5-2/+71
2008-08-27Moved initialization of FSL_MCDMAFEC Ethernet driver to CPU directoryBen Warren1-0/+9
2008-08-27FSL DDR: Remove old SPD support from cpu/mpc86xxKumar Gala2-1352/+0
2008-08-27FSL DDR: Add 86xx specific register settingKumar Gala2-0/+92
2008-08-27FSL DDR: Add DDR2 DIMM paramter supportKumar Gala1-0/+339
2008-08-27FSL DDR: Add DDR1 DIMM paramter supportKumar Gala1-0/+343
2008-08-27FSL DDR: Rewrite the FSL mpc8xxx DDR controller setup code.Kumar Gala11-2/+2432
2008-08-26mpc83xx: add PCISLAVE support to 83XX_GENERIC_PCI setup codeIra W. Snyder1-0/+26
2008-08-26Minor coding style cleanup, updte CHANGELOGWolfgang Denk1-7/+7
2008-08-25MX31: fix bit masks in function mx31_decode_pll()Jens Gehrlein1-2/+2
2008-08-25Correct ARM Versatile Timer InitializationGururaja Hebbar K R1-4/+35
2008-08-25ARM DaVinci: Removed redundant NAND initialization code.Hugo Villeneuve1-2/+1