u-boot/drivers/block
Simon Glass 7aa9dbd0ab sandbox: Open host file for read-only access if needed
Some files cannot be written but read-only access is still useful for
tests. Add a fallback to read-only access when needed.

This is useful in CI when opening a large data file provided by docker,
where read/write access would result in copying the file, thus needing
a lot of extra disk space.

Signed-off-by: Simon Glass <sjg@chromium.org>
2022-03-18 19:24:24 -06:00
..
blk-uclass.c doc: replace @return by Return: 2022-01-19 18:11:34 +01:00
blk_legacy.c doc: replace @return by Return: 2022-01-19 18:11:34 +01:00
blkcache.c common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
efi-media-uclass.c efi: Add uclass for devices provided by UEFI firmware 2021-12-09 11:43:25 -08:00
efi_blk.c efi: Add a media/block driver for EFI block devices 2021-12-09 11:43:25 -08:00
ide.c ide: Drop CONFIG_IDE_AHB 2022-02-09 09:16:47 -05:00
Kconfig Convert CONFIG_SYS_IDE_MAXBUS et al to Kconfig 2022-02-09 09:16:47 -05:00
Makefile efi: Add a media/block driver for EFI block devices 2021-12-09 11:43:25 -08:00
sandbox.c sandbox: Open host file for read-only access if needed 2022-03-18 19:24:24 -06:00
sb_efi_media.c efi: Add uclass for devices provided by UEFI firmware 2021-12-09 11:43:25 -08:00