render / rpms / edk2

Forked from rpms/edk2 6 months ago
Clone

Blame SOURCES/0032-OvmfPkg-Remove-LinuxInitrdDynamicShellCommand-RHEL-o.patch

8c9246
From 9c6fc3adbd32e137fd6017f3b6cee3bcb822d838 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:39 +0200
75d8e7
Subject: OvmfPkg: Remove LinuxInitrdDynamicShellCommand (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: [17/19] 491fe1301ea29c7cb56c20272e45614d5fcb6f14
c4e3b2
RH-Bugzilla: 1967747
c4e3b2
RH-Acked-by: Laszlo Ersek <lersek@redhat.com>
c4e3b2
c4e3b2
Remove the command to register a file in the shell as the
c4e3b2
initial ramdisk for a UEFI stubbed kernel, to be booted next.
c4e3b2
c4e3b2
Note: as further dynamic shell commands might show up upstream,
c4e3b2
we intentionally preserve the empty !ifdef'ry context to ease
c4e3b2
future downstream rebases.
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
 OvmfPkg/AmdSev/AmdSevX64.dsc | 4 ----
c4e3b2
 OvmfPkg/AmdSev/AmdSevX64.fdf | 1 -
c4e3b2
 OvmfPkg/OvmfPkgIa32.dsc      | 4 ----
c4e3b2
 OvmfPkg/OvmfPkgIa32.fdf      | 1 -
c4e3b2
 OvmfPkg/OvmfPkgIa32X64.dsc   | 4 ----
c4e3b2
 OvmfPkg/OvmfPkgIa32X64.fdf   | 1 -
c4e3b2
 OvmfPkg/OvmfPkgX64.dsc       | 4 ----
c4e3b2
 OvmfPkg/OvmfPkgX64.fdf       | 1 -
c4e3b2
 8 files changed, 20 deletions(-)
c4e3b2
c4e3b2
diff --git a/OvmfPkg/AmdSev/AmdSevX64.dsc b/OvmfPkg/AmdSev/AmdSevX64.dsc
8c9246
index 0c93556798..3a65f7fe88 100644
c4e3b2
--- a/OvmfPkg/AmdSev/AmdSevX64.dsc
c4e3b2
+++ b/OvmfPkg/AmdSev/AmdSevX64.dsc
8c9246
@@ -770,10 +770,6 @@
c4e3b2
   MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
c4e3b2
 
c4e3b2
 !if $(TOOL_CHAIN_TAG) != "XCODE5" && $(BUILD_SHELL) == TRUE
c4e3b2
-  OvmfPkg/LinuxInitrdDynamicShellCommand/LinuxInitrdDynamicShellCommand.inf {
c4e3b2
-    <PcdsFixedAtBuild>
c4e3b2
-      gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
c4e3b2
-  }
c4e3b2
 !endif
c4e3b2
   OvmfPkg/AmdSev/SecretDxe/SecretDxe.inf
c4e3b2
   OvmfPkg/AmdSev/Grub/Grub.inf
c4e3b2
diff --git a/OvmfPkg/AmdSev/AmdSevX64.fdf b/OvmfPkg/AmdSev/AmdSevX64.fdf
8c9246
index 998e517dfb..e598414343 100644
c4e3b2
--- a/OvmfPkg/AmdSev/AmdSevX64.fdf
c4e3b2
+++ b/OvmfPkg/AmdSev/AmdSevX64.fdf
75d8e7
@@ -274,7 +274,6 @@ INF  MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResour
c4e3b2
 INF  FatPkg/EnhancedFatDxe/Fat.inf
c4e3b2
 
c4e3b2
 !if $(TOOL_CHAIN_TAG) != "XCODE5" && $(BUILD_SHELL) == TRUE
c4e3b2
-INF  OvmfPkg/LinuxInitrdDynamicShellCommand/LinuxInitrdDynamicShellCommand.inf
c4e3b2
 !endif
c4e3b2
 INF OvmfPkg/AmdSev/SecretDxe/SecretDxe.inf
c4e3b2
 INF  OvmfPkg/AmdSev/Grub/Grub.inf
c4e3b2
diff --git a/OvmfPkg/OvmfPkgIa32.dsc b/OvmfPkg/OvmfPkgIa32.dsc
8c9246
index 4906a6635f..f0e398cccd 100644
c4e3b2
--- a/OvmfPkg/OvmfPkgIa32.dsc
c4e3b2
+++ b/OvmfPkg/OvmfPkgIa32.dsc
8c9246
@@ -903,10 +903,6 @@
c4e3b2
 !endif
c4e3b2
 
c4e3b2
 !if $(TOOL_CHAIN_TAG) != "XCODE5"
c4e3b2
-  OvmfPkg/LinuxInitrdDynamicShellCommand/LinuxInitrdDynamicShellCommand.inf {
c4e3b2
-    <PcdsFixedAtBuild>
c4e3b2
-      gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
c4e3b2
-  }
c4e3b2
 !endif
c4e3b2
   ShellPkg/Application/Shell/Shell.inf {
c4e3b2
     <LibraryClasses>
c4e3b2
diff --git a/OvmfPkg/OvmfPkgIa32.fdf b/OvmfPkg/OvmfPkgIa32.fdf
8c9246
index edcba6ad30..840c79788c 100644
c4e3b2
--- a/OvmfPkg/OvmfPkgIa32.fdf
c4e3b2
+++ b/OvmfPkg/OvmfPkgIa32.fdf
8c9246
@@ -297,7 +297,6 @@ INF  FatPkg/EnhancedFatDxe/Fat.inf
c4e3b2
 
c4e3b2
 !ifndef $(EXCLUDE_SHELL_FROM_FD)
c4e3b2
 !if $(TOOL_CHAIN_TAG) != "XCODE5"
c4e3b2
-INF  OvmfPkg/LinuxInitrdDynamicShellCommand/LinuxInitrdDynamicShellCommand.inf
c4e3b2
 !endif
c4e3b2
 INF  ShellPkg/Application/Shell/Shell.inf
c4e3b2
 !endif
c4e3b2
diff --git a/OvmfPkg/OvmfPkgIa32X64.dsc b/OvmfPkg/OvmfPkgIa32X64.dsc
8c9246
index d2f37df3cb..d8d820aa99 100644
c4e3b2
--- a/OvmfPkg/OvmfPkgIa32X64.dsc
c4e3b2
+++ b/OvmfPkg/OvmfPkgIa32X64.dsc
8c9246
@@ -917,10 +917,6 @@
c4e3b2
 !endif
c4e3b2
 
c4e3b2
 !if $(TOOL_CHAIN_TAG) != "XCODE5"
c4e3b2
-  OvmfPkg/LinuxInitrdDynamicShellCommand/LinuxInitrdDynamicShellCommand.inf {
c4e3b2
-    <PcdsFixedAtBuild>
c4e3b2
-      gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
c4e3b2
-  }
c4e3b2
 !endif
c4e3b2
   ShellPkg/Application/Shell/Shell.inf {
c4e3b2
     <LibraryClasses>
c4e3b2
diff --git a/OvmfPkg/OvmfPkgIa32X64.fdf b/OvmfPkg/OvmfPkgIa32X64.fdf
8c9246
index cb01a23a24..37c4d52cc7 100644
c4e3b2
--- a/OvmfPkg/OvmfPkgIa32X64.fdf
c4e3b2
+++ b/OvmfPkg/OvmfPkgIa32X64.fdf
8c9246
@@ -298,7 +298,6 @@ INF  FatPkg/EnhancedFatDxe/Fat.inf
c4e3b2
 
c4e3b2
 !ifndef $(EXCLUDE_SHELL_FROM_FD)
c4e3b2
 !if $(TOOL_CHAIN_TAG) != "XCODE5"
c4e3b2
-INF  OvmfPkg/LinuxInitrdDynamicShellCommand/LinuxInitrdDynamicShellCommand.inf
c4e3b2
 !endif
c4e3b2
 INF  ShellPkg/Application/Shell/Shell.inf
c4e3b2
 !endif
c4e3b2
diff --git a/OvmfPkg/OvmfPkgX64.dsc b/OvmfPkg/OvmfPkgX64.dsc
8c9246
index 113aff39c7..8781f0c9cf 100644
c4e3b2
--- a/OvmfPkg/OvmfPkgX64.dsc
c4e3b2
+++ b/OvmfPkg/OvmfPkgX64.dsc
8c9246
@@ -982,10 +982,6 @@
c4e3b2
 !endif
c4e3b2
 
c4e3b2
 !if $(TOOL_CHAIN_TAG) != "XCODE5"
c4e3b2
-  OvmfPkg/LinuxInitrdDynamicShellCommand/LinuxInitrdDynamicShellCommand.inf {
c4e3b2
-    <PcdsFixedAtBuild>
c4e3b2
-      gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
c4e3b2
-  }
c4e3b2
 !endif
c4e3b2
   ShellPkg/Application/Shell/Shell.inf {
c4e3b2
     <LibraryClasses>
c4e3b2
diff --git a/OvmfPkg/OvmfPkgX64.fdf b/OvmfPkg/OvmfPkgX64.fdf
8c9246
index 8e2eeb22ee..fc8954f8a6 100644
c4e3b2
--- a/OvmfPkg/OvmfPkgX64.fdf
c4e3b2
+++ b/OvmfPkg/OvmfPkgX64.fdf
8c9246
@@ -323,7 +323,6 @@ INF  FatPkg/EnhancedFatDxe/Fat.inf
c4e3b2
 
c4e3b2
 !ifndef $(EXCLUDE_SHELL_FROM_FD)
c4e3b2
 !if $(TOOL_CHAIN_TAG) != "XCODE5"
c4e3b2
-INF  OvmfPkg/LinuxInitrdDynamicShellCommand/LinuxInitrdDynamicShellCommand.inf
c4e3b2
 !endif
c4e3b2
 INF  ShellPkg/Application/Shell/Shell.inf
c4e3b2
 !endif
c4e3b2
-- 
8c9246
2.31.1
c4e3b2