- dfc6c7b ppc: Revert patch 70431e8a that used _start instead of CFG_MONITOR_BASE by Stefan Roese · 17 years ago
- aeff6d5 Merge branch 'master' of git://www.denx.de/git/u-boot-fdt by Wolfgang Denk · 17 years ago
- e59af4b Merge branch 'master' of git://www.denx.de/git/u-boot-mpc83xx by Wolfgang Denk · 17 years ago
- 6fe2946 remove remaining CONFIG_OF_HAS_{UBOOT_ENV,BD_T} code by Kim Phillips · 17 years ago
- 70431e8 Make MPC83xx one step closer to full relocation. by Joakim Tjernlund · 17 years ago
- 5b2793a mpc8323erdb: fix EEPROM page size and get MAC from EEPROM by Michael Barkowski · 17 years ago
- 6fb4b64 ppc: Set CFG_MEM_TOP_HIDE to 0 if not already defined by Stefan Roese · 17 years ago
- 14f73ca ppc: Add CFG_MEM_TOP_HIDE option to hide memory area that doesn't get "touched" by Stefan Roese · 17 years ago
- cd54081 ata: enable the sata initialize on boot up by Dave Liu · 17 years ago
- 438a4c1 Cleanup coding style, update CHANGELOG by Wolfgang Denk · 17 years ago
- 27f33e9 Merge branch 'new-image' of git://www.denx.de/git/u-boot-testing by Bartlomiej Sieka · 17 years ago
- 9c666a7 ppc: Allow boards to specify how much memory they can map by Kumar Gala · 17 years ago
- dafaede [new uImage] Disable debuging output in preparation for merge with master by Bartlomiej Sieka · 17 years ago
- 3d61018 The patch introduces the alternative configuration of the log buffer for the lwmon5 board: the storage for the log-buffer itself is OCM(on-chip memory), the log-buffer header is moved to six GPT registers (PPC440EPX_GPT0_COMP1, ..., PPC440EPX_GPT0_COMP5). by Yuri Tikhonov · 17 years ago
- f773bea [new uImage] Add proper ramdisk/FDT handling when FIT configuration is used by Marian Balakowicz · 17 years ago
- cd7c596 [new uImage] Add new uImage format support to arch specific do_bootm_linux() routines by Marian Balakowicz · 17 years ago
- 3dfe110 [new uImage] Add node offsets for FIT images listed in struct bootm_headers by Marian Balakowicz · 17 years ago
- bc8ed48 [new uImage] ppc: Add new uImage format support to FDT handling routines by Marian Balakowicz · 17 years ago
- d985c84 [new uImage] Remove unnecessary arguments passed to ramdisk routines by Marian Balakowicz · 17 years ago
- 05e07b1 [new uImage] Fix FDT blob totalsize calculation in boot_relocate_fdt() by Marian Balakowicz · 17 years ago
- 9a4daad [new uImage] Update naming convention for bootm/uImage related code by Marian Balakowicz · 17 years ago
- e18489e Merge branch 'master' of git://www.denx.de/git/u-boot into new-image by Marian Balakowicz · 17 years ago
- 75fa002 [new uImage] Respect autostart setting in linux bootm by Kumar Gala · 17 years ago
- d3f2fa0 [new uImage] Provide ability to restrict region used for boot images by Kumar Gala · 17 years ago
- e822d7f [new uImage] Use lmb for bootm allocations by Kumar Gala · 17 years ago
- 4648c2e [new uImage] ppc: Allow boards to specify effective amount of memory by Kumar Gala · 17 years ago
- 274cea2 [new uImage] rework error handling so common functions don't reset by Kumar Gala · 17 years ago
- d2bc095 [new uImage] ppc: Re-order ramdisk/fdt handling sequence by Kumar Gala · 17 years ago
- 2795349 [new uImage] ppc: Determine if we are booting an OF style by Kumar Gala · 17 years ago
- a6612bd [new uImage] Don't pass kdb to ramdisk_high since we may not have one by Kumar Gala · 17 years ago
- 4efbe9d [new uImage] Correct raw FDT blob handlig when CONFIG_FIT is disabled by Marian Balakowicz · 17 years ago
- ff0734c [new uImage] POWERPC: Add image_get_fdt() routine by Marian Balakowicz · 17 years ago
- 8a5ea3e [new uImage] Move image verify flag to bootm_headers structure by Marian Balakowicz · 17 years ago
- 823afe7 [Makefile] Sort COBJS in lib_<arch> Makefiles by Marian Balakowicz · 17 years ago
- d2ced9e [new uImage] POWERPC: Split get_fdt() into get and relocate routines by Marian Balakowicz · 17 years ago
- d5934ad [new uImage] Add dual format uImage support framework by Marian Balakowicz · 17 years ago
- 2e72109 lwmon5: enable hardware watchdog by Yuri Tikhonov · 17 years ago
- 81d93e5 ppc: Allow boards to specify effective amount of memory by Kumar Gala · 17 years ago
- 2242f53 [new uImage] Rename and move print_image_hdr() routine by Marian Balakowicz · 17 years ago
- fff888a1 [new uImage] Add gen_get_image() routine by Marian Balakowicz · 17 years ago
- 20c9395 Merge branch 'master' of /home/git/u-boot by Marian Balakowicz · 17 years ago
- f57d7d3 ppc: Refactor cache routines, so there is only one common set. by Rafal Jaworowski · 17 years ago
- 7b32545 [new uImage] Cleanup FDT handling in PPC do_boot_linux() by Marian Balakowicz · 17 years ago
- b6b0fe6 [new uImage] Cleanup do_botm_linux() boot allocations by Marian Balakowicz · 17 years ago
- ceaed2b [new uImage] Move ramdisk loading to a common routine by Marian Balakowicz · 17 years ago
- 5ad03eb [new uImage] Factor out common image_get_ramdisk() routine by Marian Balakowicz · 17 years ago
- d3c5eb6 [new uImage] Move FDT error printing to common fdt_error() routine by Marian Balakowicz · 17 years ago
- 4a2ad5f [new uImage] Remove OF_FLAT_TREE support from PPC bootm code by Marian Balakowicz · 17 years ago
- 4a995ed [new uImage] Rename architecture specific bootm code files by Marian Balakowicz · 17 years ago
- 7582438 [new uImage] Return error on image move/uncompress overwrites by Marian Balakowicz · 17 years ago
- f13e7b2 [new uImage] Cleanup image header pointer use in bootm code by Marian Balakowicz · 17 years ago
- af13cdb [new uImage] Add memmove_wd() common routine by Marian Balakowicz · 17 years ago
- 958fc48 [new uImage] Fix FDT header verification in PPC do_boot_linux() routine by Marian Balakowicz · 17 years ago
- 559316f [new uImage] Move CHUNKSZ definition to image.h by Marian Balakowicz · 17 years ago
- d45d5a1 [new uImage] Cleanup OF/FDT #if/#elif/#endif use in do_bootm_linux() by Marian Balakowicz · 17 years ago
- 5d3cc55 [new uImage] Move PPC do_bootm_linux() to lib_ppc/ppc_linux.c by Marian Balakowicz · 17 years ago
- ed3afca Merge branch 'master' of git://www.denx.de/git/u-boot-mpc86xx by Wolfgang Denk · 17 years ago
- d59feff FSL: Fix common EEPROM_data structure definition by Haiying Wang · 17 years ago
- 04a9e11 Add support for a Freescale non-CPM SPI controller by Ben Warren · 17 years ago
- 5d49e0e MPC512X: Cleanup bus clock names. by Grzegorz Bernacki · 17 years ago
- 281ff9a ads5121: Added support for FDT. by Grzegorz Bernacki · 17 years ago
- 500856e API for external applications. by Rafal Jaworowski · 17 years ago
- 9b94ac6 ppc4xx: Rework 4xx cache support by Stefan Roese · 17 years ago
- 79f240f lib_ppc: make board_add_ram_info weak by Kim Phillips · 17 years ago
- 3b3bff4 Merge with git://www.denx.de/git/u-boot.git by Stefan Roese · 17 years ago
- 9be39a6 mpc83xx: Add support for the display of reset status by Dave Liu · 17 years ago
- f2c2a93 Merge with /home/wd/git/u-boot/custodian/u-boot-testing by Wolfgang Denk · 17 years ago
- 6bf6f11 Merge branch 'testing' into working by Andy Fleming · 17 years ago
- c924098 [ppc440SPe] Graceful recovery from machine check during PCIe configuration by Grzegorz Bernacki · 17 years ago
- fad6340 make show_boot_progress () weak. by Heiko Schocher · 17 years ago
- e951475 Fix malloc problem introduced with the relocation fixup for the PPC platform by Stefan Roese · 17 years ago
- b3aff0c disk/ doc/ lib_*/ and tools/: Remove lingering references to CFG_CMD_* symbols. by Jon Loeliger · 17 years ago
- 7def6b3 lib_{m68k,microblaze,mips,ppc}/: Remove obsolete references to CONFIG_COMMANDS by Jon Loeliger · 17 years ago
- bf6a9ca Merge with /home/hs/Atronic/u-boot by Wolfgang Denk · 17 years ago
- f82b3b6 Don't set gd->reloc_off if relocation of .fixup works correctly by Grant Likely · 17 years ago
- 73f0320 lib_ppc/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · 17 years ago
- 98c440b Merge with /home/wd/git/u-boot/custodian/u-boot-testing by Wolfgang Denk · 17 years ago
- 566a494 [PCS440EP] upgrade the PCS440EP board: by Heiko Schocher · 17 years ago
- 9045f33 Fix config problems on SC3 board; make ide_reset_timeout work. by Wolfgang Denk · 17 years ago
- ee96088 Merge with git://www.denx.de/git/u-boot.git by Stefan Roese · 17 years ago
- 3a71b5c Merge with /home/git/u-boot by Wolfgang Denk · 17 years ago
- 1b305bd Search the exception table with linear algorithm by Zang Roy-r61911 · 18 years ago
- 343c48b ppc4xx: Set bd->bi_pci_busfreq on 440EPx/GRx too by Stefan Roese · 17 years ago
- 54b2d43 mpc83xx: replace elaborate boottime verbosity with 'clocks' command by Kim Phillips · 18 years ago
- 14da5f7 Cleanup compiler warnings, update CHANGELOG by Wolfgang Denk · 18 years ago
- ee46091 Merge branch 'master' into hpc2 by roy zang · 18 years ago
- ca43ba1 Added support for the SOLIDCARD III board from Eurodesign by Heiko Schocher · 18 years ago
- a41969e Merge branch 'master' into hpc2 by roy zang · 18 years ago
- bc5556d Merge with /home/hs/TQ/u-boot-dev by Wolfgang Denk · 18 years ago
- fa23044 Added support for the TQM8272 board from TQ by Heiko Schocher · 18 years ago
- 9d27b3a Slight code clean up. by roy zang · 18 years ago
- c9c1eee Fix the exception occuring in RAM table search issue. by roy zang · 18 years ago
- e0b369e Fix the confilcts when merging 'master' into hpc2. by roy zang · 18 years ago
- dd520bf Code cleanup. by Wolfgang Denk · 18 years ago
- d239d74 mpc83xx: Replace CFG_IMMRBAR with CFG_IMMR by Timur Tabi · 18 years ago
- 4c52783 General code modification for mpc7448hpc2 board support. by roy zang · 18 years ago
- d22200f Merge branch 'master' of http://www.denx.de/git/u-boot by Jon Loeliger · 18 years ago
- 82165a3 Merge with /home/tur/proj/051_uboot_linux_v38b/u-boot by Wolfgang Denk · 18 years ago
- 4707fb5 Preliminary patch adding support for the MarelV38B board. by Bartlomiej Sieka · 18 years ago
- daaba98 Merge branch 'master' of http://www.denx.de/git/u-boot by Jon Loeliger · 18 years ago