Blame SOURCES/0028-OvmfPkg-Remove-TftpDynamicCommand-from-shell-RHEL-on.patch

8c9246
From b206b9f1f20b8741c184e55d97cd10475b15affa 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:25 +0200
75d8e7
Subject: OvmfPkg: Remove TftpDynamicCommand from shell (RHEL 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: [13/19] cf9ef346386ac89fa05b29d429d8d1b27cf0e3b0
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
 OvmfPkg/OvmfPkgIa32.dsc    | 4 ----
c4e3b2
 OvmfPkg/OvmfPkgIa32.fdf    | 1 -
c4e3b2
 OvmfPkg/OvmfPkgIa32X64.dsc | 4 ----
c4e3b2
 OvmfPkg/OvmfPkgIa32X64.fdf | 1 -
c4e3b2
 OvmfPkg/OvmfPkgX64.dsc     | 4 ----
c4e3b2
 OvmfPkg/OvmfPkgX64.fdf     | 1 -
c4e3b2
 6 files changed, 15 deletions(-)
c4e3b2
c4e3b2
diff --git a/OvmfPkg/OvmfPkgIa32.dsc b/OvmfPkg/OvmfPkgIa32.dsc
8c9246
index b09350104e..97837145b2 100644
c4e3b2
--- a/OvmfPkg/OvmfPkgIa32.dsc
c4e3b2
+++ b/OvmfPkg/OvmfPkgIa32.dsc
8c9246
@@ -903,10 +903,6 @@
c4e3b2
 !endif
c4e3b2
 
c4e3b2
 !if $(TOOL_CHAIN_TAG) != "XCODE5"
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/OvmfPkg/OvmfPkgIa32.fdf b/OvmfPkg/OvmfPkgIa32.fdf
8c9246
index b56c749e39..8599834ac4 100644
c4e3b2
--- a/OvmfPkg/OvmfPkgIa32.fdf
c4e3b2
+++ b/OvmfPkg/OvmfPkgIa32.fdf
8c9246
@@ -297,7 +297,6 @@ INF  FatPkg/EnhancedFatDxe/Fat.inf
c4e3b2
 
c4e3b2
 !ifndef $(EXCLUDE_SHELL_FROM_FD)
c4e3b2
 !if $(TOOL_CHAIN_TAG) != "XCODE5"
c4e3b2
-INF  ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand.inf
c4e3b2
 INF  ShellPkg/DynamicCommand/HttpDynamicCommand/HttpDynamicCommand.inf
c4e3b2
 INF  OvmfPkg/LinuxInitrdDynamicShellCommand/LinuxInitrdDynamicShellCommand.inf
c4e3b2
 !endif
c4e3b2
diff --git a/OvmfPkg/OvmfPkgIa32X64.dsc b/OvmfPkg/OvmfPkgIa32X64.dsc
8c9246
index 5b9c221ce7..699fbc8381 100644
c4e3b2
--- a/OvmfPkg/OvmfPkgIa32X64.dsc
c4e3b2
+++ b/OvmfPkg/OvmfPkgIa32X64.dsc
8c9246
@@ -917,10 +917,6 @@
c4e3b2
 !endif
c4e3b2
 
c4e3b2
 !if $(TOOL_CHAIN_TAG) != "XCODE5"
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/OvmfPkg/OvmfPkgIa32X64.fdf b/OvmfPkg/OvmfPkgIa32X64.fdf
8c9246
index 1b0685bca5..aab5e2934a 100644
c4e3b2
--- a/OvmfPkg/OvmfPkgIa32X64.fdf
c4e3b2
+++ b/OvmfPkg/OvmfPkgIa32X64.fdf
8c9246
@@ -298,7 +298,6 @@ INF  FatPkg/EnhancedFatDxe/Fat.inf
c4e3b2
 
c4e3b2
 !ifndef $(EXCLUDE_SHELL_FROM_FD)
c4e3b2
 !if $(TOOL_CHAIN_TAG) != "XCODE5"
c4e3b2
-INF  ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand.inf
c4e3b2
 INF  ShellPkg/DynamicCommand/HttpDynamicCommand/HttpDynamicCommand.inf
c4e3b2
 INF  OvmfPkg/LinuxInitrdDynamicShellCommand/LinuxInitrdDynamicShellCommand.inf
c4e3b2
 !endif
c4e3b2
diff --git a/OvmfPkg/OvmfPkgX64.dsc b/OvmfPkg/OvmfPkgX64.dsc
8c9246
index 11a041afb2..3b55dbbb74 100644
c4e3b2
--- a/OvmfPkg/OvmfPkgX64.dsc
c4e3b2
+++ b/OvmfPkg/OvmfPkgX64.dsc
8c9246
@@ -982,10 +982,6 @@
c4e3b2
 !endif
c4e3b2
 
c4e3b2
 !if $(TOOL_CHAIN_TAG) != "XCODE5"
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/OvmfPkg/OvmfPkgX64.fdf b/OvmfPkg/OvmfPkgX64.fdf
8c9246
index 5dc09a14fd..b02e35fed3 100644
c4e3b2
--- a/OvmfPkg/OvmfPkgX64.fdf
c4e3b2
+++ b/OvmfPkg/OvmfPkgX64.fdf
8c9246
@@ -323,7 +323,6 @@ INF  FatPkg/EnhancedFatDxe/Fat.inf
c4e3b2
 
c4e3b2
 !ifndef $(EXCLUDE_SHELL_FROM_FD)
c4e3b2
 !if $(TOOL_CHAIN_TAG) != "XCODE5"
c4e3b2
-INF  ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand.inf
c4e3b2
 INF  ShellPkg/DynamicCommand/HttpDynamicCommand/HttpDynamicCommand.inf
c4e3b2
 INF  OvmfPkg/LinuxInitrdDynamicShellCommand/LinuxInitrdDynamicShellCommand.inf
c4e3b2
 !endif
c4e3b2
-- 
8c9246
2.31.1
c4e3b2