aboutsummaryrefslogtreecommitdiff
path: root/include/image.h
AgeCommit message (Expand)AuthorFilesLines
2008-08-26bootm: refactor image detection and os load stepsKumar Gala1-0/+9
2008-08-26bootm: move lmb into the bootm_headers_t structureKumar Gala1-1/+3
2008-08-26bootm: refactor fdt locating and relocation codeKumar Gala1-0/+13
2008-08-26bootm: refactor ramdisk locating codeKumar Gala1-0/+2
2008-08-26bootm: refactor entry point codeKumar Gala1-0/+2
2008-08-10Revert "[new uImage] Add autostart flag to bootm_headers structure"Wolfgang Denk1-1/+0
2008-06-12Change lmb to use phys_size_t/phys_addr_tBecky Bruce1-1/+1
2008-04-25Use watchdog-aware functions when calculating hashes of images - take twoBartlomiej Sieka1-2/+15
2008-04-24Memory footprint optimizationsBartlomiej Sieka1-6/+3
2008-04-17Restore the ability to continue booting after legacy image overwriteMarian Balakowicz1-1/+2
2008-04-08SPARC: added SPARC support for new uimage in common code.Daniel Hellstrom1-0/+4
2008-03-20[new uImage] Do not compile new uImage format support by defaultBartlomiej Sieka1-6/+0
2008-03-14Add MD5 support to the new uImage formatBartlomiej Sieka1-0/+1
2008-03-12[new uImage] Fix definition of common bootm_headers_t fieldsMarian Balakowicz1-1/+2
2008-03-12[new uImage] Add proper ramdisk/FDT handling when FIT configuration is usedMarian Balakowicz1-0/+3
2008-03-12[new uImage] Add node offsets for FIT images listed in struct bootm_headersMarian Balakowicz1-2/+5
2008-03-12[new uImage] Remove unnecessary arguments passed to ramdisk routinesMarian Balakowicz1-3/+2
2008-03-11[new uImage] Add support for new uImage format to mkimage toolBartlomiej Sieka1-4/+11
2008-03-10[new uImage] Make node unit names const in struct bootm_headersMarian Balakowicz1-3/+3
2008-03-10[new uImage] New uImage low-level APIMarian Balakowicz1-2/+151
2008-02-29[new uImage] Share common uImage code between mkimage and U-bootMarian Balakowicz1-8/+13
2008-02-29[new uImage] Update naming convention for bootm/uImage related codeMarian Balakowicz1-33/+39
2008-02-29[new uImage] Provide ability to restrict region used for boot imagesKumar Gala1-0/+2
2008-02-29[new uImage] Use lmb for bootm allocationsKumar Gala1-7/+5
2008-02-29[new uImage] Add autostart flag to bootm_headers structureKumar Gala1-0/+2
2008-02-29[new uImage] Introduce lmb from linux kernel for memory mgmt of boot imagesKumar Gala1-0/+2
2008-02-29[new uImage] rework error handling so common functions don't resetKumar Gala1-1/+1
2008-02-29[new uImage] Don't pass kdb to ramdisk_high since we may not have oneKumar Gala1-1/+1
2008-02-27[new uImage] Correct raw FDT blob handlig when CONFIG_FIT is disabledMarian Balakowicz1-2/+3
2008-02-27[new uImage] Move image verify flag to bootm_headers structureMarian Balakowicz1-5/+2
2008-02-25[new uImage] Add dual format uImage support frameworkMarian Balakowicz1-4/+49
2008-02-21[new uImage] Rename and move print_image_hdr() routineMarian Balakowicz1-0/+1
2008-02-21[new uImage] Add fit_parse_conf() and fit_parse_subimage() routinesMarian Balakowicz1-0/+10
2008-02-21[new uImage] Add gen_get_image() routineMarian Balakowicz1-0/+6
2008-02-21[new uImage] Pull in libfdt if CONFIG_FIT is enabledMarian Balakowicz1-0/+9
2008-02-07[new uImage] Cleanup do_botm_linux() boot allocationsMarian Balakowicz1-2/+8
2008-02-07[new uImage] Move ramdisk loading to a common routineMarian Balakowicz1-1/+6
2008-02-07[new uImage] Factor out common image_get_ramdisk() routineMarian Balakowicz1-0/+10
2008-02-07[new uImage] Factor out common routines for getting os/arch/type/comp namesMarian Balakowicz1-4/+9
2008-02-07[new uImage] Cleanup image header pointer use in bootm codeMarian Balakowicz1-3/+24
2008-02-07[new uImage] Add memmove_wd() common routineMarian Balakowicz1-0/+3
2008-02-07[new uImage] Move CHUNKSZ definition to image.hMarian Balakowicz1-0/+7
2008-02-07[new uImage] Define a API for image handling operationsMarian Balakowicz1-20/+159
2007-09-10Allocate CPU Architecture Code for STMicroelectronics' ST200.Sean MCGOOGAN1-0/+1
2006-10-11Merge with /home/wd/git/u-boot/masterWolfgang Denk1-0/+1
2006-10-09Define IH_CPU_AVR32Stefan Roese1-0/+1
2006-08-16* Support for FDT in uImage format, error when using FDT from flashMatthew McClintock1-0/+1
2006-03-12Add ADI Blackfin supportWolfgang Denk1-0/+1
2005-11-25Remove unnnecessary #include <linux/types.h> from include/asm-*/u-boot.hWolfgang Denk1-1/+8
2004-10-10* Patch by Gridish Shlomi, 30 Aug 2004:wdenk1-1/+1