fs: Add simple sandbox test

Add a simple test of a filesystem on sandbox.
This commit is contained in:
Simon Glass
2025-06-25 12:00:06 -06:00
parent 48655e4aa9
commit d347548467
9 changed files with 114 additions and 2 deletions

View File

@@ -219,4 +219,7 @@ U_BOOT_DRIVER(virtio_sandbox2) = {
.ops = &virtio_sandbox2_ops,
.probe = virtio_sandbox_probe,
.priv_auto = sizeof(struct virtio_sandbox_priv),
#if CONFIG_IS_ENABLED(OF_REAL)
.bind = dm_scan_fdt_dev,
#endif
};