|
|
7439a5 |
From 74043040b2535bd098ab6089d0ec2ef19c6abeea Mon Sep 17 00:00:00 2001
|
|
|
7439a5 |
From: =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= <philmd@redhat.com>
|
|
|
7439a5 |
Date: Thu, 1 Jul 2021 20:29:46 +0200
|
|
|
7439a5 |
Subject: ArmVirtPkg: Remove LinuxInitrdDynamicShellCommand (RHEL only)
|
|
|
7439a5 |
MIME-Version: 1.0
|
|
|
7439a5 |
Content-Type: text/plain; charset=UTF-8
|
|
|
7439a5 |
Content-Transfer-Encoding: 8bit
|
|
|
7439a5 |
|
|
|
7439a5 |
RH-Author: Philippe Mathieu-Daudé <philmd@redhat.com>
|
|
|
7439a5 |
RH-MergeRequest: 3: Disable features for RHEL9
|
|
|
7439a5 |
RH-Commit: [18/19] 8f4e4007108462533e3d2050b84d8830073a7c0d
|
|
|
7439a5 |
RH-Bugzilla: 1967747
|
|
|
7439a5 |
RH-Acked-by: Laszlo Ersek <lersek@redhat.com>
|
|
|
7439a5 |
|
|
|
7439a5 |
Remove the command to register a file in the shell as the initial
|
|
|
7439a5 |
ramdisk for a UEFI stubbed kernel, to be booted next.
|
|
|
7439a5 |
|
|
|
7439a5 |
Suggested-by: Laszlo Ersek <lersek@redhat.com>
|
|
|
7439a5 |
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
|
|
|
7439a5 |
Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com>
|
|
|
7439a5 |
---
|
|
|
7439a5 |
ArmVirtPkg/ArmVirt.dsc.inc | 4 ----
|
|
|
7439a5 |
ArmVirtPkg/ArmVirtQemuFvMain.fdf.inc | 1 -
|
|
|
7439a5 |
2 files changed, 5 deletions(-)
|
|
|
7439a5 |
|
|
|
7439a5 |
diff --git a/ArmVirtPkg/ArmVirt.dsc.inc b/ArmVirtPkg/ArmVirt.dsc.inc
|
|
|
7439a5 |
index 0e221c22c9..040878939b 100644
|
|
|
7439a5 |
--- a/ArmVirtPkg/ArmVirt.dsc.inc
|
|
|
7439a5 |
+++ b/ArmVirtPkg/ArmVirt.dsc.inc
|
|
|
7439a5 |
@@ -380,10 +380,6 @@
|
|
|
7439a5 |
#
|
|
|
7439a5 |
# UEFI application (Shell Embedded Boot Loader)
|
|
|
7439a5 |
#
|
|
|
7439a5 |
- OvmfPkg/LinuxInitrdDynamicShellCommand/LinuxInitrdDynamicShellCommand.inf {
|
|
|
7439a5 |
- <PcdsFixedAtBuild>
|
|
|
7439a5 |
- gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
|
|
|
7439a5 |
- }
|
|
|
7439a5 |
ShellPkg/Application/Shell/Shell.inf {
|
|
|
7439a5 |
<LibraryClasses>
|
|
|
7439a5 |
ShellCommandLib|ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf
|
|
|
7439a5 |
diff --git a/ArmVirtPkg/ArmVirtQemuFvMain.fdf.inc b/ArmVirtPkg/ArmVirtQemuFvMain.fdf.inc
|
|
|
7439a5 |
index add13fc39d..82b015d77d 100644
|
|
|
7439a5 |
--- a/ArmVirtPkg/ArmVirtQemuFvMain.fdf.inc
|
|
|
7439a5 |
+++ b/ArmVirtPkg/ArmVirtQemuFvMain.fdf.inc
|
|
|
7439a5 |
@@ -98,7 +98,6 @@ READ_LOCK_STATUS = TRUE
|
|
|
7439a5 |
INF OvmfPkg/VirtioRngDxe/VirtioRng.inf
|
|
|
7439a5 |
|
|
|
7439a5 |
INF ShellPkg/Application/Shell/Shell.inf
|
|
|
7439a5 |
- INF OvmfPkg/LinuxInitrdDynamicShellCommand/LinuxInitrdDynamicShellCommand.inf
|
|
|
7439a5 |
|
|
|
7439a5 |
#
|
|
|
7439a5 |
# Bds
|
|
|
7439a5 |
--
|
|
|
7439a5 |
2.27.0
|
|
|
7439a5 |
|