commit | fca20a5a6262f2a79f3dca65509510def40dc076 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Apr 24 23:31:25 2022 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Apr 25 10:00:04 2022 -0400 |
tree | 22fb15a95e2a2e104cb5b0c27cc92722f51ff672 | |
parent | fb1451bec2a54046eeb541d77ba0e5eb55302d46 [diff] |
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 <sjg@chromium.org>