summaryrefslogtreecommitdiffstats
path: root/common/image.c
Commit message (Expand)AuthorAgeFilesLines
* image: Add TI PMMC image typeAndrew F. Davis2017-09-121-0/+1
* env: Rename some other getenv()-related functionsSimon Glass2017-08-161-9/+9
* env: Rename getenv/_f() to env_get()Simon Glass2017-08-161-6/+8
* common/image.c: Use correct suffixes for binary sizesxypron.glpk@gmx.de2017-01-201-1/+1
* bootm: relocate ramdisk if CONFIG_SYS_BOOT_RAMDISK_HIGH setRick Altherr2017-01-201-10/+0
* tools: mkimage: add firmware-ivt image type for HAB verificationSven Ebenfeld2017-01-021-0/+6
* common: Fix logic in fpga programmingMichal Simek2016-12-201-4/+3
* image: Add Trusted Execution Environment image typeAndrew F. Davis2016-12-031-0/+1
* image: Add FIT image loadable section custom processingAndrew F. Davis2016-12-031-0/+33
* image: Protect against overflow in unknown_msg()Simon Glass2016-11-051-2/+4
* libfdt: Bring in upstream stringlist functionsSimon Glass2016-10-131-10/+9
* tools: mkimage: add support for Vybrid image formatAlbert ARIBAUD \(3ADEV\)2016-10-061-0/+1
* treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-231-1/+1
* image-fit: Fix fit_get_node_from_config semanticsPaul Burton2016-09-221-1/+1
* xtensa: add support for the xtensa processor architecture [1/2]Chris Zankel2016-08-151-0/+1
* image: Add functions to obtain category informationSimon Glass2016-07-141-0/+68
* image: Add a name for invalid typesSimon Glass2016-07-141-3/+3
* image: Create a table of information for each categorySimon Glass2016-07-141-0/+13
* image: Add boot_get_fpga() to load fpga with bootmMichal Simek2016-05-241-0/+92
* mkimage: Report information about fpgaMichal Simek2016-05-241-0/+1
* tools: zynqmpimage: Add Xilinx ZynqMP boot header generationMichal Simek2016-05-241-0/+1
* image: Add functions to obtain short namesSimon Glass2016-03-141-4/+22
* fdt: Allow libfdt to be used in SPLSimon Glass2016-03-141-2/+2
* Kconfig: Move CONFIG_FIT and related options to KconfigSimon Glass2016-03-141-12/+12
* image: fix getenv_bootm_size() function againMasahiro Yamada2016-02-081-8/+13
* Use correct spelling of "U-Boot"Bin Meng2016-02-061-1/+1
* image: fix getenv_bootm_size() functionMasahiro Yamada2016-01-191-2/+2
* image: check "bootm_low" and "bootm_size" if "initrd_high" is missingMasahiro Yamada2016-01-131-2/+1
* tools: zynqimage: Add Xilinx Zynq boot header generation to mkimageNathan Rossi2015-11-191-0/+1
* image.c: Fix non-Android booting with ramdisk and/or device treeTom Rini2015-10-271-1/+1
* common/image.c: Make boot_get_ramdisk() perform a check for Android imagesTom Rini2015-10-111-0/+9
* Add support for LZ4 decompression algorithmJulius Werner2015-10-111-0/+1
* rockchip: Add support for the SPI imageSimon Glass2015-09-021-0/+1
* rockchip: Add support for the SD imageSimon Glass2015-09-021-0/+1
* rockchip: Add the rkimage format to mkimageSimon Glass2015-09-021-0/+1
* image: Fix loop condition to avoid warningThierry Reding2015-08-281-2/+2
* image: fix Android ramdisk support when dtb is specifiedRob Herring2015-08-121-10/+8
* spl, common, serial: build SPL without serial supportHeiko Schocher2015-08-121-2/+6
* mkimage: Display a better list of available image typesSimon Glass2015-07-211-26/+32
* image: fix build when CONFIG_NR_DRAM_BANKS is disabled on ARMMatt Porter2015-05-281-1/+1
* add boot_get_loadables() to load listed imagesKarl Apsite2015-05-281-0/+71
* dm: rtc: Rename to_tm() to rtc_to_tm() and add error codeSimon Glass2015-05-051-1/+1
* common: Make sure arch-specific map_sysmem() is definedJoe Hershberger2015-04-181-0/+1
* lpc32xx: add lpc32xx-spl.bin boot image targetAlbert ARIBAUD \(3ADEV\)2015-04-101-0/+1
* imagetool: make the image_save_datafile() available to all image typesGuilherme Maciel Ferreira2015-01-291-1/+1
* image: bootm: Add OpenRTOS image typeMarek Vasut2015-01-141-0/+4
* memmove_wd: copy chunk down from big address if parameter to is larger than fromSonic Zhang2015-01-051-2/+12
* x86: image: Add new image type for x64_64Simon Glass2014-10-281-0/+1
* image: Fix Android boot image supportAhmad Draidi2014-10-271-1/+2
* x86: Support loading kernel setup from a FITSimon Glass2014-10-221-0/+11