Commit Graph

199 Commits (53677ef18e25c97ac613349087c5cb33ae5a2741)

Author SHA1 Message Date
Wolfgang Denk 53677ef18e Big white-space cleanup. 17 years ago
Wolfgang Denk ee0cfa7080 Revert "Avoid initrd and logbuffer area overlaps" 17 years ago
Nick Spence 91a616741f Support legacy multi-type images without FDT section. 17 years ago
Marian Balakowicz 1b5605ca57 Avoid initrd and logbuffer area overlaps 17 years ago
Marian Balakowicz c59518e159 ppc: Cleanup get_effective_memsize() use 17 years ago
Yuri Tikhonov 138105efe1 ppc flush_cache: add watch-dog triggering into the loops. 17 years ago
Kim Phillips 78e4882988 lib_ppc: Revert "Make MPC83xx one step closer to full relocation." 17 years ago
Marian Balakowicz cb1c489690 Restore the ability to continue booting after legacy image overwrite 17 years ago
Marian Balakowicz de2b3216e6 ppc: Fix ftd_blob variable init when processing raw blob 17 years ago
Stefan Roese dfc6c7b647 ppc: Revert patch 70431e8a that used _start instead of CFG_MONITOR_BASE 17 years ago
Kim Phillips 6fe2946f19 remove remaining CONFIG_OF_HAS_{UBOOT_ENV,BD_T} code 17 years ago
Joakim Tjernlund 70431e8a73 Make MPC83xx one step closer to full relocation. 17 years ago
Michael Barkowski 5b2793a3f3 mpc8323erdb: fix EEPROM page size and get MAC from EEPROM 17 years ago
Stefan Roese 6fb4b64056 ppc: Set CFG_MEM_TOP_HIDE to 0 if not already defined 17 years ago
Stefan Roese 14f73ca679 ppc: Add CFG_MEM_TOP_HIDE option to hide memory area that doesn't get "touched" 17 years ago
Dave Liu cd54081cd4 ata: enable the sata initialize on boot up 17 years ago
Wolfgang Denk 438a4c1126 Cleanup coding style, update CHANGELOG 17 years ago
Kumar Gala 9c666a7db0 ppc: Allow boards to specify how much memory they can map 17 years ago
Bartlomiej Sieka dafaede8a4 [new uImage] Disable debuging output in preparation for merge with master 17 years ago
Yuri Tikhonov 3d61018643 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). 17 years ago
Yuri Tikhonov 2d991958b1 The patch introduces the alternative configuration of the log buffer for 17 years ago
Marian Balakowicz f773bea8e1 [new uImage] Add proper ramdisk/FDT handling when FIT configuration is used 17 years ago
Marian Balakowicz cd7c596e9f [new uImage] Add new uImage format support to arch specific do_bootm_linux() routines 17 years ago
Marian Balakowicz 3dfe110149 [new uImage] Add node offsets for FIT images listed in struct bootm_headers 17 years ago
Marian Balakowicz bc8ed486b1 [new uImage] ppc: Add new uImage format support to FDT handling routines 17 years ago
Marian Balakowicz d985c8498c [new uImage] Remove unnecessary arguments passed to ramdisk routines 17 years ago
Marian Balakowicz 05e07b1ea2 [new uImage] Fix FDT blob totalsize calculation in boot_relocate_fdt() 17 years ago
Marian Balakowicz 9a4daad0a3 [new uImage] Update naming convention for bootm/uImage related code 17 years ago
Kumar Gala 75fa002c47 [new uImage] Respect autostart setting in linux bootm 17 years ago
Kumar Gala d3f2fa0d27 [new uImage] Provide ability to restrict region used for boot images 17 years ago
Kumar Gala e822d7fc4d [new uImage] Use lmb for bootm allocations 17 years ago
Kumar Gala 4648c2e7a1 [new uImage] ppc: Allow boards to specify effective amount of memory 17 years ago
Kumar Gala 274cea2bdd [new uImage] rework error handling so common functions don't reset 17 years ago
Kumar Gala d2bc095a63 [new uImage] ppc: Re-order ramdisk/fdt handling sequence 17 years ago
Kumar Gala 27953493ef [new uImage] ppc: Determine if we are booting an OF style 17 years ago
Kumar Gala a6612bdfe7 [new uImage] Don't pass kdb to ramdisk_high since we may not have one 17 years ago
Marian Balakowicz 4efbe9dbb1 [new uImage] Correct raw FDT blob handlig when CONFIG_FIT is disabled 17 years ago
Marian Balakowicz ff0734cff0 [new uImage] POWERPC: Add image_get_fdt() routine 17 years ago
Marian Balakowicz 8a5ea3e616 [new uImage] Move image verify flag to bootm_headers structure 17 years ago
Marian Balakowicz 823afe7cef [Makefile] Sort COBJS in lib_<arch> Makefiles 17 years ago
Marian Balakowicz d2ced9eb19 [new uImage] POWERPC: Split get_fdt() into get and relocate routines 17 years ago
Marian Balakowicz d5934ad775 [new uImage] Add dual format uImage support framework 17 years ago
Yuri Tikhonov 2e721094a7 lwmon5: enable hardware watchdog 17 years ago
Kumar Gala 81d93e5c4b ppc: Allow boards to specify effective amount of memory 17 years ago
Marian Balakowicz 2242f53698 [new uImage] Rename and move print_image_hdr() routine 17 years ago
Marian Balakowicz fff888a199 [new uImage] Add gen_get_image() routine 17 years ago
Rafal Jaworowski f57d7d364c ppc: Refactor cache routines, so there is only one common set. 17 years ago
Marian Balakowicz 7b325454fd [new uImage] Cleanup FDT handling in PPC do_boot_linux() 17 years ago
Marian Balakowicz b6b0fe6460 [new uImage] Cleanup do_botm_linux() boot allocations 17 years ago
Marian Balakowicz ceaed2b1e5 [new uImage] Move ramdisk loading to a common routine 17 years ago