commit | d3203bd4f5c4fa25e58098f9b13dcd70b5968afc | [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 | b255efcff2a8908628befd6ec731f8ce5e1fdb65 [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>