summaryrefslogtreecommitdiff
path: root/test/py/tests/bootstd
AgeCommit message (Collapse)Author
2022-04-25bootstd: Add setup for the bootflow testsSimon Glass
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 <[email protected]>