From cb1cbdd96962931de2ac948a184874e2672f3f96 Mon Sep 17 00:00:00 2001 From: Bin Meng Date: Thu, 25 Aug 2016 01:47:19 -0700 Subject: x86: qemu: efi: Add two boards for EFI 32-bit and 64-bit payload 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 Reviewed-by: Simon Glass --- board/emulation/qemu-x86/MAINTAINERS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'board/emulation/qemu-x86') diff --git a/board/emulation/qemu-x86/MAINTAINERS b/board/emulation/qemu-x86/MAINTAINERS index ea4dd19..54dc2c5 100644 --- a/board/emulation/qemu-x86/MAINTAINERS +++ b/board/emulation/qemu-x86/MAINTAINERS @@ -4,3 +4,5 @@ S: Maintained F: board/emulation/qemu-x86/ F: include/configs/qemu-x86.h F: configs/qemu-x86_defconfig +F: configs/qemu-x86_efi_payload32_defconfig +F: configs/qemu-x86_efi_payload64_defconfig -- cgit v1.1