u-boot/disk
Sean Anderson f676b45151 fs: Add semihosting filesystem
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@seco.com>
2022-04-01 15:03:13 -04:00
..
Kconfig disk: Add an option for partitions in SPL 2022-03-25 16:42:40 -04:00
Makefile disk: Add an option for partitions in SPL 2022-03-25 16:42:40 -04:00
part_amiga.c global: Convert simple_strtoul() with decimal to dectoul() 2021-08-02 13:32:14 -04:00
part_amiga.h SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
part_dos.c disk: part_dos: Fix a NULL pointer error 2021-11-28 16:51:51 -07:00
part_dos.h disk: dos: add code for creating MBR partition layout 2021-01-15 15:33:09 -05:00
part_efi.c Pull request for efi-2022-04-rc1-2 2022-01-22 15:43:36 -05:00
part_iso.c cmd/part: correct alignment of partition list 2021-09-02 09:48:20 -04:00
part_iso.h SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
part_mac.c common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
part_mac.h SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
part.c fs: Add semihosting filesystem 2022-04-01 15:03:13 -04:00