From: chenc2 Date: Fri, 29 Jun 2018 03:20:25 +0000 (+0800) Subject: EdkShellBinPkg: Removing ipf which is no longer supported from edk2. X-Git-Tag: edk2-stable201903~1476 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=bef1933e723095cd877c6986947937d25bf66309;hp=3ea9a5c763a4b777beb77f1fe2d273d6d7a285bf;ds=sidebyside 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 Cc: Michael D Kinney Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Chen A Chen Reviewed-by: Jaben Carsey --- 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.
+# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.
# # 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.
+# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.
# # 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|*