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