]> git.baikalelectronics.ru Git - uboot.git/commit
spl: blk: Support loading images from fs
authorMayuresh Chitale <mchitale@ventanamicro.com>
Sat, 3 Jun 2023 14:02:54 +0000 (19:32 +0530)
committerTom Rini <trini@konsulko.com>
Mon, 19 Jun 2023 21:19:44 +0000 (17:19 -0400)
commit45c3b17174840fa83b530f8ae5bfe3708453b3bf
tree7445eb6a53e9a8439a1440b1f18b7456e7b33769
parenta28a0f7f27525226e3913383e8deee51a191dde6
spl: blk: Support loading images from fs

Add a generic API to support loading of SPL payload from any supported
filesystem on a given partition of a block device.

Signed-off-by: Mayuresh Chitale <mchitale@ventanamicro.com>
common/spl/Kconfig
common/spl/Makefile
common/spl/spl_blk_fs.c [new file with mode: 0644]
drivers/block/Kconfig
include/spl.h