summaryrefslogtreecommitdiff
path: root/common/spl/spl_ubi.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-06global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini1-1/+1
2022-09-29treewide: Drop image_header_t typedefSimon Glass1-2/+2
2022-01-20SPL: Add struct spl_boot_device parameter into spl_parse_board_header()Pali Rohár1-2/+2
2021-11-05spl: Make use of CONFIG_IS_ENABLED(OS_BOOT) in SPL/TPL common code pathsTom Rini1-1/+1
2020-05-19common: Drop image.h from common headerSimon Glass1-0/+1
2019-07-09ubispl: add support for loading volumes by nameHamish Guthrie1-0/+7
2018-09-26spl: Weed out CONFIG_SYS_TEXT_BASE usageMarek Vasut1-2/+1
2018-05-07SPDX: Convert all of our multiple license tags to Linux Kernel styleTom Rini1-2/+1
2017-07-06spl: Make UBI fastmap support Kconfig selectableLadislav Michl1-1/+1
2016-12-09spl: Add a name to the SPL load-image methodsSimon Glass1-2/+2
2016-10-06spl: Pass spl_image as a parameter to load_image() methodsSimon Glass1-3/+4
2016-10-06spl: Convert spl_ubi_load_image() to use linker listSimon Glass1-0/+3
2016-10-06spl: Convert boot_device into a structSimon Glass1-3/+3
2016-10-06spl: Add a parameter to spl_parse_image_header()Simon Glass1-2/+2
2016-07-22spl: support loading from UBI volumesLadislav Michl1-0/+78