summaryrefslogtreecommitdiffstats
path: root/common/image.c
Commit message (Expand)AuthorAgeFilesLines
* image: Rename load_addr, save_addr, save_sizeSimon Glass2020-01-171-9/+9
* image: Add IH_OS_EFI for EFI chain-load bootCristian Ciocaltea2020-01-071-0/+1
* common: Move ARM cache operations out of common.hSimon Glass2019-12-021-0/+1
* common: Add a new lz4.h header fileSimon Glass2019-12-021-0/+1
* crc32: Use the crc.h header for crc functionsSimon Glass2019-12-021-0/+1
* Merge tag 'xilinx-for-v2020.01' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2019-10-091-2/+3
|\
| * microblaze: Fix lmb memory initializationMichal Simek2019-10-081-2/+3
* | imx: Kconfig: Reduce default CONFIG_CSF_SIZEBreno Matheus Lima2019-10-081-3/+4
* | Revert "habv4: tools: Avoid hardcoded CSF size for SPL targets"Stefano Babic2019-10-081-5/+3
* | habv4: tools: Avoid hardcoded CSF size for SPL targetsBreno Matheus Lima2019-10-081-3/+5
|/
* image: add new "copro" image typePatrick Delaunay2019-08-271-0/+1
* spl: support booting via RISC-V OpenSBILukas Auer2019-08-261-0/+1
* env: Drop environment.h header file where not neededSimon Glass2019-08-111-1/+0
* env: Move env_get() to env.hSimon Glass2019-08-111-0/+1
* common: Move gzip functions into a new gzip headerSimon Glass2019-08-111-0/+1
* common: Move bootm_decomp_image() to image.c (as image_decomp())Julius Werner2019-07-291-0/+111
* configs: Rename CONFIG_IMAGE_FORMAT_LEGACY to CONFIG_LEGACY_IMAGE_FORMATTom Rini2019-07-111-5/+5
* Support boot Android image without address on bootm commandShawn Guo2019-04-221-1/+1
* 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