render / rpms / edk2

Forked from rpms/edk2 2 months ago
Clone

Blame SOURCES/edk2-ArmVirtPkg-Remove-TftpDynamicCommand-from-shell-RHEL.patch

c4e3b2
From 1c009e878f32c2774db7493069335945ea51a9b4 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:28 +0200
c4e3b2
Subject: [PATCH 14/19] ArmVirtPkg: Remove TftpDynamicCommand from shell (RHEL
c4e3b2
 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: [14/19] 12436014941bd4a7c99a26d779ebdcd75f169403
c4e3b2
RH-Bugzilla: 1967747
c4e3b2
RH-Acked-by: Laszlo Ersek <lersek@redhat.com>
c4e3b2
c4e3b2
Remove the command to download files in the shell via TFTP.
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
c4e3b2
index 505e895db7..012050147e 100644
c4e3b2
--- a/ArmVirtPkg/ArmVirt.dsc.inc
c4e3b2
+++ b/ArmVirtPkg/ArmVirt.dsc.inc
c4e3b2
@@ -378,10 +378,6 @@
c4e3b2
   #
c4e3b2
   # UEFI application (Shell Embedded Boot Loader)
c4e3b2
   #
c4e3b2
-  ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand.inf {
c4e3b2
-    <PcdsFixedAtBuild>
c4e3b2
-      gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
c4e3b2
-  }
c4e3b2
   ShellPkg/DynamicCommand/HttpDynamicCommand/HttpDynamicCommand.inf {
c4e3b2
     <PcdsFixedAtBuild>
c4e3b2
       gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
c4e3b2
diff --git a/ArmVirtPkg/ArmVirtQemuFvMain.fdf.inc b/ArmVirtPkg/ArmVirtQemuFvMain.fdf.inc
c4e3b2
index a6d5c35649..4a26071397 100644
c4e3b2
--- a/ArmVirtPkg/ArmVirtQemuFvMain.fdf.inc
c4e3b2
+++ b/ArmVirtPkg/ArmVirtQemuFvMain.fdf.inc
c4e3b2
@@ -101,7 +101,6 @@ READ_LOCK_STATUS   = TRUE
c4e3b2
   # UEFI application (Shell Embedded Boot Loader)
c4e3b2
   #
c4e3b2
   INF ShellPkg/Application/Shell/Shell.inf
c4e3b2
-  INF ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand.inf
c4e3b2
   INF ShellPkg/DynamicCommand/HttpDynamicCommand/HttpDynamicCommand.inf
c4e3b2
   INF OvmfPkg/LinuxInitrdDynamicShellCommand/LinuxInitrdDynamicShellCommand.inf
c4e3b2
 
c4e3b2
-- 
c4e3b2
2.27.0
c4e3b2