55 lines
2.2 KiB
Diff
55 lines
2.2 KiB
Diff
|
From f7abc9b87c6034ada69ed16fc644c578cea5af19 Mon Sep 17 00:00:00 2001
|
||
|
From: =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= <philmd@redhat.com>
|
||
|
Date: Thu, 1 Jul 2021 20:29:28 +0200
|
||
|
Subject: [PATCH] ArmVirtPkg: Remove TftpDynamicCommand from shell (RHEL only)
|
||
|
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>
|
||
|
---
|
||
|
ArmVirtPkg/ArmVirt.dsc.inc | 7 +++----
|
||
|
ArmVirtPkg/ArmVirtQemuFvMain.fdf.inc | 1 -
|
||
|
2 files changed, 3 insertions(+), 5 deletions(-)
|
||
|
|
||
|
diff --git a/ArmVirtPkg/ArmVirt.dsc.inc b/ArmVirtPkg/ArmVirt.dsc.inc
|
||
|
index 2bc6a29eb1..33f122f913 100644
|
||
|
--- a/ArmVirtPkg/ArmVirt.dsc.inc
|
||
|
+++ b/ArmVirtPkg/ArmVirt.dsc.inc
|
||
|
@@ -388,10 +388,9 @@
|
||
|
#
|
||
|
MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe.inf
|
||
|
|
||
|
- ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand.inf {
|
||
|
- <PcdsFixedAtBuild>
|
||
|
- gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
|
||
|
- }
|
||
|
+ #
|
||
|
+ # UEFI application (Shell Embedded Boot Loader)
|
||
|
+ #
|
||
|
ShellPkg/DynamicCommand/HttpDynamicCommand/HttpDynamicCommand.inf {
|
||
|
<PcdsFixedAtBuild>
|
||
|
gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
|
||
|
diff --git a/ArmVirtPkg/ArmVirtQemuFvMain.fdf.inc b/ArmVirtPkg/ArmVirtQemuFvMain.fdf.inc
|
||
|
index a411a8f68d..4b00524fde 100644
|
||
|
--- a/ArmVirtPkg/ArmVirtQemuFvMain.fdf.inc
|
||
|
+++ b/ArmVirtPkg/ArmVirtQemuFvMain.fdf.inc
|
||
|
@@ -99,7 +99,6 @@ READ_LOCK_STATUS = TRUE
|
||
|
INF OvmfPkg/VirtioSerialDxe/VirtioSerial.inf
|
||
|
|
||
|
INF ShellPkg/Application/Shell/Shell.inf
|
||
|
- INF ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand.inf
|
||
|
INF ShellPkg/DynamicCommand/HttpDynamicCommand/HttpDynamicCommand.inf
|
||
|
INF ShellPkg/DynamicCommand/VariablePolicyDynamicCommand/VariablePolicyDynamicCommand.inf
|
||
|
INF OvmfPkg/LinuxInitrdDynamicShellCommand/LinuxInitrdDynamicShellCommand.inf
|