summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * Add MD5 support to the new uImage formatBartlomiej Sieka2008-03-145-5/+16
| | * Add the MD5 algorithmBartlomiej Sieka2008-03-143-0/+298
| | * Merge branch 'master' of git://www.denx.de/git/u-boot into new-imageMarian Balakowicz2008-03-12183-785/+1975
| | |\
| | * | [new uImage] Fix build issue on ARMMarian Balakowicz2008-03-121-1/+7
| | * | [new uImage] Add new uImage format documentation and examplesMarian Balakowicz2008-03-127-4/+981
| | * | [new uImage] Fix definition of common bootm_headers_t fieldsMarian Balakowicz2008-03-121-1/+2
| | * | [new uImage] Fix build problems on trab boardMarian Balakowicz2008-03-121-2/+2
| | * | [new uImage] Add proper ramdisk/FDT handling when FIT configuration is usedMarian Balakowicz2008-03-125-64/+170
| | * | [new uImage] More verbose kernel image uncompress error messageMarian Balakowicz2008-03-121-2/+4
| | * | [new uImage] Use show_boot_progress() for new uImage formatMarian Balakowicz2008-03-126-24/+125
| | * | [new uImage] Add new uImage fromat support to fpga commandMarian Balakowicz2008-03-121-9/+76
| | * | [new uImage] Add new uImage format handling to other bootm related commandsMarian Balakowicz2008-03-126-64/+140
| | * | [new uImage] Add new uImage format support to imgextract commandMarian Balakowicz2008-03-121-31/+78
| | * | [new uImage] Add new uImage format support to autoscript routineMarian Balakowicz2008-03-125-22/+97
| | * | [new uImage] Add new uImage format support to arch specific do_bootm_linux() ...Marian Balakowicz2008-03-1210-36/+137
| | * | [new uImage] Add node offsets for FIT images listed in struct bootm_headersMarian Balakowicz2008-03-124-17/+15
| | * | [new uImage] ppc: Add new uImage format support to FDT handling routinesMarian Balakowicz2008-03-121-23/+151
| | * | [new uImage] Re-enable interrupts for non automatic bootingMarian Balakowicz2008-03-121-1/+5
| | * | [new uImage] Remove unnecessary arguments passed to ramdisk routinesMarian Balakowicz2008-03-128-37/+36
| | * | [new uImage] Add new uImage format support for ramdisk handlingMarian Balakowicz2008-03-121-16/+108
| | * | [new uImage] Add new uImage format support for kernel bootingMarian Balakowicz2008-03-121-11/+144
| | * | [new uImage] Add new uImage format support for imls and iminfo commandsMarian Balakowicz2008-03-111-5/+11
| | * | [new uImage] Add support for new uImage format to mkimage toolBartlomiej Sieka2008-03-113-56/+222
| | * | [new uImage] Make node unit names const in struct bootm_headersMarian Balakowicz2008-03-101-3/+3
| | * | [new uImage] New uImage low-level APIMarian Balakowicz2008-03-103-6/+1420
| | * | [new uImage] Fix FDT blob totalsize calculation in boot_relocate_fdt()Marian Balakowicz2008-02-291-1/+1
| | * | libfdt: Add and use a node iteration helper function.David Gibson2008-02-293-174/+131
| | * | [new uImage] Add libfdt support to mkimageBartlomiej Sieka2008-02-2911-3/+111
| | * | [new uImage] Add sha1.o object to mkimage binary buildBartlomiej Sieka2008-02-292-1/+2
| | * | [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-293-339/+267
| | * | [new uImage] Update naming convention for bootm/uImage related codeMarian Balakowicz2008-02-2925-312/+326
| | * | Merge branch 'master' of git://www.denx.de/git/u-boot into new-imageMarian Balakowicz2008-02-2952-289/+833
| | |\ \
| | * | | [new uImage] Respect autostart setting in linux bootmKumar Gala2008-02-2910-2/+32
| | * | | [new uImage] Provide ability to restrict region used for boot imagesKumar Gala2008-02-295-8/+60
| | * | | [new uImage] Use lmb for bootm allocationsKumar Gala2008-02-295-126/+119
| | * | | [new uImage] Add autostart flag to bootm_headers structureKumar Gala2008-02-293-0/+9
| | * | | [new uImage] Introduce lmb from linux kernel for memory mgmt of boot imagesKumar Gala2008-02-295-0/+351
| | * | | [new uImage] ppc: Allow boards to specify effective amount of memoryKumar Gala2008-02-291-7/+15
| | * | | [new uImage] rework error handling so common functions don't resetKumar Gala2008-02-294-32/+70
| | * | | [new uImage] ppc: Re-order ramdisk/fdt handling sequenceKumar Gala2008-02-291-4/+35
| | * | | [new uImage] ppc: Determine if we are booting an OF styleKumar Gala2008-02-291-9/+13
| | * | | [new uImage] Don't pass kdb to ramdisk_high since we may not have oneKumar Gala2008-02-294-10/+7
| | * | | [new uImage] Correct raw FDT blob handlig when CONFIG_FIT is disabledMarian Balakowicz2008-02-273-10/+21
| | * | | [new uImage] POWERPC: Add image_get_fdt() routineMarian Balakowicz2008-02-271-32/+44
| | * | | [new uImage] Add image_get_kernel() routineMarian Balakowicz2008-02-271-33/+53
| | * | | [new uImage] Move image verify flag to bootm_headers structureMarian Balakowicz2008-02-2714-56/+49
| | * | | [Makefile] Sort COBJS in lib_<arch> MakefilesMarian Balakowicz2008-02-2711-56/+112
| | * | | [new uImage] Optimize gen_get_image() flow controlMarian Balakowicz2008-02-271-31/+33
| | * | | [new uImage] POWERPC: Split get_fdt() into get and relocate routinesMarian Balakowicz2008-02-271-18/+43