- 2b77b9d Avoid initrd and logbuffer area overlaps by Marian Balakowicz · 17 years ago
- b4f223b ppc: Cleanup get_effective_memsize() use by Marian Balakowicz · 17 years ago
- 18db5a6 ppc flush_cache: add watch-dog triggering into the loops. by Yuri Tikhonov · 17 years ago
- ea3503a lib_ppc: Revert "Make MPC83xx one step closer to full relocation." by Kim Phillips · 17 years ago
- ab00e02 Restore the ability to continue booting after legacy image overwrite by Marian Balakowicz · 17 years ago
- e5d63b7 ppc: Fix ftd_blob variable init when processing raw blob by Marian Balakowicz · 17 years ago
- 320bacd ppc: Revert patch 70431e8a that used _start instead of CFG_MONITOR_BASE by Stefan Roese · 17 years ago
- 62f51e9 Merge branch 'master' of git://www.denx.de/git/u-boot-fdt by Wolfgang Denk · 17 years ago
- 0d0d348 Merge branch 'master' of git://www.denx.de/git/u-boot-mpc83xx by Wolfgang Denk · 17 years ago
- 0c51a67 remove remaining CONFIG_OF_HAS_{UBOOT_ENV,BD_T} code by Kim Phillips · 17 years ago
- 8bd4dff Make MPC83xx one step closer to full relocation. by Joakim Tjernlund · 17 years ago
- e6c56b6 mpc8323erdb: fix EEPROM page size and get MAC from EEPROM by Michael Barkowski · 17 years ago
- 3b42332 ppc: Set CFG_MEM_TOP_HIDE to 0 if not already defined by Stefan Roese · 17 years ago
- a13709f ppc: Add CFG_MEM_TOP_HIDE option to hide memory area that doesn't get "touched" by Stefan Roese · 17 years ago
- 92123e0 ata: enable the sata initialize on boot up by Dave Liu · 17 years ago
- 8f702ad Cleanup coding style, update CHANGELOG by Wolfgang Denk · 17 years ago
- 9eede9b Merge branch 'new-image' of git://www.denx.de/git/u-boot-testing by Bartlomiej Sieka · 17 years ago
- 893ac07 ppc: Allow boards to specify how much memory they can map by Kumar Gala · 17 years ago
- 432c914 [new uImage] Disable debuging output in preparation for merge with master by Bartlomiej Sieka · 17 years ago
- fe1d91b 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
- 0cd4f3d [new uImage] Add proper ramdisk/FDT handling when FIT configuration is used by Marian Balakowicz · 17 years ago
- df8ff33 [new uImage] Add new uImage format support to arch specific do_bootm_linux() routines by Marian Balakowicz · 17 years ago
- 61c1ad5 [new uImage] Add node offsets for FIT images listed in struct bootm_headers by Marian Balakowicz · 17 years ago
- 0d87136 [new uImage] ppc: Add new uImage format support to FDT handling routines by Marian Balakowicz · 17 years ago
- a0ffb42 [new uImage] Remove unnecessary arguments passed to ramdisk routines by Marian Balakowicz · 17 years ago
- b5ec1b9 [new uImage] Fix FDT blob totalsize calculation in boot_relocate_fdt() by Marian Balakowicz · 17 years ago
- d7c88a4 [new uImage] Update naming convention for bootm/uImage related code by Marian Balakowicz · 17 years ago
- d0bb56d Merge branch 'master' of git://www.denx.de/git/u-boot into new-image by Marian Balakowicz · 17 years ago
- aa0826b [new uImage] Respect autostart setting in linux bootm by Kumar Gala · 17 years ago
- c5bacfd [new uImage] Provide ability to restrict region used for boot images by Kumar Gala · 17 years ago
- b937bb7 [new uImage] Use lmb for bootm allocations by Kumar Gala · 17 years ago
- 739ce3c [new uImage] ppc: Allow boards to specify effective amount of memory by Kumar Gala · 17 years ago
- 18f4c0f [new uImage] rework error handling so common functions don't reset by Kumar Gala · 17 years ago
- 56bdf1d [new uImage] ppc: Re-order ramdisk/fdt handling sequence by Kumar Gala · 17 years ago
- a56d7d5 [new uImage] ppc: Determine if we are booting an OF style by Kumar Gala · 17 years ago
- aced3a3 [new uImage] Don't pass kdb to ramdisk_high since we may not have one by Kumar Gala · 17 years ago
- 1256068 [new uImage] Correct raw FDT blob handlig when CONFIG_FIT is disabled by Marian Balakowicz · 17 years ago
- 351d3e3 [new uImage] POWERPC: Add image_get_fdt() routine by Marian Balakowicz · 17 years ago
- 61fde55 [new uImage] Move image verify flag to bootm_headers structure by Marian Balakowicz · 17 years ago
- 699ffe5 [Makefile] Sort COBJS in lib_<arch> Makefiles by Marian Balakowicz · 17 years ago
- 6881dae [new uImage] POWERPC: Split get_fdt() into get and relocate routines by Marian Balakowicz · 17 years ago
- dbdd16a [new uImage] Add dual format uImage support framework by Marian Balakowicz · 17 years ago
- 787f8fc lwmon5: enable hardware watchdog by Yuri Tikhonov · 17 years ago
- 4c38454 ppc: Allow boards to specify effective amount of memory by Kumar Gala · 17 years ago
- a1cc147 [new uImage] Rename and move print_image_hdr() routine by Marian Balakowicz · 17 years ago
- c536d6f [new uImage] Add gen_get_image() routine by Marian Balakowicz · 17 years ago
- 2429d4f Merge branch 'master' of /home/git/u-boot by Marian Balakowicz · 17 years ago
- 86a28e9 ppc: Refactor cache routines, so there is only one common set. by Rafal Jaworowski · 17 years ago
- 25154b6 [new uImage] Cleanup FDT handling in PPC do_boot_linux() by Marian Balakowicz · 17 years ago
- 2efc264 [new uImage] Cleanup do_botm_linux() boot allocations by Marian Balakowicz · 17 years ago
- 9c701e8 [new uImage] Move ramdisk loading to a common routine by Marian Balakowicz · 17 years ago
- 9541850 [new uImage] Factor out common image_get_ramdisk() routine by Marian Balakowicz · 17 years ago
- 28fb615 [new uImage] Move FDT error printing to common fdt_error() routine by Marian Balakowicz · 17 years ago
- d216085 [new uImage] Remove OF_FLAT_TREE support from PPC bootm code by Marian Balakowicz · 17 years ago
- 79fcab8 [new uImage] Rename architecture specific bootm code files by Marian Balakowicz · 17 years ago
- f92332b [new uImage] Return error on image move/uncompress overwrites by Marian Balakowicz · 17 years ago
- b4a12a9 [new uImage] Cleanup image header pointer use in bootm code by Marian Balakowicz · 17 years ago
- f9a67bd [new uImage] Add memmove_wd() common routine by Marian Balakowicz · 17 years ago
- ed68d47 [new uImage] Fix FDT header verification in PPC do_boot_linux() routine by Marian Balakowicz · 17 years ago
- 20c4372 [new uImage] Move CHUNKSZ definition to image.h by Marian Balakowicz · 17 years ago
- 751b2b8 [new uImage] Cleanup OF/FDT #if/#elif/#endif use in do_bootm_linux() by Marian Balakowicz · 17 years ago
- 2437cf2 [new uImage] Move PPC do_bootm_linux() to lib_ppc/ppc_linux.c by Marian Balakowicz · 17 years ago
- 00a2fd8 Merge branch 'master' of git://www.denx.de/git/u-boot-mpc86xx by Wolfgang Denk · 17 years ago
- 34cf959 FSL: Fix common EEPROM_data structure definition by Haiying Wang · 17 years ago
- 7efe927 Add support for a Freescale non-CPM SPI controller by Ben Warren · 17 years ago
- 21305af MPC512X: Cleanup bus clock names. by Grzegorz Bernacki · 17 years ago
- af554d8 ads5121: Added support for FDT. by Grzegorz Bernacki · 17 years ago
- a19be78 API for external applications. by Rafal Jaworowski · 17 years ago
- eff3a0a ppc4xx: Rework 4xx cache support by Stefan Roese · 17 years ago
- 0e3945c lib_ppc: make board_add_ram_info weak by Kim Phillips · 17 years ago
- 75a3d5d Merge with git://www.denx.de/git/u-boot.git by Stefan Roese · 17 years ago
- ebd35f8 mpc83xx: Add support for the display of reset status by Dave Liu · 17 years ago
- ff87484 Merge with /home/wd/git/u-boot/custodian/u-boot-testing by Wolfgang Denk · 17 years ago
- 7e5e09f Merge branch 'testing' into working by Andy Fleming · 17 years ago
- d84fe30 [ppc440SPe] Graceful recovery from machine check during PCIe configuration by Grzegorz Bernacki · 17 years ago
- 8a8ec53 make show_boot_progress () weak. by Heiko Schocher · 17 years ago
- 6a33733 Fix malloc problem introduced with the relocation fixup for the PPC platform by Stefan Roese · 17 years ago
- 1670a5b disk/ doc/ lib_*/ and tools/: Remove lingering references to CFG_CMD_* symbols. by Jon Loeliger · 17 years ago
- 6b23305 lib_{m68k,microblaze,mips,ppc}/: Remove obsolete references to CONFIG_COMMANDS by Jon Loeliger · 17 years ago
- 1421586 Merge with /home/hs/Atronic/u-boot by Wolfgang Denk · 17 years ago
- 22e0584 Don't set gd->reloc_off if relocation of .fixup works correctly by Grant Likely · 17 years ago
- 63cf353 lib_ppc/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · 17 years ago
- 508c5ba Merge with /home/wd/git/u-boot/custodian/u-boot-testing by Wolfgang Denk · 17 years ago
- 633e03a [PCS440EP] upgrade the PCS440EP board: by Heiko Schocher · 17 years ago
- d2a7a74 Fix config problems on SC3 board; make ide_reset_timeout work. by Wolfgang Denk · 17 years ago
- dacf233 Merge with git://www.denx.de/git/u-boot.git by Stefan Roese · 18 years ago
- 5384742 Merge with /home/git/u-boot by Wolfgang Denk · 18 years ago
- d46deb5 Search the exception table with linear algorithm by Zang Roy-r61911 · 18 years ago
- e9a816c ppc4xx: Set bd->bi_pci_busfreq on 440EPx/GRx too by Stefan Roese · 18 years ago
- d82b077 mpc83xx: replace elaborate boottime verbosity with 'clocks' command by Kim Phillips · 18 years ago
- 34128aa Cleanup compiler warnings, update CHANGELOG by Wolfgang Denk · 18 years ago
- e992d37 Merge branch 'master' into hpc2 by roy zang · 18 years ago
- 3c58a99 Added support for the SOLIDCARD III board from Eurodesign by Heiko Schocher · 18 years ago
- 96f49ef Merge branch 'master' into hpc2 by roy zang · 18 years ago
- eed025b Merge with /home/hs/TQ/u-boot-dev by Wolfgang Denk · 18 years ago
- 3ec4366 Added support for the TQM8272 board from TQ by Heiko Schocher · 18 years ago
- c2db5cf Slight code clean up. by roy zang · 18 years ago
- 373baf4 Fix the exception occuring in RAM table search issue. by roy zang · 18 years ago
- d506865 Fix the confilcts when merging 'master' into hpc2. by roy zang · 18 years ago
- 87b3d4b Code cleanup. by Wolfgang Denk · 18 years ago