commit | 5d96a914d06b25c4153e14b8e3b0253bca4f6f31 | [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 | b365c949d83399872d26e2adc0416247f1887546 [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>