summaryrefslogtreecommitdiff
path: root/common/image.c
Commit message (Expand)AuthorAgeLines
* image: Protect against overflow in unknown_msg()Simon Glass2016-11-05-2/+4
* libfdt: Bring in upstream stringlist functionsSimon Glass2016-10-13-10/+9
* tools: mkimage: add support for Vybrid image formatAlbert ARIBAUD \(3ADEV\)2016-10-06-0/+1
* treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-23-1/+1
* image-fit: Fix fit_get_node_from_config semanticsPaul Burton2016-09-22-1/+1
* xtensa: add support for the xtensa processor architecture [1/2]Chris Zankel2016-08-15-0/+1
* image: Add functions to obtain category informationSimon Glass2016-07-14-0/+68
* image: Add a name for invalid typesSimon Glass2016-07-14-3/+3
* image: Create a table of information for each categorySimon Glass2016-07-14-0/+13
* image: Add boot_get_fpga() to load fpga with bootmMichal Simek2016-05-24-0/+92
* mkimage: Report information about fpgaMichal Simek2016-05-24-0/+1
* tools: zynqmpimage: Add Xilinx ZynqMP boot header generationMichal Simek2016-05-24-0/+1
* image: Add functions to obtain short namesSimon Glass2016-03-14-4/+22
* fdt: Allow libfdt to be used in SPLSimon Glass2016-03-14-2/+2
* Kconfig: Move CONFIG_FIT and related options to KconfigSimon Glass2016-03-14-12/+12
* image: fix getenv_bootm_size() function againMasahiro Yamada2016-02-08-8/+13
* Use correct spelling of "U-Boot"Bin Meng2016-02-06-1/+1
* image: fix getenv_bootm_size() functionMasahiro Yamada2016-01-19-2/+2
* image: check "bootm_low" and "bootm_size" if "initrd_high" is missingMasahiro Yamada2016-01-13-2/+1
* tools: zynqimage: Add Xilinx Zynq boot header generation to mkimageNathan Rossi2015-11-19-0/+1
* image.c: Fix non-Android booting with ramdisk and/or device treeTom Rini2015-10-27-1/+1
* common/image.c: Make boot_get_ramdisk() perform a check for Android imagesTom Rini2015-10-11-0/+9
* Add support for LZ4 decompression algorithmJulius Werner2015-10-11-0/+1
* rockchip: Add support for the SPI imageSimon Glass2015-09-02-0/+1
* rockchip: Add support for the SD imageSimon Glass2015-09-02-0/+1
* rockchip: Add the rkimage format to mkimageSimon Glass2015-09-02-0/+1
* image: Fix loop condition to avoid warningThierry Reding2015-08-28-2/+2
* image: fix Android ramdisk support when dtb is specifiedRob Herring2015-08-12-10/+8
* spl, common, serial: build SPL without serial supportHeiko Schocher2015-08-12-2/+6
* mkimage: Display a better list of available image typesSimon Glass2015-07-21-26/+32
* image: fix build when CONFIG_NR_DRAM_BANKS is disabled on ARMMatt Porter2015-05-28-1/+1
* add boot_get_loadables() to load listed imagesKarl Apsite2015-05-28-0/+71
* dm: rtc: Rename to_tm() to rtc_to_tm() and add error codeSimon Glass2015-05-05-1/+1
* common: Make sure arch-specific map_sysmem() is definedJoe Hershberger2015-04-18-0/+1
* lpc32xx: add lpc32xx-spl.bin boot image targetAlbert ARIBAUD \(3ADEV\)2015-04-10-0/+1
* imagetool: make the image_save_datafile() available to all image typesGuilherme Maciel Ferreira2015-01-29-1/+1
* image: bootm: Add OpenRTOS image typeMarek Vasut2015-01-14-0/+4
* memmove_wd: copy chunk down from big address if parameter to is larger than fromSonic Zhang2015-01-05-2/+12
* x86: image: Add new image type for x64_64Simon Glass2014-10-28-0/+1
* image: Fix Android boot image supportAhmad Draidi2014-10-27-1/+2
* x86: Support loading kernel setup from a FITSimon Glass2014-10-22-0/+11
* tools: socfpga: Add socfpga preloader signing to mkimageCharles Manning2014-10-06-0/+1
* Fix test failure caused by bad handling of ramdiskSimon Glass2014-08-28-1/+2
* image: fix bootm failure for FIT imageBryan Wu2014-08-21-12/+27
* image: introduce genimg_get_kernel_addr()Bryan Wu2014-08-09-0/+43
* includes: move openssl headers to include/u-bootJeroen Hofstee2014-06-19-1/+1
* image: Remove the fit_load_image() property parameterSimon Glass2014-06-19-1/+1
* bootm: make use of legacy image format configurableHeiko Schocher2014-06-05-7/+18
* mkimage: add atmelimageAndreas Bießmann2014-05-27-0/+1
* Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2014-05-22-5/+15
|\