2022-10-11 08:54:13 +00:00
|
|
|
From ae4a132498570b035b8f7bfba3f3a599a6a0b2b5 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:28 +0200
|
2022-02-01 12:58:25 +00:00
|
|
|
Subject: ArmVirtPkg: Remove TftpDynamicCommand from shell (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: [14/19] 12436014941bd4a7c99a26d779ebdcd75f169403
|
|
|
|
RH-Bugzilla: 1967747
|
|
|
|
RH-Acked-by: Laszlo Ersek <lersek@redhat.com>
|
|
|
|
|
|
|
|
Remove the command to download files in the shell via TFTP.
|
|
|
|
|
|
|
|
Suggested-by: Laszlo Ersek <lersek@redhat.com>
|
|
|
|
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
|
|
|
|
Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com>
|
|
|
|
---
|
2022-02-01 12:58:25 +00:00
|
|
|
ArmVirtPkg/ArmVirt.dsc.inc | 7 +++----
|
2021-07-12 06:07:40 +00:00
|
|
|
ArmVirtPkg/ArmVirtQemuFvMain.fdf.inc | 1 -
|
2022-02-01 12:58:25 +00:00
|
|
|
2 files changed, 3 insertions(+), 5 deletions(-)
|
2021-07-12 06:07:40 +00:00
|
|
|
|
|
|
|
diff --git a/ArmVirtPkg/ArmVirt.dsc.inc b/ArmVirtPkg/ArmVirt.dsc.inc
|
2022-10-11 08:54:13 +00:00
|
|
|
index 34575585ad..090c228c5a 100644
|
2021-07-12 06:07:40 +00:00
|
|
|
--- a/ArmVirtPkg/ArmVirt.dsc.inc
|
|
|
|
+++ b/ArmVirtPkg/ArmVirt.dsc.inc
|
2022-10-11 08:54:13 +00:00
|
|
|
@@ -376,10 +376,9 @@
|
2021-07-12 06:07:40 +00:00
|
|
|
#
|
2022-02-01 12:58:25 +00:00
|
|
|
MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe.inf
|
|
|
|
|
2021-07-12 06:07:40 +00:00
|
|
|
- ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand.inf {
|
|
|
|
- <PcdsFixedAtBuild>
|
|
|
|
- gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
|
|
|
|
- }
|
2022-02-01 12:58:25 +00:00
|
|
|
+ #
|
|
|
|
+ # UEFI application (Shell Embedded Boot Loader)
|
|
|
|
+ #
|
2021-07-12 06:07:40 +00:00
|
|
|
ShellPkg/DynamicCommand/HttpDynamicCommand/HttpDynamicCommand.inf {
|
|
|
|
<PcdsFixedAtBuild>
|
|
|
|
gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
|
|
|
|
diff --git a/ArmVirtPkg/ArmVirtQemuFvMain.fdf.inc b/ArmVirtPkg/ArmVirtQemuFvMain.fdf.inc
|
2022-06-13 11:24:03 +00:00
|
|
|
index 6065f4759c..ec5f4c95b1 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 ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand.inf
|
|
|
|
INF ShellPkg/DynamicCommand/HttpDynamicCommand/HttpDynamicCommand.inf
|
|
|
|
INF OvmfPkg/LinuxInitrdDynamicShellCommand/LinuxInitrdDynamicShellCommand.inf
|
|
|
|
|
|
|
|
--
|
2022-03-31 05:48:14 +00:00
|
|
|
2.31.1
|
2021-07-12 06:07:40 +00:00
|
|
|
|