summaryrefslogtreecommitdiffstats
path: root/common/image.c
Commit message (Expand)AuthorAgeFilesLines
* Respect that some compression algos can be enabled separately for SPLFrieder Schrempf2021-03-011-6/+18
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-021-0/+1
* tools: mkimage: Add Allwinner eGON supportAndre Przywara2021-01-111-0/+1
* cosmetic: image: Fix comments and the order of definitionsNaoki Hayama2020-10-221-10/+10
* image: Add a function to modify category informationNaoki Hayama2020-10-221-0/+18
* Merge branch 'remove-config-nr-dram-banks-v9-2020-08-26' of https://gitlab.de...Tom Rini2020-09-071-8/+2
|\
| * image: Use gd->ram_base/_size in env_get_bootm_size()Stefan Roese2020-08-261-7/+2
| * CONFIG_NR_DRAM_BANKS: Remove unreferenced code as its always definedStefan Roese2020-08-261-2/+1
* | image: don't exceed gd->ram_top in bootm_sizeBaruch Siach2020-08-271-0/+3
|/
* treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada2020-07-171-3/+5
* image: Add support for ZSTD decompressionRobert Marko2020-07-071-0/+52
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-181-6/+7
* common: Drop image.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop bootstage.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop net.h from common headerSimon Glass2020-05-181-0/+1
* image: Add a common compression type detection function.Atish Patra2020-04-171-0/+23
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-051-0/+1
* 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