[PATCH 00/11] sandbox: Minor fixes and improvements
Simon Glass
sjg at chromium.org
Thu Aug 19 05:40:22 CEST 2021
This series collects a few patches that correct and improve sandbox and
sandbox_spl:
- Fix a bug in --rm-memory works
- Support an MMC backing file for MMC emulator, to allow filesystems to be
used without needing the 'host' filesystem
- Allow skipping console output when checking verbose commands
- Suppress unwanted filesystem warnings when probing partitions
- Tidy up a few comments
Simon Glass (11):
dtoc: Further improve documentation about warnings
sandbox: Correct handling of --rm_memory
sandbox: Add license headers to the dts files
btrfs: Suppress the message about missing filesystem
sqfs: Suppress the message about missing filesystem
test: Tidy a comment in the bloblist test
dm: core: Fix a few incorrect comments on first/next functions
sandbox: Add a way to find the size of a file
sandbox: Add a way to map a file into memory
sandbox: mmc: Support a backing file
test: Add a way to skip console checking until a string matches
arch/sandbox/cpu/os.c | 52 +++++++++--
arch/sandbox/dts/overlay0.dts | 5 ++
arch/sandbox/dts/overlay1.dts | 5 ++
arch/sandbox/dts/sandbox.dts | 5 ++
arch/sandbox/dts/sandbox.dtsi | 1 +
arch/sandbox/dts/sandbox64.dts | 4 +
arch/sandbox/dts/test.dts | 9 ++
doc/develop/driver-model/of-plat.rst | 92 +++++++++++++++++++-
doc/device-tree-bindings/mmc/sandbox,mmc.txt | 18 ++++
drivers/mmc/sandbox_mmc.c | 46 ++++++++--
fs/btrfs/disk-io.c | 8 +-
fs/squashfs/sqfs.c | 2 +-
include/dm/device.h | 4 +-
include/dm/uclass.h | 2 +-
include/os.h | 21 +++++
include/test/ut.h | 24 +++++
test/bloblist.c | 2 +-
test/ut.c | 26 ++++++
18 files changed, 299 insertions(+), 27 deletions(-)
create mode 100644 doc/device-tree-bindings/mmc/sandbox,mmc.txt
--
2.33.0.rc1.237.g0d66db33f3-goog
More information about the U-Boot
mailing list