aboutsummaryrefslogtreecommitdiff
path: root/lib_ppc/bootm.c
AgeCommit message (Expand)AuthorFilesLines
2008-07-03lmb: fix "implicit declaration of function 'lmb_free'" warningWolfgang Denk1-1/+1
2008-06-28Resize device tree to allow space for board changes and the chosen nodeAndy Fleming1-8/+58
2008-06-12Change lmb to use phys_size_t/phys_addr_tBecky Bruce1-7/+9
2008-06-10fdt: unshadow global working fdt variableKim Phillips1-1/+1
2008-05-10Support legacy multi-type images without FDT section.Nick Spence1-3/+2
2008-04-17Restore the ability to continue booting after legacy image overwriteMarian Balakowicz1-2/+2
2008-04-17ppc: Fix ftd_blob variable init when processing raw blobMarian Balakowicz1-1/+1
2008-04-01remove remaining CONFIG_OF_HAS_{UBOOT_ENV,BD_T} codeKim Phillips1-12/+0
2008-03-26Cleanup coding style, update CHANGELOGWolfgang Denk1-4/+4
2008-03-20[new uImage] Disable debuging output in preparation for merge with masterBartlomiej Sieka1-1/+0
2008-03-12[new uImage] Add proper ramdisk/FDT handling when FIT configuration is usedMarian Balakowicz1-31/+73
2008-03-12[new uImage] Add new uImage format support to arch specific do_bootm_linux() ...Marian Balakowicz1-2/+6
2008-03-12[new uImage] Add node offsets for FIT images listed in struct bootm_headersMarian Balakowicz1-0/+1
2008-03-12[new uImage] ppc: Add new uImage format support to FDT handling routinesMarian Balakowicz1-23/+151
2008-03-12[new uImage] Remove unnecessary arguments passed to ramdisk routinesMarian Balakowicz1-3/+2
2008-02-29[new uImage] Fix FDT blob totalsize calculation in boot_relocate_fdt()Marian Balakowicz1-1/+1
2008-02-29[new uImage] Update naming convention for bootm/uImage related codeMarian Balakowicz1-12/+12
2008-02-29[new uImage] Respect autostart setting in linux bootmKumar Gala1-1/+4
2008-02-29[new uImage] Provide ability to restrict region used for boot imagesKumar Gala1-2/+24
2008-02-29[new uImage] Use lmb for bootm allocationsKumar Gala1-25/+40
2008-02-29[new uImage] rework error handling so common functions don't resetKumar Gala1-20/+41
2008-02-29[new uImage] ppc: Re-order ramdisk/fdt handling sequenceKumar Gala1-4/+35
2008-02-29[new uImage] ppc: Determine if we are booting an OF styleKumar Gala1-9/+13
2008-02-29[new uImage] Don't pass kdb to ramdisk_high since we may not have oneKumar Gala1-2/+1
2008-02-27[new uImage] Correct raw FDT blob handlig when CONFIG_FIT is disabledMarian Balakowicz1-6/+12
2008-02-27[new uImage] POWERPC: Add image_get_fdt() routineMarian Balakowicz1-32/+44
2008-02-27[new uImage] Move image verify flag to bootm_headers structureMarian Balakowicz1-5/+3
2008-02-27[new uImage] POWERPC: Split get_fdt() into get and relocate routinesMarian Balakowicz1-18/+43
2008-02-25[new uImage] Add dual format uImage support frameworkMarian Balakowicz1-47/+131
2008-02-21[new uImage] Rename and move print_image_hdr() routineMarian Balakowicz1-1/+1
2008-02-21[new uImage] Add gen_get_image() routineMarian Balakowicz1-0/+5
2008-02-07[new uImage] Cleanup FDT handling in PPC do_boot_linux()Marian Balakowicz1-127/+158
2008-02-07[new uImage] Cleanup do_botm_linux() boot allocationsMarian Balakowicz1-62/+44
2008-02-07[new uImage] Move ramdisk loading to a common routineMarian Balakowicz1-86/+26
2008-02-07[new uImage] Factor out common image_get_ramdisk() routineMarian Balakowicz1-85/+9
2008-02-07[new uImage] Move FDT error printing to common fdt_error() routineMarian Balakowicz1-26/+24
2008-02-07[new uImage] Remove OF_FLAT_TREE support from PPC bootm codeMarian Balakowicz1-59/+6
2008-02-07[new uImage] Rename architecture specific bootm code filesMarian Balakowicz1-0/+554