summaryrefslogtreecommitdiff
path: root/include/image.h
AgeCommit message (Expand)AuthorFilesLines
2015-10-12Add support for LZ4 decompression algorithmJulius Werner1-0/+1
2015-09-03rockchip: Add support for the SPI imageSimon Glass1-1/+2
2015-09-03rockchip: Add support for the SD imageSimon Glass1-1/+2
2015-09-03rockchip: Add the rkimage format to mkimageSimon Glass1-1/+2
2015-07-22mkimage: 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-09Fix 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-30rsa: 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-29x86: 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-29Fix 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-08fit: 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-06Prevent 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
2014-05-08image: add support for Android's boot image formatSebastian Siewior1-0/+13
2014-04-18tools: mkimage: add support for gpimage formatKaricheri, Muralidharan1-0/+1
2014-03-22tools, fit_check_sign: verify a signed fit imageHeiko Schocher1-7/+10
2014-03-22rsa: add sha256,rsa4096 algorithmHeiko Schocher1-0/+1
2014-03-22rsa: add sha256-rsa2048 algorithmHeiko Schocher1-0/+21
2014-03-22fit: add sha256 supportHeiko Schocher1-0/+9
2014-02-19fdt: rename IMAAGE_OF_BOARD_SETUP to IMAGE_OF_BOARD_SETUPMasahiro Yamada1-2/+2
2014-02-07arc: bdinfo, image and arc-specific init functions declarations supportAlexey Brodkin1-0/+1
2014-01-09arm64: core supportDavid Feng1-0/+1
2013-08-31ARM: mxs: tools: Add mkimage support for MXS bootstreamMarek Vasut1-0/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-18/+1
2013-07-12bootm: Use selected configuration for ramdisk and fdtSimon Glass1-3/+4
2013-07-10bootm: Clean up bootz_setup() functionSimon Glass1-0/+11
2013-06-29mkimage: Build signing only if board has CONFIG_FIT_SIGNATURESimon Glass1-3/+0
2013-06-26image: Add support for signing of FIT configurationsSimon Glass1-0/+16
2013-06-26image: Support signing of imagesSimon Glass1-4/+55
2013-06-26image: Add signing infrastructureSimon Glass1-2/+88
2013-06-26Add a 'fake' go command to the bootm commandSimon Glass1-1/+2
2013-06-26Refactor the bootm command to reduce code duplicationSimon Glass1-7/+9
2013-06-05image: Use fit_image_load() to load kernelSimon Glass1-1/+0
2013-06-05image: Use fit_image_load() to load FDTSimon Glass1-3/+3