commit | 8ce6a2e1757718bb9e4e97f1fd7da94ba298fe73 | [log] [tgz] |
---|---|---|
author | Mayuresh Chitale <mchitale@ventanamicro.com> | Sat Jun 03 19:32:54 2023 +0530 |
committer | Tom Rini <trini@konsulko.com> | Mon Jun 19 17:19:44 2023 -0400 |
tree | 7445eb6a53e9a8439a1440b1f18b7456e7b33769 | |
parent | f3228a7232663c5690eed1a15f1299c25c910179 [diff] |
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>