| Commit message (Expand) | Author | Age | Lines |
* | [new uImage] Rename and move print_image_hdr() routine | Marian Balakowicz | 2008-02-21 | -1/+1 |
* | [new uImage] Add gen_get_image() routine | Marian Balakowicz | 2008-02-21 | -0/+5 |
* | Merge branch 'master' of /home/git/u-boot | Marian Balakowicz | 2008-02-21 | -1/+73 |
|\ |
|
| * | ppc: Refactor cache routines, so there is only one common set. | Rafal Jaworowski | 2008-02-14 | -1/+73 |
* | | [new uImage] Cleanup FDT handling in PPC do_boot_linux() | Marian Balakowicz | 2008-02-07 | -127/+158 |
* | | [new uImage] Cleanup do_botm_linux() boot allocations | Marian Balakowicz | 2008-02-07 | -62/+44 |
* | | [new uImage] Move ramdisk loading to a common routine | Marian Balakowicz | 2008-02-07 | -86/+26 |
* | | [new uImage] Factor out common image_get_ramdisk() routine | Marian Balakowicz | 2008-02-07 | -85/+9 |
* | | [new uImage] Move FDT error printing to common fdt_error() routine | Marian Balakowicz | 2008-02-07 | -26/+24 |
* | | [new uImage] Remove OF_FLAT_TREE support from PPC bootm code | Marian Balakowicz | 2008-02-07 | -59/+6 |
* | | [new uImage] Rename architecture specific bootm code files | Marian Balakowicz | 2008-02-07 | -1/+1 |
* | | [new uImage] Return error on image move/uncompress overwrites | Marian Balakowicz | 2008-02-07 | -2/+12 |
* | | [new uImage] Cleanup image header pointer use in bootm code | Marian Balakowicz | 2008-02-07 | -104/+73 |
* | | [new uImage] Add memmove_wd() common routine | Marian Balakowicz | 2008-02-07 | -18/+4 |
* | | [new uImage] Fix FDT header verification in PPC do_boot_linux() routine | Marian Balakowicz | 2008-02-07 | -2/+2 |
* | | [new uImage] Move CHUNKSZ definition to image.h | Marian Balakowicz | 2008-02-07 | -2/+0 |
* | | [new uImage] Cleanup OF/FDT #if/#elif/#endif use in do_bootm_linux() | Marian Balakowicz | 2008-02-07 | -9/+11 |
* | | [new uImage] Move PPC do_bootm_linux() to lib_ppc/ppc_linux.c | Marian Balakowicz | 2008-02-07 | -1/+591 |
|/ |
|
* | Merge branch 'master' of git://www.denx.de/git/u-boot-mpc86xx | Wolfgang Denk | 2008-01-23 | -4/+5 |
|\ |
|
| * | FSL: Fix common EEPROM_data structure definition | Haiying Wang | 2008-01-17 | -4/+5 |
* | | Add support for a Freescale non-CPM SPI controller | Ben Warren | 2008-01-17 | -0/+16 |
|/ |
|
* | MPC512X: Cleanup bus clock names. | Grzegorz Bernacki | 2008-01-12 | -1/+1 |
* | ads5121: Added support for FDT. | Grzegorz Bernacki | 2008-01-12 | -0/+3 |
* | API for external applications. | Rafal Jaworowski | 2008-01-09 | -0/+5 |
* | ppc4xx: Rework 4xx cache support | Stefan Roese | 2007-10-31 | -1/+1 |
* | lib_ppc: make board_add_ram_info weak | Kim Phillips | 2007-08-18 | -5/+6 |
* | Merge with git://www.denx.de/git/u-boot.git | Stefan Roese | 2007-08-14 | -26/+35 |
|\ |
|
| * | mpc83xx: Add support for the display of reset status | Dave Liu | 2007-08-10 | -2/+4 |
| * | Merge with /home/wd/git/u-boot/custodian/u-boot-testing | Wolfgang Denk | 2007-08-06 | -24/+31 |
| |\ |
|
| | * | Merge branch 'testing' into working | Andy Fleming | 2007-08-03 | -24/+31 |
| | |\ |
|
| | | * | Fix malloc problem introduced with the relocation fixup for the PPC platform | Stefan Roese | 2007-07-11 | -4/+5 |
| | | * | disk/ doc/ lib_*/ and tools/: Remove lingering references to CFG_CMD_* symbols. | Jon Loeliger | 2007-07-10 | -3/+3 |
| | | * | lib_{m68k,microblaze,mips,ppc}/: Remove obsolete references to CONFIG_COMMANDS | Jon Loeliger | 2007-07-09 | -18/+18 |
| | | * | Don't set gd->reloc_off if relocation of .fixup works correctly | Grant Likely | 2007-07-04 | -0/+5 |
| | | * | lib_ppc/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). | Jon Loeliger | 2007-07-04 | -17/+18 |
* | | | | [ppc440SPe] Graceful recovery from machine check during PCIe configuration | Grzegorz Bernacki | 2007-08-02 | -1/+1 |
|/ / / |
|
* | | | make show_boot_progress () weak. | Heiko Schocher | 2007-07-13 | -2/+0 |
|/ / |
|
* | | Merge with /home/hs/Atronic/u-boot | Wolfgang Denk | 2007-07-09 | -2/+3 |
|\ \
| |/
|/| |
|
| * | [PCS440EP] upgrade the PCS440EP board: | Heiko Schocher | 2007-06-22 | -2/+3 |
* | | Merge with /home/wd/git/u-boot/custodian/u-boot-testing | Wolfgang Denk | 2007-07-03 | -21/+18 |
|\ \
| |/
|/| |
|
| * | Merge with /home/git/u-boot | Wolfgang Denk | 2007-05-17 | -4/+0 |
| |\ |
|
| * | | Search the exception table with linear algorithm | Zang Roy-r61911 | 2007-05-15 | -21/+18 |
* | | | Fix config problems on SC3 board; make ide_reset_timeout work. | Wolfgang Denk | 2007-06-08 | -3/+3 |
* | | | Merge with git://www.denx.de/git/u-boot.git | Stefan Roese | 2007-05-18 | -4/+0 |
|\ \ \
| | |/
| |/| |
|
| * | | mpc83xx: replace elaborate boottime verbosity with 'clocks' command | Kim Phillips | 2007-05-01 | -4/+0 |
| |/ |
|
* | | ppc4xx: Set bd->bi_pci_busfreq on 440EPx/GRx too | Stefan Roese | 2007-05-11 | -1/+3 |
|/ |
|
* | Cleanup compiler warnings, update CHANGELOG | Wolfgang Denk | 2007-04-20 | -9/+9 |
* | Merge branch 'master' into hpc2 | roy zang | 2007-01-22 | -0/+16 |
|\ |
|
| * | Added support for the SOLIDCARD III board from Eurodesign | Heiko Schocher | 2007-01-11 | -0/+16 |
* | | Merge branch 'master' into hpc2 | roy zang | 2007-01-04 | -0/+12 |
|\ \
| |/ |
|