aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2010-11-11powerpc/85xx: rename CONFIG_SYS_TEXT_BASE to CONFIG_SYS_MONITOR_BASEHaiying Wang1-9/+9
2010-11-11powerpc/85xx: Fix lds for nand buildHaiying Wang2-46/+15
2010-10-29Merge branch 'master' of git://git.denx.de/u-boot-marvellWolfgang Denk1-0/+10
2010-10-29Merge branch 'master' of git://git.denx.de/u-boot-imxWolfgang Denk5-85/+15
2010-10-29Merge branch 'master' of git://git.denx.de/u-boot-samsungWolfgang Denk9-328/+598
2010-10-29Merge branch 'master' of git://git.denx.de/u-boot-blackfinWolfgang Denk2-2/+3
2010-10-29Merge branch 'for-wd-master' of git://git.denx.de/u-boot-pxaWolfgang Denk2-329/+0
2010-10-29Drop support for CONFIG_SKIP_RELOCATE_UBOOTWolfgang Denk14-38/+0
2010-10-29Drop support for CONFIG_SYS_ARM_WITHOUT_RELOCWolfgang Denk24-1939/+8
2010-10-29Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOCWolfgang Denk16-60/+16
2010-10-28Kirkwood: bugfix: DRAM size initializationTanmay Upadhyay1-0/+10
2010-10-28mx51evk: support new relocation schemeShawn Guo1-1/+2
2010-10-28MX51: remove warning in clock.cStefano Babic1-1/+1
2010-10-28imx25: Fix resetMatthias Weisser2-10/+12
2010-10-28MX5:use common u-boot.lds of cpu layerJason Liu1-73/+0
2010-10-28Add generic support for samsung s3c2440C Nauman7-324/+586
2010-10-27Blackfin: config.mk: drop manual stripping of config varsMike Frysinger1-2/+0
2010-10-27Blackfin: fix building after asm-offsets.h introMike Frysinger1-0/+3
2010-10-27arm/pxa: remove unused arch-pxa/macro.hMikhail Kshevetskiy2-329/+0
2010-10-27Coding Style cleanupWolfgang Denk4-4/+3
2010-10-27Merge branch 'master' of git://git.denx.de/u-boot-sparcWolfgang Denk2-0/+11
2010-10-26ARM: use the same branch insn on all architecturesWolfgang Denk10-10/+10
2010-10-26arm, bootm: Fix compile warningHeiko Schocher1-2/+0
2010-10-26arm1176: fix relocationDarius Augulis2-61/+97
2010-10-26ARM: fix address setup in start.SDarius Augulis4-8/+16
2010-10-26Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated valueWolfgang Denk59-82/+110
2010-10-26Rename CONFIG_SYS_INIT_RAM_END into CONFIG_SYS_INIT_RAM_SIZEWolfgang Denk5-18/+18
2010-10-26ARM: Use consistent assembler syntaxGray Remlin3-15/+15
2010-10-24MPC8315ERD: fix build errorWolfgang Denk1-1/+1
2010-10-23ARM: fix relocation support for onenand device.Enric Balletbo i Serra1-0/+3
2010-10-23Merge branch 'for-wd-master' of git://git.denx.de/u-boot-pxaWolfgang Denk2-88/+80
2010-10-23Merge branch 'master' of git://git.denx.de/u-boot-videoWolfgang Denk1-0/+11
2010-10-22SPARC: added unaligned definitionsMagnus Sjalander2-0/+11
2010-10-22PXA: Use pxa-regs.h register definitions in start.SMarek Vasut1-12/+8
2010-10-22PXA: Implement ELF relocationMarek Vasut2-76/+72
2010-10-22MX51: Add IPU driver for video supportStefano Babic1-0/+11
2010-10-21sh: Fix warning about uninitialized value of ramdisk_flagsNobuhiro Iwamatsu1-1/+1
2010-10-21sh: Rename TEXT_BASE to CONFIG_SYS_TEXT_BASENobuhiro Iwamatsu1-1/+1
2010-10-21sh: Add support load and boot of Initrd.Nobuhiro Iwamatsu1-1/+65
2010-10-20ppc: Don't initialize write protected NOR flashesJohn Schmoller1-1/+15
2010-10-20Merge branch 'master' of git://git.denx.de/u-boot-ppc4xxWolfgang Denk3-21/+5
2010-10-20ppc4xx: Change tsr/tcr macros to upper caseStefan Roese3-21/+5
2010-10-2085xx: Use gc-sections to reduce image sizePeter Tyser2-42/+14
2010-10-2086xx: Use gc-sections to reduce image sizePeter Tyser2-18/+12
2010-10-2086xx: Create common linker scriptKumar Gala2-0/+135
2010-10-20mpc8640: Update the io_sel fields for PCI ExpressPeter Tyser1-1/+4
2010-10-2085xx: Add support for not releasing secondary cores via 'mp_holdoff'Aaron Sierra3-3/+51
2010-10-20Disable unused chip-select for DDR controller interleavingYork Sun1-3/+14
2010-10-20Adding fixed sdram setting for cornet_ds boardYork Sun1-0/+6
2010-10-20Add memory test feature for mpc85xx POST.York Sun1-0/+219