aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2011-02-12x86: Rearrange function calls in board_init_fGraeme Russ
2011-02-12x86: Split board_init_f() into init_fnc_t compatible functionsGraeme Russ
2011-02-12x86: Fix incorrect usage of relocation offsetGraeme Russ
2011-02-12x86: Move console initialisation into board_init_fGraeme Russ
2011-02-12x86: Move test for cold boot into init functionsGraeme Russ
2011-02-12x86: Move call to dram_init_f into board_init_fGraeme Russ
2011-02-12x86: Defer setup of final stackGraeme Russ
2011-02-12sc520: Move RAM sizing code from asm to CGraeme Russ
2011-02-12x86: Use Cache-As-RAM for initial stackGraeme Russ
2011-02-12x86: Move initial gd to fixed locationGraeme Russ
2011-02-12sc520: Remove printf calls from cpu_init_fGraeme Russ
2011-02-12sc520: Move board specific settings to board init functionGraeme Russ
2011-02-12sc520: Define MMCR address in include fileGraeme Russ
2011-02-12x86: Make cpu init functions weakGraeme Russ
2011-02-12x86: Call early_board_init when warm bootingGraeme Russ
2011-02-12x86: Add processor flags header from linuxGraeme Russ
2011-02-12x86: Move Global Descriptor Table defines to processor.hGraeme Russ
2011-02-12x86: Add stack dump to register dumpGraeme Russ
2011-02-12x86: Fix mangled umlautsGraeme Russ
2011-02-12sc520: Sort MakefileGraeme Russ
2011-02-12x86: Parametize values used in linker scriptGraeme Russ
2011-02-12x86: Align config.mk and linker scripts with other archesGraeme Russ
2011-02-12x86: Fix definition of global_data struct for asm-offsets.cGraeme Russ
2011-02-10powerpc/8xxx: Add additional cycle to write-to-read turnaound for DDR3York Sun
2011-02-09Merge branch 'next' of git://git.denx.de/u-boot-niosWolfgang Denk
2011-02-09Merge branch 'master' of git://git.denx.de/u-boot-ppc4xxWolfgang Denk
2011-02-08nios2: add gpio_is_validThomas Chou
2011-02-08nios2: use long for ssize_tThomas Chou
2011-02-08nios2: add gpio_freeThomas Chou
2011-02-07ppc4xx: Add DLVision-10G board supportDirk Eibach
2011-02-06Merge branch 'master' of git://git.denx.de/u-boot-mpc83xxWolfgang Denk
2011-02-06Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxWolfgang Denk
2011-02-05mpc83xx: Use correct register to calculate clocks.Joakim Tjernlund
2011-02-05mpc83xx: fix pcie configuration space read/writeLeo Liu
2011-02-04powerpc/8xxx: Fix possible compile issue related to P1013Kumar Gala
2011-02-04Merge branch 'master' of git://git.denx.de/u-boot-shWolfgang Denk
2011-02-03powerpc/mpc85xx: implement workaround for errata DDR111 and DDR134York Sun
2011-02-03powerpc/85xx: Rename MPC8572 DDR erratum to DDR115York Sun
2011-02-03powerpc/85xx: Remove unnecessary polling loop from DDR initYork Sun
2011-02-03fsl_esdhc: Add the workaround for erratum ESDHC-A001 (enable on P2020)Kumar Gala
2011-02-03powerpc/85xx: Enable ESDHC111 Erratum on P2010/P2020 SoCsKumar Gala
2011-02-02Minor Coding Style Cleanup.Wolfgang Denk
2011-02-02sh: add support for sh7757lcr boardYoshihiro Shimoda
2011-02-02sh: add support the CONFIG_SYS_LDSCRIPTYoshihiro Shimoda
2011-02-02armv7: add support for S5PC210 SoCMinkyu Kang
2011-02-02S5P: serial: Use the inline function instead of static valueMinkyu Kang
2011-02-02arm926ejs: timer: Replace bss variable by gdrHeiko Schocher
2011-02-02remove (double) LED initialization in arm920t start.sJens Scharsig
2011-02-02arm1136: timer: Replace bss variable by gdHeiko Schocher
2011-02-02ARM: */start.S: code cleanupLiu Hui-R64343