aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2010-05-30Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxWolfgang Denk
2010-05-30Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk
2010-05-30fsl/85xx: add clkdvdr and pmuxcr2 to global utilities structure definitionTimur Tabi
2010-05-28Merge branch 'next' of git://git.denx.de/u-boot-niosWolfgang Denk
2010-05-28ARM Update mach-typesTom
2010-05-28ARM Update mach-typesTom
2010-05-28nios: remove nios-32 archThomas Chou
2010-05-28nios2: allow STANDALONE_LOAD_ADDR overridingThomas Chou
2010-05-28nios2: fix div64 issue for gcc4Thomas Chou
2010-05-28nios2: fix r15 issue for gcc4Thomas Chou
2010-05-28nios2: add gpio supportThomas Chou
2010-05-28add CONFIG_SYS_FEC_FULL_MII for MCF5445xWolfgang Wegner
2010-05-28add CONFIG_SYS_FEC_NO_SHARED_PHY for MCF5445xWolfgang Wegner
2010-05-28add missing PCS3 for MCF5445xWolfgang Wegner
2010-05-26Coding style cleanup, update CHANGELOG.Wolfgang Denk
2010-05-26Merge branch 'master' of git://git.denx.de/u-boot-mpc83xxWolfgang Denk
2010-05-26Convert Makefiles from COBJS-${} to COBJS-$()Kumar Gala
2010-05-26powerpc/bootcount: Fix endianness problemMichael Weiss
2010-05-21a320evb: fix udelay / __udelay confusionWolfgang Denk
2010-05-21ARM: */timer.c: fix spelling and vertical alignmentWolfgang Denk
2010-05-21mpc83xx: don't shift pre-shifted ACR, SPCR, SCCR bitfield masks in cpu_init.cKim Phillips
2010-05-21Fixed two typos in arch/powerpc/cpu/mpc83xx/start.S.Horst Kronstorfer
2010-05-21Merge branch 'master' of git://git.denx.de/u-boot-imxWolfgang Denk
2010-05-17Merge branch 'master' of git://git.denx.de/u-boot-mpc83xxWolfgang Denk
2010-05-17Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxWolfgang Denk
2010-05-17mpc83xx: fix NAND bootstrap too big errorKim Phillips
2010-05-15ARM: add __aeabi_unwind_cpp_pr0() function to avoid linker complaintsWolfgang Denk
2010-05-12Enabled support for Rev 1.3 SPD for DDR2 DIMMsYork Sun
2010-05-1285xx/fsl-sata: Use is_serdes_configured() to determine if SATA is enabledKumar Gala
2010-05-1285xx/mpc8536ds: Use is_serdes_configured() to determine of PCIe enabledKumar Gala
2010-05-1285xx: Add is_serdes_configured() support to MPC8536 SERDESKumar Gala
2010-05-09Merge branch 'master' of git://git.denx.de/u-boot-mpc83xxWolfgang Denk
2010-05-07mpc83xx: Add UPMA configuration to SIMPC8313Ron Madrid
2010-05-07update include/asm/ gitignore after moveMike Frysinger
2010-05-06powerpc: Consolidate bootcount_{store|load} for PowerPCStefan Roese
2010-05-06sc520: Fix minor DRAM Controller Setup bugGraeme Russ
2010-05-06sc520: Update to new AMD CopyrightGraeme Russ
2010-05-06sc520: Board Specific PCI InitGraeme Russ
2010-05-06sc520: Move PCI defines to PCI include fileGraeme Russ
2010-05-06sc520: Allow boards to override udelayGraeme Russ
2010-05-06x86: Fix support for booting bzImageGraeme Russ
2010-05-06x86: Provide weak PC/AT compatibility setup functionGraeme Russ
2010-05-06x86: Use CONFIG_SERIAL_MULTIGraeme Russ
2010-05-06x86: Fix copying of Real-Mode code into RAMGraeme Russ
2010-05-06x86: Pass relocation offset into Global DataGraeme Russ
2010-05-06x86: Move GDT to a safe location in RAMGraeme Russ
2010-05-06x86: Add RAM bootstrap functionalityGraeme Russ
2010-05-06x86: Split sc520 memory sizing versus reportingGraeme Russ
2010-05-06x86: Fix sc520 memory size reportingGraeme Russ
2010-05-06x86: Fix do_go_exec()Graeme Russ