diff options
author | Simon Glass <sjg@chromium.org> | 2021-11-03 21:09:03 -0600 |
---|---|---|
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2021-11-07 18:36:55 +0100 |
commit | 6b2f82901e5a2bdcc7b97dadd9defbc18e2a2962 (patch) | |
tree | d35013e9416d5f96fb9bba1158771255d7f25b7a /MAINTAINERS | |
parent | 7fc93cae4903c5332b8ae94e1517f7c79f250a4d (diff) | |
download | u-boot-6b2f82901e5a2bdcc7b97dadd9defbc18e2a2962.zip u-boot-6b2f82901e5a2bdcc7b97dadd9defbc18e2a2962.tar.gz u-boot-6b2f82901e5a2bdcc7b97dadd9defbc18e2a2962.tar.bz2 |
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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 9d8cba9..fa7fe90 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -710,6 +710,7 @@ M: Heinrich Schuchardt <xypron.glpk@gmx.de> S: Maintained W: https://u-boot.readthedocs.io/en/latest/develop/uefi/u-boot_on_efi.html F: lib/efi/efi_app.c +F: scripts/build-efi.sh EFI PAYLOAD M: Heinrich Schuchardt <xypron.glpk@gmx.de> |