]> git.baikalelectronics.ru Git - uboot.git/commit
efi: Add a script to build an image for testing on UEFI
authorSimon Glass <sjg@chromium.org>
Thu, 4 Nov 2021 03:09:03 +0000 (21:09 -0600)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 7 Nov 2021 17:36:55 +0000 (18:36 +0100)
commitf7bc46052a8d63a7f0f1a7e5ab11c8d0e7305038
treed35013e9416d5f96fb9bba1158771255d7f25b7a
parent2ae42ca56da366fa59c3f81fc819d574a6fc2076
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>
MAINTAINERS
doc/develop/uefi/u-boot_on_efi.rst
scripts/build-efi.sh [new file with mode: 0755]