diff options
author | Laszlo Ersek <lersek@redhat.com> | 2015-02-23 16:02:29 +0000 |
---|---|---|
committer | lersek <lersek@Edk2> | 2015-02-23 16:02:29 +0000 |
commit | 84a75f70e9037d335e7bbc87011fd694146c6509 (patch) | |
tree | 6e4b6a3d921f8d798526431cf369529642186677 /OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf | |
parent | cef89a58ee126ea3c46be6fc60685c7c2e6eae33 (diff) | |
download | edk2-platforms-84a75f70e9037d335e7bbc87011fd694146c6509.tar.xz |
OvmfPkg/QemuVideoDxe: enable ARM builds
The only feature not portable to ArmVirtualizationQemu is the VBE shim;
make that dependent on Ia32 / X64.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Acked-by: Olivier Martin <Olivier.martin@arm.com>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16890 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf')
-rw-r--r-- | OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf b/OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf index 5180b27600..ce1ff93d83 100644 --- a/OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf +++ b/OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf @@ -26,7 +26,7 @@ #
# The following information is for reference only and not required by the build tools.
#
-# VALID_ARCHITECTURES = IA32 X64 IPF EBC
+# VALID_ARCHITECTURES = IA32 X64 IPF EBC ARM AARCH64
#
# DRIVER_BINDING = gQemuVideoDriverBinding
# COMPONENT_NAME = gQemuVideoComponentName
@@ -38,6 +38,8 @@ DriverSupportedEfiVersion.c
Gop.c
Initialize.c
+
+[Sources.Ia32, Sources.X64]
VbeShim.c
[Packages]
|