|
|
c4e3b2 |
From e80cc71e0692102a975e9c4d4f8810374a6e8bf0 Mon Sep 17 00:00:00 2001
|
|
|
c4e3b2 |
From: =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= <philmd@redhat.com>
|
|
|
c4e3b2 |
Date: Thu, 1 Jul 2021 20:29:02 +0200
|
|
|
c4e3b2 |
Subject: [PATCH 06/19] ArmVirtPkg: Remove QemuRamfbDxe display device driver
|
|
|
c4e3b2 |
(RHEL only)
|
|
|
c4e3b2 |
MIME-Version: 1.0
|
|
|
c4e3b2 |
Content-Type: text/plain; charset=UTF-8
|
|
|
c4e3b2 |
Content-Transfer-Encoding: 8bit
|
|
|
c4e3b2 |
|
|
|
c4e3b2 |
RH-Author: Philippe Mathieu-Daudé <philmd@redhat.com>
|
|
|
c4e3b2 |
RH-MergeRequest: 3: Disable features for RHEL9
|
|
|
c4e3b2 |
RH-Commit: [6/19] 4e08ed3eb98f0901ae033d76c12b62d89f67f6e7
|
|
|
c4e3b2 |
RH-Bugzilla: 1967747
|
|
|
c4e3b2 |
RH-Acked-by: Laszlo Ersek <lersek@redhat.com>
|
|
|
c4e3b2 |
|
|
|
c4e3b2 |
The ramfb display device driver is only potentially needed for
|
|
|
c4e3b2 |
aarch64 Windows guests, which are not supported by RHEL.
|
|
|
c4e3b2 |
|
|
|
c4e3b2 |
Suggested-by: Laszlo Ersek <lersek@redhat.com>
|
|
|
c4e3b2 |
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
|
|
|
c4e3b2 |
Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com>
|
|
|
c4e3b2 |
---
|
|
|
c4e3b2 |
ArmVirtPkg/ArmVirtQemu.dsc | 4 ----
|
|
|
c4e3b2 |
ArmVirtPkg/ArmVirtQemuFvMain.fdf.inc | 1 -
|
|
|
c4e3b2 |
ArmVirtPkg/ArmVirtQemuKernel.dsc | 4 ----
|
|
|
c4e3b2 |
3 files changed, 9 deletions(-)
|
|
|
c4e3b2 |
|
|
|
c4e3b2 |
diff --git a/ArmVirtPkg/ArmVirtQemu.dsc b/ArmVirtPkg/ArmVirtQemu.dsc
|
|
|
c4e3b2 |
index d2a2fdac8e..031edc3a7f 100644
|
|
|
c4e3b2 |
--- a/ArmVirtPkg/ArmVirtQemu.dsc
|
|
|
c4e3b2 |
+++ b/ArmVirtPkg/ArmVirtQemu.dsc
|
|
|
c4e3b2 |
@@ -504,10 +504,6 @@
|
|
|
c4e3b2 |
#
|
|
|
c4e3b2 |
# Video support
|
|
|
c4e3b2 |
#
|
|
|
c4e3b2 |
- OvmfPkg/QemuRamfbDxe/QemuRamfbDxe.inf {
|
|
|
c4e3b2 |
- <PcdsFixedAtBuild>
|
|
|
c4e3b2 |
- gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|($(DEBUG_PRINT_ERROR_LEVEL)) & 0xFFBFFFFF
|
|
|
c4e3b2 |
- }
|
|
|
c4e3b2 |
OvmfPkg/VirtioGpuDxe/VirtioGpu.inf
|
|
|
c4e3b2 |
OvmfPkg/PlatformDxe/Platform.inf
|
|
|
c4e3b2 |
|
|
|
c4e3b2 |
diff --git a/ArmVirtPkg/ArmVirtQemuFvMain.fdf.inc b/ArmVirtPkg/ArmVirtQemuFvMain.fdf.inc
|
|
|
c4e3b2 |
index 0ba57fe687..fbb86af5a8 100644
|
|
|
c4e3b2 |
--- a/ArmVirtPkg/ArmVirtQemuFvMain.fdf.inc
|
|
|
c4e3b2 |
+++ b/ArmVirtPkg/ArmVirtQemuFvMain.fdf.inc
|
|
|
c4e3b2 |
@@ -164,7 +164,6 @@ READ_LOCK_STATUS = TRUE
|
|
|
c4e3b2 |
#
|
|
|
c4e3b2 |
# Video support
|
|
|
c4e3b2 |
#
|
|
|
c4e3b2 |
- INF OvmfPkg/QemuRamfbDxe/QemuRamfbDxe.inf
|
|
|
c4e3b2 |
INF OvmfPkg/VirtioGpuDxe/VirtioGpu.inf
|
|
|
c4e3b2 |
INF OvmfPkg/PlatformDxe/Platform.inf
|
|
|
c4e3b2 |
|
|
|
c4e3b2 |
diff --git a/ArmVirtPkg/ArmVirtQemuKernel.dsc b/ArmVirtPkg/ArmVirtQemuKernel.dsc
|
|
|
c4e3b2 |
index 7e50ce8b3b..9810fa5817 100644
|
|
|
c4e3b2 |
--- a/ArmVirtPkg/ArmVirtQemuKernel.dsc
|
|
|
c4e3b2 |
+++ b/ArmVirtPkg/ArmVirtQemuKernel.dsc
|
|
|
c4e3b2 |
@@ -434,10 +434,6 @@
|
|
|
c4e3b2 |
#
|
|
|
c4e3b2 |
# Video support
|
|
|
c4e3b2 |
#
|
|
|
c4e3b2 |
- OvmfPkg/QemuRamfbDxe/QemuRamfbDxe.inf {
|
|
|
c4e3b2 |
- <PcdsFixedAtBuild>
|
|
|
c4e3b2 |
- gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|($(DEBUG_PRINT_ERROR_LEVEL)) & 0xFFBFFFFF
|
|
|
c4e3b2 |
- }
|
|
|
c4e3b2 |
OvmfPkg/VirtioGpuDxe/VirtioGpu.inf
|
|
|
c4e3b2 |
OvmfPkg/PlatformDxe/Platform.inf
|
|
|
c4e3b2 |
|
|
|
c4e3b2 |
--
|
|
|
c4e3b2 |
2.27.0
|
|
|
c4e3b2 |
|