commit | daa53a2fcbc5f333fd223a1977949f6bb8b1bb5f | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Nov 03 21:09:03 2021 -0600 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sun Nov 07 18:36:55 2021 +0100 |
tree | d35013e9416d5f96fb9bba1158771255d7f25b7a | |
parent | 06ef6b6290a3c5e181a1225e2a6f3478cdf8247a [diff] |
efi: Add a script to build an image for testing on UEFI It is quite complicated to run U-Boot on QEMU since we have four different builds and they must use different versions of qemu and the UEFI binaries. Add a script to help. It requires U-Boot itself to be built. Once that is done you can use this script to build an image for use with qemu and optionally run it. Signed-off-by: Simon Glass <sjg@chromium.org>