| Commit message (Expand) | Author | Age | Lines |
* | powerpc/85xx: rename CONFIG_SYS_TEXT_BASE to CONFIG_SYS_MONITOR_BASE | Haiying Wang | 2010-11-11 | -9/+9 |
* | powerpc/85xx: Fix lds for nand build | Haiying Wang | 2010-11-11 | -46/+15 |
* | Merge branch 'master' of git://git.denx.de/u-boot-marvell | Wolfgang Denk | 2010-10-29 | -0/+10 |
|\ |
|
| * | Kirkwood: bugfix: DRAM size initialization | Tanmay Upadhyay | 2010-10-28 | -0/+10 |
* | | Merge branch 'master' of git://git.denx.de/u-boot-imx | Wolfgang Denk | 2010-10-29 | -85/+15 |
|\ \ |
|
| * | | mx51evk: support new relocation scheme | Shawn Guo | 2010-10-28 | -1/+2 |
| * | | MX51: remove warning in clock.c | Stefano Babic | 2010-10-28 | -1/+1 |
| * | | imx25: Fix reset | Matthias Weisser | 2010-10-28 | -10/+12 |
| * | | MX5:use common u-boot.lds of cpu layer | Jason Liu | 2010-10-28 | -73/+0 |
* | | | Merge branch 'master' of git://git.denx.de/u-boot-samsung | Wolfgang Denk | 2010-10-29 | -328/+598 |
|\ \ \ |
|
| * | | | Add generic support for samsung s3c2440 | C Nauman | 2010-10-28 | -324/+586 |
| * | | | ARMV7: S5P: serial: support the s5pc210 | Minkyu Kang | 2010-10-19 | -3/+11 |
| * | | | s5p_mmc: support 8-bit bus width | Jaehoon Chung | 2010-10-19 | -1/+1 |
* | | | | Merge branch 'master' of git://git.denx.de/u-boot-blackfin | Wolfgang Denk | 2010-10-29 | -2/+3 |
|\ \ \ \ |
|
| * | | | | Blackfin: config.mk: drop manual stripping of config vars | Mike Frysinger | 2010-10-27 | -2/+0 |
| * | | | | Blackfin: fix building after asm-offsets.h intro | Mike Frysinger | 2010-10-27 | -0/+3 |
| | |/ /
| |/| | |
|
* | | | | Merge branch 'for-wd-master' of git://git.denx.de/u-boot-pxa | Wolfgang Denk | 2010-10-29 | -329/+0 |
|\ \ \ \ |
|
| * | | | | arm/pxa: remove unused arch-pxa/macro.h | Mikhail Kshevetskiy | 2010-10-27 | -329/+0 |
| |/ / / |
|
* | | | | Drop support for CONFIG_SKIP_RELOCATE_UBOOT | Wolfgang Denk | 2010-10-29 | -38/+0 |
* | | | | Drop support for CONFIG_SYS_ARM_WITHOUT_RELOC | Wolfgang Denk | 2010-10-29 | -1939/+8 |
* | | | | Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC | Wolfgang Denk | 2010-10-29 | -60/+16 |
|/ / / |
|
* | | | Coding Style cleanup | Wolfgang Denk | 2010-10-27 | -4/+3 |
* | | | Merge branch 'master' of git://git.denx.de/u-boot-sparc | Wolfgang Denk | 2010-10-27 | -0/+11 |
|\ \ \ |
|
| * | | | SPARC: added unaligned definitions | Magnus Sjalander | 2010-10-22 | -0/+11 |
| | |/
| |/| |
|
* | | | ARM: use the same branch insn on all architectures | Wolfgang Denk | 2010-10-26 | -10/+10 |
* | | | arm, bootm: Fix compile warning | Heiko Schocher | 2010-10-26 | -2/+0 |
* | | | arm1176: fix relocation | Darius Augulis | 2010-10-26 | -61/+97 |
* | | | ARM: fix address setup in start.S | Darius Augulis | 2010-10-26 | -8/+16 |
* | | | Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value | Wolfgang Denk | 2010-10-26 | -82/+110 |
* | | | Rename CONFIG_SYS_INIT_RAM_END into CONFIG_SYS_INIT_RAM_SIZE | Wolfgang Denk | 2010-10-26 | -18/+18 |
* | | | ARM: Use consistent assembler syntax | Gray Remlin | 2010-10-26 | -15/+15 |
* | | | MPC8315ERD: fix build error | Wolfgang Denk | 2010-10-24 | -1/+1 |
* | | | ARM: fix relocation support for onenand device. | Enric Balletbo i Serra | 2010-10-23 | -0/+3 |
* | | | Merge branch 'for-wd-master' of git://git.denx.de/u-boot-pxa | Wolfgang Denk | 2010-10-23 | -88/+80 |
|\ \ \ |
|
| * | | | PXA: Use pxa-regs.h register definitions in start.S | Marek Vasut | 2010-10-22 | -12/+8 |
| * | | | PXA: Implement ELF relocation | Marek Vasut | 2010-10-22 | -76/+72 |
* | | | | Merge branch 'master' of git://git.denx.de/u-boot-video | Wolfgang Denk | 2010-10-23 | -0/+11 |
|\ \ \ \ |
|
| * | | | | MX51: Add IPU driver for video support | Stefano Babic | 2010-10-22 | -0/+11 |
| |/ / / |
|
* | | | | sh: Fix warning about uninitialized value of ramdisk_flags | Nobuhiro Iwamatsu | 2010-10-21 | -1/+1 |
* | | | | sh: Rename TEXT_BASE to CONFIG_SYS_TEXT_BASE | Nobuhiro Iwamatsu | 2010-10-21 | -1/+1 |
* | | | | sh: Add support load and boot of Initrd. | Nobuhiro Iwamatsu | 2010-10-21 | -1/+65 |
|/ / / |
|
* | | | ppc: Don't initialize write protected NOR flashes | John Schmoller | 2010-10-20 | -1/+15 |
* | | | Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx | Wolfgang Denk | 2010-10-20 | -21/+5 |
|\ \ \ |
|
| * | | | ppc4xx: Change tsr/tcr macros to upper case | Stefan Roese | 2010-10-20 | -21/+5 |
| |/ / |
|
* | | | 85xx: Use gc-sections to reduce image size | Peter Tyser | 2010-10-20 | -42/+14 |
* | | | 86xx: Use gc-sections to reduce image size | Peter Tyser | 2010-10-20 | -18/+12 |
* | | | 86xx: Create common linker script | Kumar Gala | 2010-10-20 | -0/+135 |
* | | | mpc8640: Update the io_sel fields for PCI Express | Peter Tyser | 2010-10-20 | -1/+4 |
* | | | 85xx: Add support for not releasing secondary cores via 'mp_holdoff' | Aaron Sierra | 2010-10-20 | -3/+51 |
* | | | Disable unused chip-select for DDR controller interleaving | York Sun | 2010-10-20 | -3/+14 |