summaryrefslogtreecommitdiffstats
path: root/common/image.c
Commit message (Expand)AuthorAgeFilesLines
...
* [new uImage] Fix build issue on ARMMarian Balakowicz2008-03-121-1/+7
* [new uImage] Add proper ramdisk/FDT handling when FIT configuration is usedMarian Balakowicz2008-03-121-29/+83
* [new uImage] Use show_boot_progress() for new uImage formatMarian Balakowicz2008-03-121-6/+22
* [new uImage] Add node offsets for FIT images listed in struct bootm_headersMarian Balakowicz2008-03-121-0/+1
* [new uImage] Remove unnecessary arguments passed to ramdisk routinesMarian Balakowicz2008-03-121-20/+12
* [new uImage] Add new uImage format support for ramdisk handlingMarian Balakowicz2008-03-121-16/+108
* [new uImage] New uImage low-level APIMarian Balakowicz2008-03-101-4/+1261
* [new uImage] Fix component handling for legacy multi component imagesMarian Balakowicz2008-02-291-8/+8
* [new uImage] Share common uImage code between mkimage and U-bootMarian Balakowicz2008-02-291-97/+244
* [new uImage] Update naming convention for bootm/uImage related codeMarian Balakowicz2008-02-291-211/+218
* [new uImage] Provide ability to restrict region used for boot imagesKumar Gala2008-02-291-0/+26
* [new uImage] Use lmb for bootm allocationsKumar Gala2008-02-291-87/+47
* [new uImage] Add autostart flag to bootm_headers structureKumar Gala2008-02-291-0/+6
* [new uImage] rework error handling so common functions don't resetKumar Gala2008-02-291-10/+16
* [new uImage] Don't pass kdb to ramdisk_high since we may not have oneKumar Gala2008-02-291-5/+4
* [new uImage] Correct raw FDT blob handlig when CONFIG_FIT is disabledMarian Balakowicz2008-02-271-2/+6
* [new uImage] Move image verify flag to bootm_headers structureMarian Balakowicz2008-02-271-5/+8
* [new uImage] Optimize gen_get_image() flow controlMarian Balakowicz2008-02-271-31/+33
* [new uImage] Add dual format uImage support frameworkMarian Balakowicz2008-02-251-32/+85
* [new uImage] Rename and move print_image_hdr() routineMarian Balakowicz2008-02-211-1/+55
* [new uImage] Add fit_parse_conf() and fit_parse_subimage() routinesMarian Balakowicz2008-02-211-0/+78
* [new uImage] Add gen_get_image() routineMarian Balakowicz2008-02-211-21/+105
* [new uImage] Cleanup do_botm_linux() boot allocationsMarian Balakowicz2008-02-071-9/+109
* [new uImage] Move ramdisk loading to a common routineMarian Balakowicz2008-02-071-0/+113
* [new uImage] Factor out common image_get_ramdisk() routineMarian Balakowicz2008-02-071-3/+200
* [new uImage] Factor out common routines for getting os/arch/type/comp namesMarian Balakowicz2008-02-071-0/+88
* [new uImage] Cleanup image header pointer use in bootm codeMarian Balakowicz2008-02-071-0/+86
* [new uImage] Add memmove_wd() common routineMarian Balakowicz2008-02-071-0/+18
* [new uImage] Define a API for image handling operationsMarian Balakowicz2008-02-071-0/+91
OpenPOWER on IntegriCloud