|
|
8c9246 |
From eb88cf0cc2cf381e2258c69908c6409a0967cf13 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:28:54 +0200
|
|
|
75d8e7 |
Subject: ArmVirtPkg: Remove EbcDxe (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: [3/19] 5ca7af1a505c16cc568a444398254aca06ca65aa
|
|
|
c4e3b2 |
RH-Bugzilla: 1967747
|
|
|
c4e3b2 |
RH-Acked-by: Laszlo Ersek <lersek@redhat.com>
|
|
|
c4e3b2 |
|
|
|
c4e3b2 |
Remove EFI Byte Code interpreter.
|
|
|
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/ArmVirt.dsc.inc | 5 -----
|
|
|
c4e3b2 |
ArmVirtPkg/ArmVirtQemuFvMain.fdf.inc | 5 -----
|
|
|
c4e3b2 |
2 files changed, 10 deletions(-)
|
|
|
c4e3b2 |
|
|
|
c4e3b2 |
diff --git a/ArmVirtPkg/ArmVirt.dsc.inc b/ArmVirtPkg/ArmVirt.dsc.inc
|
|
|
8c9246 |
index f15a3f7f06..8ec1119484 100644
|
|
|
c4e3b2 |
--- a/ArmVirtPkg/ArmVirt.dsc.inc
|
|
|
c4e3b2 |
+++ b/ArmVirtPkg/ArmVirt.dsc.inc
|
|
|
75d8e7 |
@@ -420,8 +420,3 @@
|
|
|
c4e3b2 |
<LibraryClasses>
|
|
|
c4e3b2 |
NULL|EmbeddedPkg/Library/PlatformHasAcpiLib/PlatformHasAcpiLib.inf
|
|
|
c4e3b2 |
}
|
|
|
c4e3b2 |
-
|
|
|
c4e3b2 |
- #
|
|
|
c4e3b2 |
- # EBC support
|
|
|
c4e3b2 |
- #
|
|
|
c4e3b2 |
- MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
|
|
|
c4e3b2 |
diff --git a/ArmVirtPkg/ArmVirtQemuFvMain.fdf.inc b/ArmVirtPkg/ArmVirtQemuFvMain.fdf.inc
|
|
|
8c9246 |
index d4df6dede0..7872861330 100644
|
|
|
c4e3b2 |
--- a/ArmVirtPkg/ArmVirtQemuFvMain.fdf.inc
|
|
|
c4e3b2 |
+++ b/ArmVirtPkg/ArmVirtQemuFvMain.fdf.inc
|
|
|
75d8e7 |
@@ -146,11 +146,6 @@ READ_LOCK_STATUS = TRUE
|
|
|
c4e3b2 |
INF MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf
|
|
|
c4e3b2 |
INF MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe.inf
|
|
|
8c9246 |
INF OvmfPkg/AcpiPlatformDxe/AcpiPlatformDxe.inf
|
|
|
c4e3b2 |
-
|
|
|
c4e3b2 |
- #
|
|
|
c4e3b2 |
- # EBC support
|
|
|
c4e3b2 |
- #
|
|
|
c4e3b2 |
- INF MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
|
|
|
c4e3b2 |
!endif
|
|
|
c4e3b2 |
|
|
|
c4e3b2 |
#
|
|
|
c4e3b2 |
--
|
|
|
8c9246 |
2.31.1
|
|
|
c4e3b2 |
|