]> git.dujemihanovic.xyz Git - u-boot.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)
commit8ce6a2e1757718bb9e4e97f1fd7da94ba298fe73
tree7445eb6a53e9a8439a1440b1f18b7456e7b33769
parentf3228a7232663c5690eed1a15f1299c25c910179
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