summaryrefslogtreecommitdiffstats
path: root/EdkShellBinPkg
diff options
context:
space:
mode:
authorchenc2 <chen.a.chen@intel.com>2018-06-29 11:20:25 +0800
committerZhang, Chao B <chao.b.zhang@intel.com>2018-06-29 16:19:38 +0800
commitbef1933e723095cd877c6986947937d25bf66309 (patch)
tree12ee5457f94b5b6d6bc084d2ac040fb334ae845b /EdkShellBinPkg
parent3ea9a5c763a4b777beb77f1fe2d273d6d7a285bf (diff)
downloadedk2-bef1933e723095cd877c6986947937d25bf66309.tar.gz
edk2-bef1933e723095cd877c6986947937d25bf66309.tar.bz2
edk2-bef1933e723095cd877c6986947937d25bf66309.zip
EdkShellBinPkg: Removing ipf which is no longer supported from edk2.
Removing rules for Ipf sources file: * Remove the source file which path with "ipf" and also listed in [Sources.IPF] section of INF file. * Remove the source file which listed in [Components.IPF] section of DSC file and not listed in any other [Components] section. * Remove the embedded Ipf code for MDE_CPU_IPF. Removing rules for Inf file: * Remove IPF from VALID_ARCHITECTURES comments. * Remove DXE_SAL_DRIVER from LIBRARY_CLASS in [Defines] section. * Remove the INF which only listed in [Components.IPF] section in DSC. * Remove statements from [BuildOptions] that provide IPF specific flags. * Remove any IPF sepcific sections. Removing rules for Dec file: * Remove [Includes.IPF] section from Dec. Removing rules for Dsc file: * Remove IPF from SUPPORTED_ARCHITECTURES in [Defines] section of DSC. * Remove any IPF specific sections. * Remove statements from [BuildOptions] that provide IPF specific flags. Cc: Ruiyu Ni <ruiyu.ni@intel.com> Cc: Michael D Kinney <michael.d.kinney@intel.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Chen A Chen <chen.a.chen@intel.com> Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
Diffstat (limited to 'EdkShellBinPkg')
-rw-r--r--EdkShellBinPkg/FullShell/FullShell.inf7
-rw-r--r--EdkShellBinPkg/MinimumShell/MinimumShell.inf7
2 files changed, 4 insertions, 10 deletions
diff --git a/EdkShellBinPkg/FullShell/FullShell.inf b/EdkShellBinPkg/FullShell/FullShell.inf
index f4e2548e2b..d7c45e7b7e 100644
--- a/EdkShellBinPkg/FullShell/FullShell.inf
+++ b/EdkShellBinPkg/FullShell/FullShell.inf
@@ -4,7 +4,7 @@
# This is a binary module containing multiple binary shell applications.
# All .efi file tagged with "ToolCode="DUMMY"" in following file list are raw EFI application
# file, and they are can be run in shell environment.
-# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
#
# This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
@@ -26,7 +26,7 @@
#
# The following information is for reference only and not required by the build tools.
#
-# VALID_ARCHITECTURES = IA32 X64 IPF ARM AARCH64
+# VALID_ARCHITECTURES = IA32 X64 ARM AARCH64
#
[Binaries.Ia32]
@@ -35,9 +35,6 @@
[Binaries.X64]
PE32|X64/Shell_Full.efi|*
-[Binaries.IPF]
- PE32|Ipf/Shell_Full.efi|*
-
[Binaries.ARM]
PE32|Arm/Shell_Full.efi|*
diff --git a/EdkShellBinPkg/MinimumShell/MinimumShell.inf b/EdkShellBinPkg/MinimumShell/MinimumShell.inf
index 50e78a5c8b..d4c1681236 100644
--- a/EdkShellBinPkg/MinimumShell/MinimumShell.inf
+++ b/EdkShellBinPkg/MinimumShell/MinimumShell.inf
@@ -4,7 +4,7 @@
# This is a binary module containing multiple binary shell applications.
# All .efi file tagged with "ToolCode="DUMMY"" in following file list are raw EFI application
# file, and they are can be run in shell environment.
-# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
#
# This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
@@ -26,7 +26,7 @@
#
# The following information is for reference only and not required by the build tools.
#
-# VALID_ARCHITECTURES = IA32 X64 IPF
+# VALID_ARCHITECTURES = IA32 X64
#
[Binaries.Ia32]
@@ -35,9 +35,6 @@
[Binaries.X64]
PE32|X64/Shell.efi|*
-[Binaries.IPF]
- PE32|Ipf/Shell.efi|*
-
[Binaries.ARM]
PE32|Arm/Shell.efi|*