
13 Nov
2024
13 Nov
'24
12:11 a.m.
On Tue, Nov 12, 2024 at 06:58:54AM -0700, Simon Glass wrote:
It is handy to be able to quickly build and boot a QEMU image for a particular architecture and distro.
Add a script for this purpose. It supports only arm and x86 at present. For distros it only supports Ubuntu. Both 32- and 64-bit builds are supported.
Signed-off-by: Simon Glass sjg@chromium.org
I don't know that this is an appropriate thing to merge. It's missing all of the other architectures and platforms we support via QEMU and run in CI all of the time. I feel it would be better to document how to "read" the combination of CI yaml files and u-boot-test-hooks to see the common cases of "fire up QEMU with U-Boot" instead of adding yet another tool to support.
--
Tom