aboutsummaryrefslogtreecommitdiff
path: root/common/spl/spl_legacy.c
AgeCommit message (Expand)Author
2023-11-16spl: Convert nor to spl_loadSean Anderson
2023-11-16spl: legacy: Split off LZMA decompression into its own functionSean Anderson
2023-11-16spl: Only support bl_len when we have toSean Anderson
2023-11-16spl: legacy: Honor bl_len when decompressingSean Anderson
2023-10-17spl: Use map_sysmem where appropriateSean Anderson
2023-10-17spl: legacy: Fix referencing _image_binary_endSean Anderson
2023-07-03spl: spl_legacy: Fix spl_end addressFabio Estevam
2023-06-24spl: spl_legacy: Add extra address checksMarek Vasut
2022-12-10spl: spl_legacy: fix invalid offset in SPL_COPY_PAYLOAD_ONLYDai Okamura
2022-10-26spl: spl_legacy: Fix NAND boot on OMAP3 BeagleBoardRoger Quadros
2022-09-29treewide: Drop image_header_t typedefSimon Glass
2022-07-13spl: spl_legacy: fix the use of SPL_COPY_PAYLOAD_ONLYWeijie Gao
2022-01-20SPL: Add struct spl_boot_device parameter into spl_parse_board_header()Pali Rohár
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18common: Drop image.h from common headerSimon Glass
2020-04-27spl: spl_legacy: Add lzma decompression support for legacy imageWeijie Gao
2020-04-27spl: spl_nor: Move legacy image loading into spl_legacy.cStefan Roese
2020-04-27spl: spl_legacy: Use IS_ENABLED() to remove #ifdefStefan Roese
2020-04-27spl: Extract legacy image handling into separate fileStefan Roese