summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeif Lindholm <leif.lindholm@linaro.org>2019-07-11 13:39:49 +0000
committerLeif Lindholm <leif.lindholm@linaro.org>2019-07-11 15:00:22 +0000
commit8d01adcdaf78d238814dbe261ca3ebbee554592c (patch)
tree9385848fe3af89cff274244d50878a79a4777576
parentf051b7e7555755dfae357c80326a5da42aa17c0c (diff)
edk2-platforms.config: add Ovmf IA32/X64 targets
Since we now have x86_64 cross-compilers in Debian Buster, and added support to these scripts for handling them, add the Ovmf IA32 and X64 platforms to edk2-platforms.config. The Ia32X64 platform is left out for now, since it requires special handling. Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org>
-rw-r--r--edk2-platforms.config10
1 files changed, 10 insertions, 0 deletions
diff --git a/edk2-platforms.config b/edk2-platforms.config
index b7692bb..055b4d1 100644
--- a/edk2-platforms.config
+++ b/edk2-platforms.config
@@ -231,3 +231,13 @@ ARCH=AARCH64
LONGNAME=ARM SGI575 FVP
DSC=Platform/ARM/SgiPkg/SgiPlatform.dsc
ARCH=AARCH64
+
+[ovmfx64]
+LONGNAME=OVMF X64
+DSC=OvmfPkg/OvmfPkgX64.dsc
+ARCH=X64
+
+[ovmfia32]
+LONGNAME=OVMF IA32
+DSC=OvmfPkg/OvmfPkgIa32.dsc
+ARCH=IA32