aboutsummaryrefslogtreecommitdiff
path: root/common/image.c
AgeCommit message (Expand)AuthorFilesLines
2019-10-09Merge tag 'xilinx-for-v2020.01' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-2/+3
2019-10-08imx: Kconfig: Reduce default CONFIG_CSF_SIZEBreno Matheus Lima1-3/+4
2019-10-08Revert "habv4: tools: Avoid hardcoded CSF size for SPL targets"Stefano Babic1-5/+3
2019-10-08habv4: tools: Avoid hardcoded CSF size for SPL targetsBreno Matheus Lima1-3/+5
2019-10-08microblaze: Fix lmb memory initializationMichal Simek1-2/+3
2019-08-27image: add new "copro" image typePatrick Delaunay1-0/+1
2019-08-26spl: support booting via RISC-V OpenSBILukas Auer1-0/+1
2019-08-11env: Drop environment.h header file where not neededSimon Glass1-1/+0
2019-08-11env: Move env_get() to env.hSimon Glass1-0/+1
2019-08-11common: Move gzip functions into a new gzip headerSimon Glass1-0/+1
2019-07-29common: Move bootm_decomp_image() to image.c (as image_decomp())Julius Werner1-0/+111
2019-07-11configs: Rename CONFIG_IMAGE_FORMAT_LEGACY to CONFIG_LEGACY_IMAGE_FORMATTom Rini1-5/+5
2019-04-22Support boot Android image without address on bootm commandShawn Guo1-1/+1
2019-01-01tools: add i.MX8M image supportPeng Fan1-0/+1
2018-11-28tools: MediaTek: add MTK boot header generation to mkimageRyder Lee1-0/+1
2018-10-22tools: add i.MX8/8X image supportPeng Fan1-0/+1
2018-06-13u-boot: Fix several typosShyam Saini1-1/+1
2018-05-11Merge tag 'xilinx-for-v2018.07' of git://www.denx.de/git/u-boot-microblazeTom Rini1-0/+1
2018-05-11tools: zynqmpimage: Add bif supportAlexander Graf1-0/+1
2018-05-08image: socfpga: Add SFP image version 1 definitionMarek Vasut1-1/+2
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-03-30tools: mkimage: Support RISC-V archRick Chen1-0/+1
2018-03-19image: Add IH_OS_TEE for TEE chain-load bootBryan O'Donoghue1-0/+1
2018-03-19tools/mkimage: add support for STM32 image formatPatrick Delaunay1-0/+1
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada1-1/+1
2017-12-18common: image.c: Fix CACHE: Misaligned operation outputHeiko Schocher1-1/+2
2017-12-14fpga: allow programming fpga from FIT image for all FPGA driversGoldschmidt Simon1-4/+2
2017-12-07Drop the log bufferSimon Glass1-9/+0
2017-11-26image: add IH_OS_ARM_TRUSTED_FIRMWARE for ARM Trusted FirmwarePhilipp Tomsich1-0/+1
2017-10-16common: Remove genimg_get_image()Tuomas Tynkkynen1-27/+0
2017-10-16Drop CONFIG_HAS_DATAFLASHTuomas Tynkkynen1-62/+0
2017-09-12image: Add TI PMMC image typeAndrew F. Davis1-0/+1
2017-08-16env: Rename some other getenv()-related functionsSimon Glass1-9/+9
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-6/+8
2017-01-20common/image.c: Use correct suffixes for binary sizesxypron.glpk@gmx.de1-1/+1
2017-01-20bootm: relocate ramdisk if CONFIG_SYS_BOOT_RAMDISK_HIGH setRick Altherr1-10/+0
2017-01-02tools: mkimage: add firmware-ivt image type for HAB verificationSven Ebenfeld1-0/+6
2016-12-20common: Fix logic in fpga programmingMichal Simek1-4/+3
2016-12-03image: Add Trusted Execution Environment image typeAndrew F. Davis1-0/+1
2016-12-03image: Add FIT image loadable section custom processingAndrew F. Davis1-0/+33
2016-11-05image: Protect against overflow in unknown_msg()Simon Glass1-2/+4
2016-10-13libfdt: Bring in upstream stringlist functionsSimon Glass1-10/+9
2016-10-06tools: mkimage: add support for Vybrid image formatAlbert ARIBAUD \(3ADEV\)1-0/+1
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2016-09-22image-fit: Fix fit_get_node_from_config semanticsPaul Burton1-1/+1
2016-08-15xtensa: add support for the xtensa processor architecture [1/2]Chris Zankel1-0/+1
2016-07-14image: Add functions to obtain category informationSimon Glass1-0/+68
2016-07-14image: Add a name for invalid typesSimon Glass1-3/+3
2016-07-14image: Create a table of information for each categorySimon Glass1-0/+13
2016-05-24image: Add boot_get_fpga() to load fpga with bootmMichal Simek1-0/+92