aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2011-03-22Introduce a new linker flag LDFLAGS_FINALHaiying Wang5-5/+5
2011-03-21Merge branch 'master' of git://git.denx.de/u-boot-shWolfgang Denk4-4/+10
2011-03-16sh: Add KEEP order to start.o sectionNobuhiro Iwamatsu3-3/+3
2011-03-16sh: Add handling of CONFIG_SYS_NO_FLASH for board.cNobuhiro Iwamatsu1-1/+7
2011-03-15powerpc/85xx: Fix synchronization of timebase on MP bootKumar Gala1-0/+9
2011-03-13mpc8[5/6]xx: Ensure POST word does not get resetJohn Schmoller2-0/+32
2011-03-05powerpc/85xx: Fix plat_mp_up() disabling of BPTR for CoreNet PlatformsEd Swarthout1-2/+2
2011-03-05powerpc/mpc8xxx: Fix DDR3 timing_cfg_1 and sdram_mode registersYork Sun1-6/+14
2011-02-21ARM: Update mach-typesSandeep Paulraj1-15/+1276
2011-02-21arm1136 relocation: Fix calculation of board_init_rFabio Estevam1-1/+1
2011-02-21arm1136: Fix NAND bootFabio Estevam1-12/+4
2011-02-21arm: get_sp() should always be compiledPo-Yu Chuang1-3/+1
2011-02-21mvmfp: add MFP configuration support for PANTHEONLei Wen1-0/+41
2011-02-21ARM: Add Support for Marvell Pantheon Familiy SoCsLei Wen7-0/+641
2011-02-21mv: seperate kirkwood and armada from common settingLei Wen2-0/+189
2011-02-21ARM: fix write*() I/O accessorsWolfgang Denk1-3/+3
2011-02-21arm relocation: Fix calculation of board_init_rAlexander Stein1-1/+1
2011-02-21arm: Tegra2: Add basic NVIDIA Tegra2 SoC supportTom Warren12-0/+861
2011-02-15microblaze: Fix msr handling in interrupt_handlerMichal Simek1-18/+1
2011-02-15microblaze: Fix systems with MSR=0Michal Simek1-1/+1
2011-02-12sc520: Release CAR and enable cachingGraeme Russ1-5/+11
2011-02-12x86: Convert board_init_f to use an init_sequenceGraeme Russ1-41/+29
2011-02-12x86: Rearrange function calls in board_init_fGraeme Russ1-8/+8
2011-02-12x86: Split board_init_f() into init_fnc_t compatible functionsGraeme Russ2-49/+74
2011-02-12x86: Fix incorrect usage of relocation offsetGraeme Russ2-6/+6
2011-02-12x86: Move console initialisation into board_init_fGraeme Russ1-3/+12
2011-02-12x86: Move test for cold boot into init functionsGraeme Russ2-13/+11
2011-02-12x86: Move call to dram_init_f into board_init_fGraeme Russ3-3/+4
2011-02-12x86: Defer setup of final stackGraeme Russ2-17/+33
2011-02-12sc520: Move RAM sizing code from asm to CGraeme Russ7-755/+610
2011-02-12x86: Use Cache-As-RAM for initial stackGraeme Russ4-21/+115
2011-02-12x86: Move initial gd to fixed locationGraeme Russ3-19/+36
2011-02-12sc520: Remove printf calls from cpu_init_fGraeme Russ1-2/+0
2011-02-12sc520: Move board specific settings to board init functionGraeme Russ1-19/+0
2011-02-12sc520: Define MMCR address in include fileGraeme Russ3-36/+51
2011-02-12x86: Make cpu init functions weakGraeme Russ3-10/+17
2011-02-12x86: Call early_board_init when warm bootingGraeme Russ1-5/+5
2011-02-12x86: Add processor flags header from linuxGraeme Russ6-10/+121
2011-02-12x86: Move Global Descriptor Table defines to processor.hGraeme Russ2-10/+7
2011-02-12x86: Add stack dump to register dumpGraeme Russ1-0/+16
2011-02-12x86: Fix mangled umlautsGraeme Russ2-2/+2
2011-02-12sc520: Sort MakefileGraeme Russ1-1/+1
2011-02-12x86: Parametize values used in linker scriptGraeme Russ4-20/+19
2011-02-12x86: Align config.mk and linker scripts with other archesGraeme Russ3-8/+114
2011-02-12x86: Fix definition of global_data struct for asm-offsets.cGraeme Russ1-1/+1
2011-02-10powerpc/8xxx: Add additional cycle to write-to-read turnaound for DDR3York Sun2-1/+4
2011-02-09Merge branch 'next' of git://git.denx.de/u-boot-niosWolfgang Denk2-1/+13
2011-02-09Merge branch 'master' of git://git.denx.de/u-boot-ppc4xxWolfgang Denk1-0/+3
2011-02-08nios2: add gpio_is_validThomas Chou1-0/+6
2011-02-08nios2: use long for ssize_tThomas Chou1-1/+1