[PATCH v3 12/29] fs: Add semihosting filesystem

Tom Rini trini at konsulko.com
Sun Apr 3 02:15:46 CEST 2022


On Tue, Mar 22, 2022 at 04:59:20PM -0400, Sean Anderson wrote:

> This adds a filesystem which is backed by the host's filesystem. It is
> modeled off of sandboxfs, which has very similar aims. Semihosting
> doesn't support listing directories (except with SYS_SYSTEM), so neither
> do we. it's possible to optimize a bit for the common case of reading a
> whole file by omitting a call to smh_seek, but this is left as a future
> optimization.
> 
> Signed-off-by: Sean Anderson <sean.anderson at seco.com>

Applied to u-boot/next, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20220402/7960e85b/attachment.sig>


More information about the U-Boot mailing list