summaryrefslogtreecommitdiff
path: root/common/image.c
AgeCommit message (Expand)Author
2021-11-11Create a new boot/ directorySimon Glass
2021-10-09lz4: Use a private header for U-BootSimon Glass
2021-10-08image: Drop IMAGE_ENABLE_OF_LIBFDTSimon Glass
2021-10-08image: Drop IMAGE_ENABLE_FITSimon Glass
2021-10-08compiler: Rename host_build() to tools_build()Simon Glass
2021-10-08image: Create a function to do manual relocationSimon Glass
2021-10-08image: Split host code out into its own fileSimon Glass
2021-10-08image: Split board code out into its own fileSimon Glass
2021-10-08image: Update image_decomp() to avoid ifdefsSimon Glass
2021-10-08image: Update zstd to avoid reporting error twiceSimon Glass
2021-10-08image: Avoid switch default in image_decomp()Simon Glass
2021-10-08zstd: Create a function for use from U-BootSimon Glass
2021-10-07riscv: image: Use the first DRAM bank for bootm_lowSamuel Holland
2021-09-23image: add lz4 zstd compression magic mapArtem Lapkin
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass
2021-03-01Respect that some compression algos can be enabled separately for SPLFrieder Schrempf
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2021-01-11tools: mkimage: Add Allwinner eGON supportAndre Przywara
2020-10-22cosmetic: image: Fix comments and the order of definitionsNaoki Hayama
2020-10-22image: Add a function to modify category informationNaoki Hayama
2020-09-07Merge branch 'remove-config-nr-dram-banks-v9-2020-08-26' of https://gitlab.de...Tom Rini
2020-08-27image: don't exceed gd->ram_top in bootm_sizeBaruch Siach
2020-08-26image: Use gd->ram_base/_size in env_get_bootm_size()Stefan Roese
2020-08-26CONFIG_NR_DRAM_BANKS: Remove unreferenced code as its always definedStefan Roese
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada
2020-07-07image: Add support for ZSTD decompressionRobert Marko
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass
2020-05-18common: Drop image.h from common headerSimon Glass
2020-05-18common: Drop bootstage.h from common headerSimon Glass
2020-05-18common: Drop net.h from common headerSimon Glass
2020-04-17image: Add a common compression type detection function.Atish Patra
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass
2020-01-17image: Rename load_addr, save_addr, save_sizeSimon Glass
2020-01-07image: Add IH_OS_EFI for EFI chain-load bootCristian Ciocaltea
2019-12-02common: Move ARM cache operations out of common.hSimon Glass
2019-12-02common: Add a new lz4.h header fileSimon Glass
2019-12-02crc32: Use the crc.h header for crc functionsSimon Glass
2019-10-09Merge tag 'xilinx-for-v2020.01' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini
2019-10-08imx: Kconfig: Reduce default CONFIG_CSF_SIZEBreno Matheus Lima
2019-10-08Revert "habv4: tools: Avoid hardcoded CSF size for SPL targets"Stefano Babic
2019-10-08habv4: tools: Avoid hardcoded CSF size for SPL targetsBreno Matheus Lima
2019-10-08microblaze: Fix lmb memory initializationMichal Simek
2019-08-27image: add new "copro" image typePatrick Delaunay
2019-08-26spl: support booting via RISC-V OpenSBILukas Auer
2019-08-11env: Drop environment.h header file where not neededSimon Glass
2019-08-11env: Move env_get() to env.hSimon Glass
2019-08-11common: Move gzip functions into a new gzip headerSimon Glass
2019-07-29common: Move bootm_decomp_image() to image.c (as image_decomp())Julius Werner
2019-07-11configs: Rename CONFIG_IMAGE_FORMAT_LEGACY to CONFIG_LEGACY_IMAGE_FORMATTom Rini