]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Vlv2TbltDevicePkg: Removing ipf which from edk2.
authorchenc2 <chen.a.chen@intel.com>
Fri, 29 Jun 2018 03:39:22 +0000 (11:39 +0800)
committerZhang, Chao B <chao.b.zhang@intel.com>
Tue, 14 Aug 2018 00:58:33 +0000 (08:58 +0800)
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: David Wei <david.wei@intel.com>
Cc: Mang Guo <mang.guo@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: David Wei <david.wei@intel.com>
19 files changed:
Vlv2TbltDevicePkg/BootScriptSaveDxe/BootScriptSaveDxe.inf
Vlv2TbltDevicePkg/Feature/Capsule/Library/PlatformFlashAccessLib/PlatformFlashAccessLib.inf
Vlv2TbltDevicePkg/Library/EfiRegTableLib/EfiRegTableLib.inf
Vlv2TbltDevicePkg/Library/I2CLib/I2CLibNull.inf
Vlv2TbltDevicePkg/Library/I2CLibDxe/I2CLibDxe.inf
Vlv2TbltDevicePkg/Library/I2CLibPei/I2CLibPei.inf
Vlv2TbltDevicePkg/Library/IntelPchAcpiTimerLib/IntelPchAcpiTimerLib.inf
Vlv2TbltDevicePkg/Library/PchSmmLib/PchSmmLib.inf
Vlv2TbltDevicePkg/Library/PlatformFspLib/PlatformFspLib.inf
Vlv2TbltDevicePkg/Library/ResetSystemLib/ResetSystemLib.inf
Vlv2TbltDevicePkg/Library/SerialPortLib/SerialPortLib.inf
Vlv2TbltDevicePkg/Library/SmbusLib/SmbusLib.inf
Vlv2TbltDevicePkg/Library/StallSmmLib/StallSmmLib.inf
Vlv2TbltDevicePkg/Library/Tpm2DeviceLibSeCDxe/Tpm2DeviceLibSeC.inf
Vlv2TbltDevicePkg/Library/Tpm2DeviceLibSeCPei/Tpm2DeviceLibSeC.inf
Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.inf
Vlv2TbltDevicePkg/PlatformSetupDxe/PlatformSetupDxe.inf
Vlv2TbltDevicePkg/SmBiosMiscDxe/SmBiosMiscDxe.inf
Vlv2TbltDevicePkg/UiApp/UiApp.inf

index 94f8b0eb7373fd8a97ef2f162818abd455978374..4bf4371aee8da3a42b0a9faffaf91cbd4806795c 100644 (file)
@@ -4,7 +4,7 @@
 # Component description file for ScriptSave Lite module.\r
 #\r
 # This is an implementation of the Boot Script Save protocol.\r
-# Copyright (c) 2006  - 2014, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #                                                                                  \r\r
 # This program and the accompanying materials are licensed and made available under\r\r
 # the terms and conditions of the BSD License that accompanies this distribution.  \r\r
@@ -31,7 +31,7 @@
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
 #\r
 \r
 [Sources]\r
index 8ff0084dd4155375a630204759eeaf6c0f4309ad..c0f8bf0608c42b2b7b29236c3e65b2af65229869 100644 (file)
@@ -25,7 +25,7 @@
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
 #\r
 \r
 [Sources]\r
index 9a6b29bf9f17241cb225a2be126bcd6f6269efa1..7e23d1bf7cce8cda27faaf558d359fc004f40ee2 100644 (file)
@@ -2,7 +2,7 @@
 #\r
 #/*++\r
 #\r
-# Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved\r
+# Copyright (c) 2014 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #                                                                                  \r\r
 # This program and the accompanying materials are licensed and made available under\r\r
 # the terms and conditions of the BSD License that accompanies this distribution.  \r\r
@@ -35,7 +35,7 @@
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
 #\r
 \r
 [Sources]\r
index 487982c1557783dd2da056c325aa04b77e87e147..6e1496bcf5a58064e4eae8ffdb64b114e336a749 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 # Null instance of Debug Agent Library with empty functions.\r
 #\r
-#  Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #                                                                                  \r\r
 # This program and the accompanying materials are licensed and made available under\r\r
 # the terms and conditions of the BSD License that accompanies this distribution.  \r\r
@@ -32,7 +32,7 @@
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
 #\r
 \r
 [Sources.common]\r
index 277504ad39aab5143c1ca392b60ddb818a52df72..55ba3ff6e2bc7545f65a0a39dac060e50e5584d4 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 #  Instance of I2C Library.\r
 #\r
-#  Copyright (c) 2010 - 2015, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
@@ -23,7 +23,7 @@
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
 #\r
 \r
 [Sources.common]\r
index 5a97452a7b099c166ec869a8a4416f4ad1bd0be0..3120f1dff25611a716140d60ec7972f49b1062b2 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 #  Instance of I2C Library.\r
 #\r
-#  Copyright (c) 2010 - 2015, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
@@ -24,7 +24,7 @@
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
 #\r
 \r
 [Sources.common]\r
index f4fb5abc2cdc332fbbe83ce3da78d6d07176f405..b71650a042547fd6d8fc3a7ab2f4c764dbab3666 100644 (file)
@@ -3,7 +3,7 @@
 #\r
 # ICH9 Acpi timer implements one instance of Timer Library. Acpi timer cannot be programmed,\r
 #  so it could be used by any types of drivers, including SMM drivers and Runtime drivers.\r
-# Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #                                                                                  \r\r
 # This program and the accompanying materials are licensed and made available under\r\r
 # the terms and conditions of the BSD License that accompanies this distribution.  \r\r
@@ -33,7 +33,7 @@
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
 #\r
 \r
 [Sources.common]\r
index e6516fbb3dcf62d89850095575b5c4e45e88c83a..6590ddd036c33c40222335fbfc77056e460b6f30 100644 (file)
@@ -3,7 +3,7 @@
 #\r
 # ICH SMM Library that layers on top of the I/O Library to directly\r
 #  access SMM power management registers.\r
-# Copyright (c) 2007  - 2014, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #                                                                                  \r\r
 # This program and the accompanying materials are licensed and made available under\r\r
 # the terms and conditions of the BSD License that accompanies this distribution.  \r\r
@@ -30,7 +30,7 @@
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
 #\r
 \r
 [Sources]\r
index e64ceacb0d79f382388240823654661d82fa6b7a..f99fc41b3fa244becbd72664b375b052cdccc35a 100644 (file)
@@ -1,6 +1,6 @@
 #\r
 #\r
-# Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved\r
+# Copyright (c) 2014 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #                                                                                  \r\r
 # This program and the accompanying materials are licensed and made available under\r\r
 # the terms and conditions of the BSD License that accompanies this distribution.  \r\r
@@ -31,7 +31,7 @@
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
 #\r
 \r
 [Sources]\r
index 94b2c97a672136e93d197f371f9f53e33d9e0d89..7e2e27d2eb6df0ce7a14e45103062b85ee0c0e7c 100644 (file)
@@ -3,7 +3,7 @@
 #\r
 # Reset System Library that layers on top of the I/O Library to directly\r
 #  access a standard SMBUS host controller.\r
-# Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #                                                                                  \r\r
 # This program and the accompanying materials are licensed and made available under\r\r
 # the terms and conditions of the BSD License that accompanies this distribution.  \r\r
@@ -32,7 +32,7 @@
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF\r
+#  VALID_ARCHITECTURES           = IA32 X64\r
 #\r
 \r
 [Sources.common]\r
index 92cdf9965c942750ef8b54e6c024a863044714ed..9457722d9a43685bd8609318aa08d96d55984d04 100644 (file)
@@ -1,6 +1,6 @@
 #/** @file\r
 #\r
-# Copyright (c) 2008 - 2014, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2008 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #                                                                                  \r\r
 # This program and the accompanying materials are licensed and made available under\r\r
 # the terms and conditions of the BSD License that accompanies this distribution.  \r\r
@@ -26,7 +26,7 @@
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF\r
+#  VALID_ARCHITECTURES           = IA32 X64\r
 #\r
 \r
 [Sources]\r
index ac05aea9414e3e2b260a00e9620ed1cd75557dd0..20c8818ad5b983235087f0287a353f3db3a4f9cb 100644 (file)
@@ -3,7 +3,7 @@
 #\r
 # SMBUS Library that layers on top of the I/O Library to directly\r
 #  access a standard SMBUS host controller.\r
-# Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #                                                                                  \r\r
 # This program and the accompanying materials are licensed and made available under\r\r
 # the terms and conditions of the BSD License that accompanies this distribution.  \r\r
@@ -29,7 +29,7 @@
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
 #\r
 \r
 [Sources]\r
index a3134816a8dc257c3221495024d0f3efea6261fc..0bb4507c4c97f42a5fc25da1bff12cb0006e72f2 100644 (file)
@@ -1,6 +1,6 @@
 #/*++\r
 #\r
-# Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved\r
+# Copyright (c) 2014 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #                                                                                  \r\r
 # This program and the accompanying materials are licensed and made available under\r\r
 # the terms and conditions of the BSD License that accompanies this distribution.  \r\r
@@ -34,7 +34,7 @@
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
 #\r
 \r
 [Sources]\r
index aa76ad0e79c63c8f599e4ad48d290112497d05ec..d303427ed8de53e55a913134f449c155a2575f10 100644 (file)
@@ -1,7 +1,7 @@
 #/** @file\r
 # \r
 #\r
-# Copyright (c) 2007 - 2015, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #                                                                                  \r
 # This program and the accompanying materials are licensed and made available under\r
 # the terms and conditions of the BSD License that accompanies this distribution. \r
@@ -29,7 +29,7 @@
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
 #\r
 \r
 [Sources.common]\r
index 7171a580f58d3660c87888b3a0763d6b130520f1..adab4fc87c731b2a93b5552eb5d5e57a7896828d 100644 (file)
@@ -1,7 +1,7 @@
 #/** @file\r
 # \r
 #\r
-# Copyright (c) 2007 - 2015, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #                                                                                  \r
 # This program and the accompanying materials are licensed and made available under\r
 # the terms and conditions of the BSD License that accompanies this distribution. \r
@@ -29,7 +29,7 @@
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
 #\r
 \r
 [Sources.common]\r
index a4a2a9db98d52ea270b25dacf7d369f463c40544..f2bbaf1b1154e578913feba1481fa63232a28f0a 100644 (file)
@@ -30,7 +30,7 @@
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
 #\r
 \r
 [Sources]\r
index 50c91908597929ffc9f5c0477ece3efb5db47ae0..b21b8623f90d22f4dcc3bc33108ab2aa9590e0d9 100644 (file)
@@ -1,6 +1,6 @@
 #\r
 #\r
-# Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved\r
+# Copyright (c) 2014 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #                                                                                  \r\r
 # This program and the accompanying materials are licensed and made available under\r\r
 # the terms and conditions of the BSD License that accompanies this distribution.  \r\r
@@ -44,7 +44,7 @@
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
 #\r
 \r
 [Sources]\r
index 332d2376d835cd2b049faaa22c8b86bce9201936..a225514383c1869e63eda0cc51cc91961a96eb1b 100644 (file)
@@ -2,7 +2,7 @@
 # Component name for module MiscSubclass
 #
 # FIX ME!
-# Copyright (c) 2006  - 2014, 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 that accompanies this distribution.  
@@ -28,7 +28,7 @@
 #
 # The following information is for reference only and not required by the build tools.
 #
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC
+#  VALID_ARCHITECTURES           = IA32 X64 EBC
 #
 
 [Sources]
index 08b558489e34d617e07cc9e880137a85381e1511..cc78d24556b8c82a74241e5eea363fd7222953d7 100644 (file)
@@ -1,6 +1,6 @@
 #\r
 #\r
-# Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved\r
+# Copyright (c) 2014 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #                                                                                  \r\r
 # This program and the accompanying materials are licensed and made available under\r\r
 # the terms and conditions of the BSD License that accompanies this distribution.  \r\r
@@ -24,7 +24,7 @@
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
 #\r
 \r
 [Sources]\r