summaryrefslogtreecommitdiff
path: root/board/emulation
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2016-08-25 08:47:19 (GMT)
committerBin Meng <bmeng.cn@gmail.com>2016-08-30 01:26:05 (GMT)
commitcb1cbdd96962931de2ac948a184874e2672f3f96 (patch)
tree33af59e2272fb8caae2c617211096b440a56ba2a /board/emulation
parent3e6cc35f4e8fb5010421e606cfab0e00d0adacc0 (diff)
downloadu-boot-cb1cbdd96962931de2ac948a184874e2672f3f96.tar.xz
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 <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board/emulation')
-rw-r--r--board/emulation/qemu-x86/MAINTAINERS2
1 files changed, 2 insertions, 0 deletions
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