From fca20a5a6262f2a79f3dca65509510def40dc076 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sun, 24 Apr 2022 23:31:25 -0600 Subject: bootstd: Add setup for the bootflow tests We need to create a disk image with a partition table and a DOS-format filesystem containing a few files. Provide a fallback binary for CI since it does not seem able to detect the loopback partitions. Add this to a dm_init test so that it happens when needed. Signed-off-by: Simon Glass --- test/py/tests/bootstd/mmc1.img.xz | Bin 0 -> 4448 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 test/py/tests/bootstd/mmc1.img.xz (limited to 'test/py/tests/bootstd') diff --git a/test/py/tests/bootstd/mmc1.img.xz b/test/py/tests/bootstd/mmc1.img.xz new file mode 100644 index 00000000000..4e7f39b830e Binary files /dev/null and b/test/py/tests/bootstd/mmc1.img.xz differ -- cgit v1.2.3