summaryrefslogtreecommitdiff
path: root/common/image.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass1-6/+6
2021-03-01Respect that some compression algos can be enabled separately for SPLFrieder Schrempf1-6/+18
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2021-01-12tools: mkimage: Add Allwinner eGON supportAndre Przywara1-0/+1
2020-10-22cosmetic: image: Fix comments and the order of definitionsNaoki Hayama1-10/+10
2020-10-22image: Add a function to modify category informationNaoki Hayama1-0/+18
2020-09-07Merge branch 'remove-config-nr-dram-banks-v9-2020-08-26' of https://gitlab.de...Tom Rini1-8/+2
2020-08-27image: don't exceed gd->ram_top in bootm_sizeBaruch Siach1-0/+3
2020-08-26image: Use gd->ram_base/_size in env_get_bootm_size()Stefan Roese1-7/+2
2020-08-26CONFIG_NR_DRAM_BANKS: Remove unreferenced code as its always definedStefan Roese1-2/+1
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada1-3/+5
2020-07-07image: Add support for ZSTD decompressionRobert Marko1-0/+52
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-6/+7
2020-05-19common: Drop image.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop bootstage.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop net.h from common headerSimon Glass1-0/+1
2020-04-17image: Add a common compression type detection function.Atish Patra1-0/+23
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2020-01-17image: Rename load_addr, save_addr, save_sizeSimon Glass1-9/+9
2020-01-07image: Add IH_OS_EFI for EFI chain-load bootCristian Ciocaltea1-0/+1
2019-12-03common: Move ARM cache operations out of common.hSimon Glass1-0/+1
2019-12-03common: Add a new lz4.h header fileSimon Glass1-0/+1
2019-12-03crc32: Use the crc.h header for crc functionsSimon Glass1-0/+1
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-23Support boot Android image without address on bootm commandShawn Guo1-1/+1
2019-01-01tools: add i.MX8M image supportPeng Fan1-0/+1
2018-11-29tools: 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