summaryrefslogtreecommitdiff
path: root/common/image.c
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-0/+1
2015-09-03rockchip: Add support for the SD imageSimon Glass1-0/+1
2015-09-03rockchip: Add the rkimage format to mkimageSimon Glass1-0/+1
2015-08-28image: Fix loop condition to avoid warningThierry Reding1-2/+2
2015-08-13image: fix Android ramdisk support when dtb is specifiedRob Herring1-10/+8
2015-08-13spl, common, serial: build SPL without serial supportHeiko Schocher1-2/+6
2015-07-22mkimage: Display a better list of available image typesSimon Glass1-26/+32
2015-05-28image: fix build when CONFIG_NR_DRAM_BANKS is disabled on ARMMatt Porter1-1/+1
2015-05-28add boot_get_loadables() to load listed imagesKarl Apsite1-0/+71
2015-05-06dm: rtc: Rename to_tm() to rtc_to_tm() and add error codeSimon Glass1-1/+1
2015-04-18common: Make sure arch-specific map_sysmem() is definedJoe Hershberger1-0/+1
2015-04-10lpc32xx: add lpc32xx-spl.bin boot image targetAlbert ARIBAUD \(3ADEV\)1-0/+1
2015-01-29imagetool: make the image_save_datafile() available to all image typesGuilherme Maciel Ferreira1-1/+1
2015-01-14image: bootm: Add OpenRTOS image typeMarek Vasut1-0/+4
2015-01-06memmove_wd: copy chunk down from big address if parameter to is larger than fromSonic Zhang1-2/+12
2014-10-29x86: image: Add new image type for x64_64Simon Glass1-0/+1
2014-10-28image: Fix Android boot image supportAhmad Draidi1-1/+2
2014-10-22x86: Support loading kernel setup from a FITSimon Glass1-0/+11
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-1/+2
2014-08-21image: fix bootm failure for FIT imageBryan Wu1-12/+27
2014-08-09image: introduce genimg_get_kernel_addr()Bryan Wu1-0/+43
2014-06-19includes: move openssl headers to include/u-bootJeroen Hofstee1-1/+1
2014-06-19image: Remove the fit_load_image() property parameterSimon Glass1-1/+1
2014-06-05bootm: make use of legacy image format configurableHeiko Schocher1-7/+18
2014-05-27mkimage: add atmelimageAndreas Bießmann1-0/+1
2014-05-22Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini1-5/+15
2014-05-08image: add support for Android's boot image formatSebastian Siewior1-5/+15
2014-04-18tools: mkimage: add support for gpimage formatKaricheri, Muralidharan1-0/+1
2014-02-07arc: bdinfo, image and arc-specific init functions declarations supportAlexey Brodkin1-0/+1
2014-01-14common/image.c: move VxWorks header string out of CONFIG_CMD_ELFmiao.yan@windriver.com1-1/+1
2014-01-09arm64: core supportDavid Feng1-0/+1
2013-09-20FIT: delete unnecessary castsMasahiro Yamada1-5/+1
2013-09-20Cosmetic: Fix a number of typos, no functional changes.Robert P. J. Day1-1/+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-17/+1
2013-07-12common/image.c: Fix regression with ramdisk load/entry points in FITStefano Babic1-1/+1
2013-07-12bootm: Use selected configuration for ramdisk and fdtSimon Glass1-2/+2
2013-06-26Clarify bootm OS argumentsSimon Glass1-8/+14
2013-06-05image: Use fit_image_load() to load ramdiskSimon Glass1-106/+16
2013-05-14image: Add device tree setup to image librarySimon Glass1-0/+50
2013-05-14image: Split libfdt code into image-fdt.cSimon Glass1-566/+0
2013-05-14image: Remove remaining #ifdefs in image-fit.cSimon Glass1-6/+1
2013-05-14sandbox: image: Add support for booting images in sandboxSimon Glass1-20/+28
2013-05-14image: Rename fit_image_check_hashes() to fit_image_verify()Simon Glass1-1/+1
2013-05-14image: Split FIT code into new image-fit.cSimon Glass1-1602/+0
2013-05-14image: Export fit_check_ramdisk()Simon Glass1-7/+2
2013-05-14image: Move timestamp #ifdefs to header fileSimon Glass1-29/+21
2013-03-27image: Add support for Plan 9Steven Stallion1-0/+1