aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2010-05-30Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxWolfgang Denk1-3/+6
2010-05-30Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk1-8/+1165
2010-05-30fsl/85xx: add clkdvdr and pmuxcr2 to global utilities structure definitionTimur Tabi1-3/+6
2010-05-28Merge branch 'next' of git://git.denx.de/u-boot-niosWolfgang Denk43-3588/+911
2010-05-28ARM Update mach-typesTom1-6/+500
2010-05-28ARM Update mach-typesTom1-2/+665
2010-05-28nios: remove nios-32 archThomas Chou33-3403/+0
2010-05-28nios2: allow STANDALONE_LOAD_ADDR overridingThomas Chou1-1/+1
2010-05-28nios2: fix div64 issue for gcc4Thomas Chou6-175/+856
2010-05-28nios2: fix r15 issue for gcc4Thomas Chou3-9/+2
2010-05-28nios2: add gpio supportThomas Chou1-0/+52
2010-05-28add CONFIG_SYS_FEC_FULL_MII for MCF5445xWolfgang Wegner1-2/+11
2010-05-28add CONFIG_SYS_FEC_NO_SHARED_PHY for MCF5445xWolfgang Wegner1-0/+11
2010-05-28add missing PCS3 for MCF5445xWolfgang Wegner2-0/+8
2010-05-26Coding style cleanup, update CHANGELOG.Wolfgang Denk1-3/+0
2010-05-26Merge branch 'master' of git://git.denx.de/u-boot-mpc83xxWolfgang Denk2-20/+20
2010-05-26Convert Makefiles from COBJS-${} to COBJS-$()Kumar Gala1-5/+5
2010-05-26powerpc/bootcount: Fix endianness problemMichael Weiss1-2/+4
2010-05-21a320evb: fix udelay / __udelay confusionWolfgang Denk1-1/+1
2010-05-21ARM: */timer.c: fix spelling and vertical alignmentWolfgang Denk6-18/+18
2010-05-21mpc83xx: don't shift pre-shifted ACR, SPCR, SCCR bitfield masks in cpu_init.cKim Phillips1-18/+18
2010-05-21Fixed two typos in arch/powerpc/cpu/mpc83xx/start.S.Horst Kronstorfer1-2/+2
2010-05-21Merge branch 'master' of git://git.denx.de/u-boot-imxWolfgang Denk1-1/+1
2010-05-17Merge branch 'master' of git://git.denx.de/u-boot-mpc83xxWolfgang Denk1-0/+2
2010-05-17Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxWolfgang Denk5-33/+129
2010-05-17mpc83xx: fix NAND bootstrap too big errorKim Phillips1-0/+2
2010-05-15ARM: add __aeabi_unwind_cpp_pr0() function to avoid linker complaintsWolfgang Denk1-0/+5
2010-05-12Enabled support for Rev 1.3 SPD for DDR2 DIMMsYork Sun1-2/+2
2010-05-1285xx/fsl-sata: Use is_serdes_configured() to determine if SATA is enabledKumar Gala1-1/+13
2010-05-1285xx/mpc8536ds: Use is_serdes_configured() to determine of PCIe enabledKumar Gala1-12/+0
2010-05-1285xx: Add is_serdes_configured() support to MPC8536 SERDESKumar Gala2-18/+114
2010-05-09Merge branch 'master' of git://git.denx.de/u-boot-mpc83xxWolfgang Denk1-0/+1
2010-05-07mpc83xx: Add UPMA configuration to SIMPC8313Ron Madrid1-0/+1
2010-05-07update include/asm/ gitignore after moveMike Frysinger1-0/+2
2010-05-06powerpc: Consolidate bootcount_{store|load} for PowerPCStefan Roese7-124/+91
2010-05-06sc520: Fix minor DRAM Controller Setup bugGraeme Russ1-1/+1
2010-05-06sc520: Update to new AMD CopyrightGraeme Russ1-40/+77
2010-05-06sc520: Board Specific PCI InitGraeme Russ2-37/+3
2010-05-06sc520: Move PCI defines to PCI include fileGraeme Russ2-29/+29
2010-05-06sc520: Allow boards to override udelayGraeme Russ2-0/+5
2010-05-06x86: Fix support for booting bzImageGraeme Russ6-32/+424
2010-05-06x86: Provide weak PC/AT compatibility setup functionGraeme Russ2-0/+9
2010-05-06x86: Use CONFIG_SERIAL_MULTIGraeme Russ3-508/+5
2010-05-06x86: Fix copying of Real-Mode code into RAMGraeme Russ2-2/+2
2010-05-06x86: Pass relocation offset into Global DataGraeme Russ1-27/+36
2010-05-06x86: Move GDT to a safe location in RAMGraeme Russ2-14/+103
2010-05-06x86: Add RAM bootstrap functionalityGraeme Russ2-6/+38
2010-05-06x86: Split sc520 memory sizing versus reportingGraeme Russ2-38/+61
2010-05-06x86: Fix sc520 memory size reportingGraeme Russ1-18/+17
2010-05-06x86: Fix do_go_exec()Graeme Russ1-4/+4