Merge branch 'master' of git://www.denx.de/git/u-boot-mpc83xx
[oweals/u-boot.git] / common / image.c
2008-04-13 Wolfgang DenkMerge branch 'master' of git://denx.de/git/u-boot-mpc83xx
2008-04-13 Wolfgang DenkMerge branch 'master' of git://denx.de/git/u-boot-mpc85xx
2008-04-13 Wolfgang DenkMerge branch 'master' of git://denx.de/git/u-boot-ppc4xx
2008-04-13 Wolfgang DenkMerge branch 'master' of git://denx.de/git/u-boot-micro...
2008-04-13 Wolfgang DenkMerge branch 'master' of git://denx.de/git/u-boot-sparc
2008-04-08 Daniel HellstromSPARC: added SPARC support for new uimage in common...
2008-03-29 Gerald Van BarenMerge git://www.denx.de/git/u-boot into uboot
2008-03-26 Wolfgang DenkMerge branch 'master_merge_new-image' of /home/tur...
2008-03-26 Bartlomiej SiekaMerge branch 'new-image' of git://denx.de/git/u-boot...
2008-03-20 Bartlomiej Sieka[new uImage] Disable debuging output in preparation...
2008-03-14 Bartlomiej SiekaAdd MD5 support to the new uImage format
2008-03-12 Marian BalakowiczMerge branch 'master' of git://denx.de/git/u-boot into...
2008-03-12 Marian Balakowicz[new uImage] Fix build issue on ARM
2008-03-12 Marian Balakowicz[new uImage] Add proper ramdisk/FDT handling when FIT...
2008-03-12 Marian Balakowicz[new uImage] Use show_boot_progress() for new uImage...
2008-03-12 Marian Balakowicz[new uImage] Add node offsets for FIT images listed...
2008-03-12 Marian Balakowicz[new uImage] Remove unnecessary arguments passed to...
2008-03-12 Marian Balakowicz[new uImage] Add new uImage format support for ramdisk...
2008-03-10 Marian Balakowicz[new uImage] New uImage low-level API
2008-02-29 Marian Balakowicz[new uImage] Fix component handling for legacy multi...
2008-02-29 Marian Balakowicz[new uImage] Share common uImage code between mkimage...
2008-02-29 Marian Balakowicz[new uImage] Update naming convention for bootm/uImage...
2008-02-29 Marian BalakowiczMerge branch 'master' of git://denx.de/git/u-boot into...
2008-02-29 Kumar Gala[new uImage] Provide ability to restrict region used...
2008-02-29 Kumar Gala[new uImage] Use lmb for bootm allocations
2008-02-29 Kumar Gala[new uImage] Add autostart flag to bootm_headers structure
2008-02-29 Kumar Gala[new uImage] rework error handling so common functions...
2008-02-29 Kumar Gala[new uImage] Don't pass kdb to ramdisk_high since we...
2008-02-27 Marian Balakowicz[new uImage] Correct raw FDT blob handlig when CONFIG_F...
2008-02-27 Marian Balakowicz[new uImage] Move image verify flag to bootm_headers...
2008-02-27 Marian Balakowicz[new uImage] Optimize gen_get_image() flow control
2008-02-25 Marian Balakowicz[new uImage] Add dual format uImage support framework
2008-02-21 Marian Balakowicz[new uImage] Rename and move print_image_hdr() routine
2008-02-21 Marian Balakowicz[new uImage] Add fit_parse_conf() and fit_parse_subimag...
2008-02-21 Marian Balakowicz[new uImage] Add gen_get_image() routine
2008-02-21 Marian BalakowiczMerge branch 'master' of /home/git/u-boot
2008-02-07 Marian Balakowicz[new uImage] Cleanup do_botm_linux() boot allocations
2008-02-07 Marian Balakowicz[new uImage] Move ramdisk loading to a common routine
2008-02-07 Marian Balakowicz[new uImage] Factor out common image_get_ramdisk()...
2008-02-07 Marian Balakowicz[new uImage] Factor out common routines for getting...
2008-02-07 Marian Balakowicz[new uImage] Cleanup image header pointer use in bootm...
2008-02-07 Marian Balakowicz[new uImage] Add memmove_wd() common routine
2008-02-07 Marian Balakowicz[new uImage] Define a API for image handling operations