summaryrefslogtreecommitdiff
path: root/common/spl/spl_legacy.c
AgeCommit message (Expand)AuthorFilesLines
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-14spl: 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-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19common: 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