[U-Boot] [PATCH 3/3] x86: qemu: efi: Add two boards for EFI 32-bit and 64-bit payload

Simon Glass sjg at chromium.org
Wed Aug 24 14:54:14 CEST 2016


On 24 August 2016 at 03:31, Bin Meng <bmeng.cn at gmail.com> wrote:
> This introduces two board defconfig files for generating EFI 32-bit
> and 64-bit payloads, to run on QEMU x86 target.
>
> With these in place, hopefully buildman will catch any build error
> with EFI payload support on x86.
>
> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
>
> ---
>
>  configs/qemu-x86_efi_payload32_defconfig | 48 +++++++++++++++++++++++++++++++
>  configs/qemu-x86_efi_payload64_defconfig | 49 ++++++++++++++++++++++++++++++++
>  2 files changed, 97 insertions(+)
>  create mode 100644 configs/qemu-x86_efi_payload32_defconfig
>  create mode 100644 configs/qemu-x86_efi_payload64_defconfig

Great!

Reviewed-by: Simon Glass <sjg at chromium.org>

By the way I am working on initial 64-bit support and hope to have
patches out in 2-3 weeks. I've run out of time for now unfortunately.

- Simon


More information about the U-Boot mailing list