aboutsummaryrefslogtreecommitdiff
path: root/include/image.h
AgeCommit message (Expand)AuthorFilesLines
2016-10-06tools: mkimage: add support for Vybrid image formatAlbert ARIBAUD \(3ADEV\)1-0/+1
2016-08-15xtensa: add support for the xtensa processor architecture [1/2]Chris Zankel1-0/+1
2016-07-21image: fix IH_ARCH_... values for uImage compatibilityMasahiro Yamada1-0/+13
2016-07-14image: Add functions to obtain category informationSimon Glass1-0/+34
2016-07-14image: Create a table of information for each categorySimon Glass1-0/+9
2016-07-14image: Convert the IH_... values to enumsSimon Glass1-86/+101
2016-07-14spl: fit: add support for post-processing of imagesDaniel Allred1-0/+17
2016-06-24common: image: minimal android image iminfo supportMichael Trimarchi1-0/+1
2016-05-31Revert "image.h: Tighten up content using handy CONFIG_IS_ENABLED() macro."Masahiro Yamada1-12/+57
2016-05-27image.h: Tighten up content using handy CONFIG_IS_ENABLED() macro.Robert P. J. Day1-57/+12
2016-05-24image: Add boot_get_fpga() to load fpga with bootmMichal Simek1-0/+2
2016-05-24mkimage: Report information about fpgaMichal Simek1-1/+3
2016-05-24tools: zynqmpimage: Add Xilinx ZynqMP boot header generationMichal Simek1-1/+2
2016-03-14spl: Add an option to load a FIT containing U-BootSimon Glass1-1/+1
2016-03-14spl: Add a way for boards to select which device tree to loadSimon Glass1-0/+13
2016-03-14image: Add functions to obtain short namesSimon Glass1-0/+27
2016-03-14fdt: Allow libfdt to be used in SPLSimon Glass1-8/+4
2016-03-14Kconfig: Move CONFIG_FIT and related options to KconfigSimon Glass1-5/+10
2016-03-14Move CONFIG_OF_LIBFDT to KconfigSimon Glass1-1/+0
2016-02-26image: Correct the OS location code to work on sandboxSimon Glass1-4/+1
2015-11-19tools: zynqimage: Add Xilinx Zynq boot header generation to mkimageNathan Rossi1-1/+2
2015-10-11Add support for LZ4 decompression algorithmJulius Werner1-0/+1
2015-09-02rockchip: Add support for the SPI imageSimon Glass1-1/+2
2015-09-02rockchip: Add support for the SD imageSimon Glass1-1/+2
2015-09-02rockchip: Add the rkimage format to mkimageSimon Glass1-1/+2
2015-07-21mkimage: Display a better list of available image typesSimon Glass1-0/+11
2015-05-28add boot_get_loadables() to load listed imagesKarl Apsite1-1/+26
2015-05-28mkimage will now report information about loadableKarl Apsite1-0/+1
2015-05-08Fix musl buildJörg Krause1-0/+1
2015-04-10lpc32xx: add lpc32xx-spl.bin boot image targetAlbert ARIBAUD \(3ADEV\)1-0/+1
2015-01-30Merge branch 'master' of git://git.denx.de/u-boot-dmTom Rini1-2/+3
2015-01-29rsa: Use checksum algorithms from struct hash_algoRuchika Gupta1-2/+3
2015-01-29dumpimage: fit: extract FIT imagesGuilherme Maciel Ferreira1-0/+1
2015-01-14image: bootm: Add OpenRTOS image typeMarek Vasut1-0/+1
2014-11-21fdt: Add ft_system_setup() function for system device tree additionsSimon Glass1-0/+6
2014-10-28x86: image: Add new image type for x64_64Simon Glass1-0/+1
2014-10-22x86: Support loading kernel setup from a FITSimon Glass1-0/+13
2014-10-06tools: socfpga: Add socfpga preloader signing to mkimageCharles Manning1-0/+1
2014-08-28Fix test failure caused by bad handling of ramdiskSimon Glass1-0/+1
2014-08-21image: fix bootm failure for FIT imageBryan Wu1-0/+3
2014-08-09image: introduce genimg_get_kernel_addr()Bryan Wu1-0/+1
2014-07-07fit: make sha256 support optionalDirk Eibach1-0/+5
2014-06-19includes: move openssl headers to include/u-bootJeroen Hofstee1-1/+1
2014-06-19Enhance fit_check_sign to check all imagesSimon Glass1-1/+4
2014-06-19image: Remove the fit_load_image() property parameterSimon Glass1-2/+3
2014-06-05Prevent a buffer overflow in mkimage when signing with SHA256Michael van der Westhuizen1-1/+2
2014-06-05bootm: make use of legacy image format configurableHeiko Schocher1-0/+2
2014-05-27mkimage: add atmelimageAndreas Bießmann1-0/+1
2014-05-22Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini1-0/+13
2014-05-09Merge branch 'u-boot/master'Albert ARIBAUD1-2/+36