|
|
795857 |
From 2bbe51e3b55e6860d4607c6627866ed6b7c858af 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:46 +0200
|
|
|
75d8e7 |
Subject: ArmVirtPkg: 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: [18/19] 8f4e4007108462533e3d2050b84d8830073a7c0d
|
|
|
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 initial
|
|
|
c4e3b2 |
ramdisk for a UEFI stubbed kernel, to be booted next.
|
|
|
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 | 4 ----
|
|
|
c4e3b2 |
ArmVirtPkg/ArmVirtQemuFvMain.fdf.inc | 1 -
|
|
|
c4e3b2 |
2 files changed, 5 deletions(-)
|
|
|
c4e3b2 |
|
|
|
c4e3b2 |
diff --git a/ArmVirtPkg/ArmVirt.dsc.inc b/ArmVirtPkg/ArmVirt.dsc.inc
|
|
|
795857 |
index 49d2ef381c..1f0f8d44cd 100644
|
|
|
c4e3b2 |
--- a/ArmVirtPkg/ArmVirt.dsc.inc
|
|
|
c4e3b2 |
+++ b/ArmVirtPkg/ArmVirt.dsc.inc
|
|
|
795857 |
@@ -379,10 +379,6 @@
|
|
|
c4e3b2 |
#
|
|
|
c4e3b2 |
# UEFI application (Shell Embedded Boot Loader)
|
|
|
c4e3b2 |
#
|
|
|
c4e3b2 |
- OvmfPkg/LinuxInitrdDynamicShellCommand/LinuxInitrdDynamicShellCommand.inf {
|
|
|
c4e3b2 |
- <PcdsFixedAtBuild>
|
|
|
c4e3b2 |
- gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
|
|
|
c4e3b2 |
- }
|
|
|
c4e3b2 |
ShellPkg/Application/Shell/Shell.inf {
|
|
|
c4e3b2 |
<LibraryClasses>
|
|
|
c4e3b2 |
ShellCommandLib|ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf
|
|
|
c4e3b2 |
diff --git a/ArmVirtPkg/ArmVirtQemuFvMain.fdf.inc b/ArmVirtPkg/ArmVirtQemuFvMain.fdf.inc
|
|
|
795857 |
index 46978cc76c..7bcb152c7c 100644
|
|
|
c4e3b2 |
--- a/ArmVirtPkg/ArmVirtQemuFvMain.fdf.inc
|
|
|
c4e3b2 |
+++ b/ArmVirtPkg/ArmVirtQemuFvMain.fdf.inc
|
|
|
75d8e7 |
@@ -98,7 +98,6 @@ READ_LOCK_STATUS = TRUE
|
|
|
75d8e7 |
INF OvmfPkg/VirtioRngDxe/VirtioRng.inf
|
|
|
75d8e7 |
|
|
|
c4e3b2 |
INF ShellPkg/Application/Shell/Shell.inf
|
|
|
c4e3b2 |
- INF OvmfPkg/LinuxInitrdDynamicShellCommand/LinuxInitrdDynamicShellCommand.inf
|
|
|
c4e3b2 |
|
|
|
c4e3b2 |
#
|
|
|
c4e3b2 |
# Bds
|
|
|
c4e3b2 |
--
|
|
|
795857 |
2.38.1
|
|
|
c4e3b2 |
|