summaryrefslogtreecommitdiff
path: root/common/image.c
Commit message (Expand)AuthorAgeFilesLines
* tools: add i.MX8M image supportPeng Fan2019-01-011-0/+1
* tools: MediaTek: add MTK boot header generation to mkimageRyder Lee2018-11-281-0/+1
* tools: add i.MX8/8X image supportPeng Fan2018-10-221-0/+1
* u-boot: Fix several typosShyam Saini2018-06-131-1/+1
* Merge tag 'xilinx-for-v2018.07' of git://www.denx.de/git/u-boot-microblazeTom Rini2018-05-111-0/+1
|\
| * tools: zynqmpimage: Add bif supportAlexander Graf2018-05-111-0/+1
* | image: socfpga: Add SFP image version 1 definitionMarek Vasut2018-05-081-1/+2
|/
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* tools: mkimage: Support RISC-V archRick Chen2018-03-301-0/+1
* image: Add IH_OS_TEE for TEE chain-load bootBryan O'Donoghue2018-03-191-0/+1
* tools/mkimage: add support for STM32 image formatPatrick Delaunay2018-03-191-0/+1
* libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada2018-03-051-1/+1
* common: image.c: Fix CACHE: Misaligned operation outputHeiko Schocher2017-12-181-1/+2
* fpga: allow programming fpga from FIT image for all FPGA driversGoldschmidt Simon2017-12-141-4/+2
* Drop the log bufferSimon Glass2017-12-071-9/+0
* image: add IH_OS_ARM_TRUSTED_FIRMWARE for ARM Trusted FirmwarePhilipp Tomsich2017-11-261-0/+1
* common: Remove genimg_get_image()Tuomas Tynkkynen2017-10-161-27/+0
* Drop CONFIG_HAS_DATAFLASHTuomas Tynkkynen2017-10-161-62/+0
* 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