Commit Graph

30 Commits (511e4f9e7f7b6719e4d91d7f0fc89412b13b5150)

Author SHA1 Message Date
Wolfgang Denk 438a4c1126 Cleanup coding style, update CHANGELOG 17 years ago
Bartlomiej Sieka dafaede8a4 [new uImage] Disable debuging output in preparation for merge with master 18 years ago
Marian Balakowicz f773bea8e1 [new uImage] Add proper ramdisk/FDT handling when FIT configuration is used 18 years ago
Marian Balakowicz cd7c596e9f [new uImage] Add new uImage format support to arch specific do_bootm_linux() routines 18 years ago
Marian Balakowicz 3dfe110149 [new uImage] Add node offsets for FIT images listed in struct bootm_headers 18 years ago
Marian Balakowicz bc8ed486b1 [new uImage] ppc: Add new uImage format support to FDT handling routines 18 years ago
Marian Balakowicz d985c8498c [new uImage] Remove unnecessary arguments passed to ramdisk routines 18 years ago
Marian Balakowicz 05e07b1ea2 [new uImage] Fix FDT blob totalsize calculation in boot_relocate_fdt() 18 years ago
Marian Balakowicz 9a4daad0a3 [new uImage] Update naming convention for bootm/uImage related code 18 years ago
Kumar Gala 75fa002c47 [new uImage] Respect autostart setting in linux bootm 18 years ago
Kumar Gala d3f2fa0d27 [new uImage] Provide ability to restrict region used for boot images 18 years ago
Kumar Gala e822d7fc4d [new uImage] Use lmb for bootm allocations 18 years ago
Kumar Gala 274cea2bdd [new uImage] rework error handling so common functions don't reset 18 years ago
Kumar Gala d2bc095a63 [new uImage] ppc: Re-order ramdisk/fdt handling sequence 18 years ago
Kumar Gala 27953493ef [new uImage] ppc: Determine if we are booting an OF style 18 years ago
Kumar Gala a6612bdfe7 [new uImage] Don't pass kdb to ramdisk_high since we may not have one 18 years ago
Marian Balakowicz 4efbe9dbb1 [new uImage] Correct raw FDT blob handlig when CONFIG_FIT is disabled 18 years ago
Marian Balakowicz ff0734cff0 [new uImage] POWERPC: Add image_get_fdt() routine 18 years ago
Marian Balakowicz 8a5ea3e616 [new uImage] Move image verify flag to bootm_headers structure 18 years ago
Marian Balakowicz d2ced9eb19 [new uImage] POWERPC: Split get_fdt() into get and relocate routines 18 years ago
Marian Balakowicz d5934ad775 [new uImage] Add dual format uImage support framework 18 years ago
Marian Balakowicz 2242f53698 [new uImage] Rename and move print_image_hdr() routine 18 years ago
Marian Balakowicz fff888a199 [new uImage] Add gen_get_image() routine 18 years ago
Marian Balakowicz 7b325454fd [new uImage] Cleanup FDT handling in PPC do_boot_linux() 18 years ago
Marian Balakowicz b6b0fe6460 [new uImage] Cleanup do_botm_linux() boot allocations 18 years ago
Marian Balakowicz ceaed2b1e5 [new uImage] Move ramdisk loading to a common routine 18 years ago
Marian Balakowicz 5ad03eb385 [new uImage] Factor out common image_get_ramdisk() routine 18 years ago
Marian Balakowicz d3c5eb6dd1 [new uImage] Move FDT error printing to common fdt_error() routine 18 years ago
Marian Balakowicz 4a2ad5ff64 [new uImage] Remove OF_FLAT_TREE support from PPC bootm code 18 years ago
Marian Balakowicz 4a995edec1 [new uImage] Rename architecture specific bootm code files 18 years ago
Marian Balakowicz 7582438c28 [new uImage] Return error on image move/uncompress overwrites 18 years ago
Marian Balakowicz f13e7b2e99 [new uImage] Cleanup image header pointer use in bootm code 18 years ago
Marian Balakowicz af13cdbc01 [new uImage] Add memmove_wd() common routine 18 years ago
Marian Balakowicz 958fc48abd [new uImage] Fix FDT header verification in PPC do_boot_linux() routine 18 years ago
Marian Balakowicz 559316faf7 [new uImage] Move CHUNKSZ definition to image.h 18 years ago
Marian Balakowicz d45d5a18b6 [new uImage] Cleanup OF/FDT #if/#elif/#endif use in do_bootm_linux() 18 years ago
Marian Balakowicz 5d3cc55ecb [new uImage] Move PPC do_bootm_linux() to lib_ppc/ppc_linux.c 18 years ago