aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2011-04-01Respect memreserve regions specified in the device treeGrant Likely
2011-04-01Remove device tree booting dependency on CONFIG_SYS_BOOTMAPSZGrant Likely
2011-04-01Default to bootm_size() when CONFIG_SYS_BOOTMAPSZ is not definedGrant Likely
2011-04-01Stop passing around bootmem_base value.Grant Likely
2011-04-01Merge commit 'v2011.03' into linaro-stableJohn Rigby
2011-03-29powerpc/85xx: Handle PCIe initialization requires for P1021 class SoCsPrabhakar Kushwaha
2011-03-28powerpc/85xx: Enable various errata on P1022/P1013 SoCsJiang Yutang
2011-03-27Coding Style cleanup: remove trailing empty linesWolfgang Denk
2011-03-27Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk
2011-03-27ARMV7: S5P: Fixed register offset in mmc.hChander Kashyap
2011-03-27S5P: timer: replace bss variable by gdMinkyu Kang
2011-03-27S5P: timer: Use pwm functionsMinkyu Kang
2011-03-27ARM: S5P: pwm driver supportDonghwa Lee
2011-03-27SMDK6400: Disable LED function in start.s on the nand bootingseedshope
2011-03-27arm: fix incorrect monitor protection region in FLASHPo-Yu Chuang
2011-03-27rename _end to __bss_end__Po-Yu Chuang
2011-03-24powerpc/mpc8xxx: fix workaround for errata DDR111 and DDR134York Sun
2011-03-24powerpc/mpc8xxx: disable rcw_en bit for non-DDR3York Sun
2011-03-24powerpc/mpc8xxx: fix recognition of DIMMs with ECC and Address ParityYork Sun
2011-03-22Introduce a new linker flag LDFLAGS_FINALHaiying Wang
2011-03-21Merge branch 'master' of git://git.denx.de/u-boot-shWolfgang Denk
2011-03-16sh: Add KEEP order to start.o sectionNobuhiro Iwamatsu
2011-03-16sh: Add handling of CONFIG_SYS_NO_FLASH for board.cNobuhiro Iwamatsu
2011-03-15powerpc/85xx: Fix synchronization of timebase on MP bootKumar Gala
2011-03-13mpc8[5/6]xx: Ensure POST word does not get resetJohn Schmoller
2011-03-05powerpc/85xx: Fix plat_mp_up() disabling of BPTR for CoreNet PlatformsEd Swarthout
2011-03-05powerpc/mpc8xxx: Fix DDR3 timing_cfg_1 and sdram_mode registersYork Sun
2011-03-02mx25: Make the UART port number explicit in its setup functionFabio Estevam
2011-02-25MX31: add support for MX31 watchdogStefano Babic
2011-02-21ARM: Update mach-typesSandeep Paulraj
2011-02-21arm1136 relocation: Fix calculation of board_init_rFabio Estevam
2011-02-21arm1136: Fix NAND bootFabio Estevam
2011-02-21arm: get_sp() should always be compiledPo-Yu Chuang
2011-02-21mvmfp: add MFP configuration support for PANTHEONLei Wen
2011-02-21ARM: Add Support for Marvell Pantheon Familiy SoCsLei Wen
2011-02-21mv: seperate kirkwood and armada from common settingLei Wen
2011-02-21ARM: fix write*() I/O accessorsWolfgang Denk
2011-02-21arm relocation: Fix calculation of board_init_rAlexander Stein
2011-02-21arm: Tegra2: Add basic NVIDIA Tegra2 SoC supportTom Warren
2011-02-15microblaze: Fix msr handling in interrupt_handlerMichal Simek
2011-02-15microblaze: Fix systems with MSR=0Michal Simek
2011-02-12sc520: Release CAR and enable cachingGraeme Russ
2011-02-12x86: Convert board_init_f to use an init_sequenceGraeme Russ
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