summaryrefslogtreecommitdiff
path: root/common/spl/spl_legacy.c
Commit message (Expand)AuthorAgeFilesLines
* spl: spl_legacy: Fix NAND boot on OMAP3 BeagleBoardRoger Quadros2022-10-261-11/+8
* treewide: Drop image_header_t typedefSimon Glass2022-09-291-4/+4
* spl: spl_legacy: fix the use of SPL_COPY_PAYLOAD_ONLYWeijie Gao2022-07-131-2/+19
* SPL: Add struct spl_boot_device parameter into spl_parse_board_header()Pali Rohár2022-01-201-1/+2
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop image.h from common headerSimon Glass2020-05-181-0/+1
* spl: spl_legacy: Add lzma decompression support for legacy imageWeijie Gao2020-04-271-2/+60
* spl: spl_nor: Move legacy image loading into spl_legacy.cStefan Roese2020-04-271-0/+20
* spl: spl_legacy: Use IS_ENABLED() to remove #ifdefStefan Roese2020-04-271-3/+2
* spl: Extract legacy image handling into separate fileStefan Roese2020-04-271-0/+54