aboutsummaryrefslogtreecommitdiff
path: root/common/spl/spl_legacy.c
AgeCommit message (Expand)AuthorFilesLines
2024-10-11spl: Rename SPL_TPL_NAME and SPL_TPL_PROMPTSimon Glass1-1/+1
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini1-1/+0
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini1-0/+1
2024-05-06common: Remove <common.h> and add needed includesTom Rini1-1/+0
2023-11-16spl: Convert nor to spl_loadSean Anderson1-61/+0
2023-11-16spl: legacy: Split off LZMA decompression into its own functionSean Anderson1-35/+40
2023-11-16spl: Only support bl_len when we have toSean Anderson1-2/+2
2023-11-16spl: legacy: Honor bl_len when decompressingSean Anderson1-6/+12
2023-10-17spl: Use map_sysmem where appropriateSean Anderson1-2/+4
2023-10-17spl: legacy: Fix referencing _image_binary_endSean Anderson1-1/+1
2023-07-03spl: spl_legacy: Fix spl_end addressWIP/03Jul2023Fabio Estevam1-1/+1
2023-06-24spl: spl_legacy: Add extra address checksMarek Vasut1-0/+20
2022-12-10spl: spl_legacy: fix invalid offset in SPL_COPY_PAYLOAD_ONLYDai Okamura1-2/+2
2022-10-26spl: spl_legacy: Fix NAND boot on OMAP3 BeagleBoardRoger Quadros1-11/+8
2022-09-29treewide: Drop image_header_t typedefSimon Glass1-4/+4
2022-07-13spl: spl_legacy: fix the use of SPL_COPY_PAYLOAD_ONLYWeijie Gao1-2/+19
2022-01-20SPL: Add struct spl_boot_device parameter into spl_parse_board_header()Pali Rohár1-1/+2
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop image.h from common headerSimon Glass1-0/+1
2020-04-27spl: spl_legacy: Add lzma decompression support for legacy imageWeijie Gao1-2/+60
2020-04-27spl: spl_nor: Move legacy image loading into spl_legacy.cStefan Roese1-0/+20
2020-04-27spl: spl_legacy: Use IS_ENABLED() to remove #ifdefStefan Roese1-3/+2
2020-04-27spl: Extract legacy image handling into separate fileStefan Roese1-0/+54