]> git.proxmox.com Git - mirror_edk2.git/commitdiff
QuarkSocPkg: Removing ipf which is no longer supported from edk2.
authorchenc2 <chen.a.chen@intel.com>
Fri, 29 Jun 2018 03:32:05 +0000 (11:32 +0800)
committerZhang, Chao B <chao.b.zhang@intel.com>
Tue, 14 Aug 2018 00:58:32 +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: Kelly Steele <kelly.steele@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: Kelly Steele <kelly.steele@intel.com>
14 files changed:
QuarkSocPkg/QuarkNorthCluster/Library/IntelQNCLib/IntelQNCLib.inf
QuarkSocPkg/QuarkNorthCluster/Library/QNCSmmLib/QNCSmmLib.inf
QuarkSocPkg/QuarkNorthCluster/Library/SmbusLib/SmbusLib.inf
QuarkSocPkg/QuarkNorthCluster/MemoryInit/Pei/MemoryInitPei.inf
QuarkSocPkg/QuarkNorthCluster/QNCInit/Dxe/QNCInitDxe.inf
QuarkSocPkg/QuarkNorthCluster/Smm/DxeSmm/QncSmmDispatcher/QNCSmmDispatcher.inf
QuarkSocPkg/QuarkSouthCluster/IohInit/Dxe/IohInitDxe.inf
QuarkSocPkg/QuarkSouthCluster/Library/I2cLib/I2cLib.inf
QuarkSocPkg/QuarkSouthCluster/Library/IohLib/IohLib.inf
QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDControllerDxe/SDControllerDxe.inf
QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDMediaDeviceDxe/SDMediaDeviceDxe.inf
QuarkSocPkg/QuarkSouthCluster/Usb/Common/Pei/UsbPei.inf
QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/OhciDxe.inf
QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Pei/OhciPei.inf

index 691a7e42a8eeef9b9b5b185136ae762ee2781982..f6c413171ab12f2ddf40d34cabd9bd3671c0da0e 100644 (file)
@@ -3,7 +3,7 @@
 #\r
 # Intel QNC Library Instance\r
 #\r
-# Copyright (c) 2013-2015 Intel Corporation.\r
+# Copyright (c) 2013 - 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
@@ -27,7 +27,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 c41ad14a10ddaf53f8cbdf1102f7b095b7520b4e..20b100a7b4781ba63ef8e7c2280d3fa47a41e293 100644 (file)
@@ -4,7 +4,7 @@
 # QNC SMM Library that layers on top of the I/O Library to directly\r
 # access SMM power management registers.\r
 #\r
-# Copyright (c) 2013-2015 Intel Corporation.\r
+# Copyright (c) 2013 - 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
@@ -27,7 +27,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 fef03aa3345cb0f7dd0148496355ae8ec5d44966..15c1664db12628ec0a127aa46ea05ff08b1e6614 100644 (file)
@@ -4,7 +4,7 @@
 # SMBUS Library that layers on top of the I/O Library to directly\r
 # access a standard SMBUS host controller.\r
 #\r
-# Copyright (c) 2013-2015 Intel Corporation.\r
+# Copyright (c) 2013 - 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
@@ -28,7 +28,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 05766133ed40a2b7dd96da477d47554d4cc22cce..c94f3a971056dff390faa5024d7a565b25491d14 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 # This is the Memory Initialization Driver for Quark\r
 #\r
-# Copyright (c) 2013-2017 Intel Corporation.\r
+# Copyright (c) 2013 - 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
@@ -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
 [BuildOptions]\r
index 0bafdd8515ce77145a1c718dcfa1722d0f98bc5c..136b4461db918f1b234cffdcf2c829920c11b26c 100644 (file)
@@ -11,7 +11,7 @@
 # 4. Initialize the LegacyRegion module, install EFI_LEGACY_REGION_PROTOCOL and set below 1M\r
 #    memory attribute from MTRR.\r
 #\r
-# Copyright (c) 2013-2015 Intel Corporation.\r
+# Copyright (c) 2013 - 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
@@ -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 ed948253e9077db2315080efa78f312db3c7dfa9..77f272c6f63cacf78483e88a17b80faef7fc2180 100644 (file)
@@ -3,7 +3,7 @@
 #\r
 # This driver is responsible for the registration of child drivers\r
 #  and the abstraction of the ICH SMI sources.\r
-# Copyright (c) 2013-2015 Intel Corporation.\r
+# Copyright (c) 2013 - 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
@@ -27,7 +27,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 4ac1609673fdbd51f6e52dfcdfbe30af855c1027..c4232d6611c4e54c1cbfed4f636c01d88f376c6e 100644 (file)
@@ -11,7 +11,7 @@
 # 4. Initialize the LegacyRegion module, install EFI_LEGACY_REGION_PROTOCOL and set below 1M\r
 #    memory attribute from MTRR.\r
 #\r
-# Copyright (c) 2013-2015 Intel Corporation.\r
+# Copyright (c) 2013 - 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
@@ -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 8251756f733efe98eac0a926907c0b8658f37de9..ad2f579925243cc3a7c103c47c035f05f29c07ec 100644 (file)
@@ -8,7 +8,7 @@
 # 1. I2C Read (byte, multi-byte)\r
 # 2. I2C Write (byte, multi-byte)\r
 #\r
-# Copyright (c) 2013-2015 Intel Corporation.\r
+# Copyright (c) 2013 - 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
@@ -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 eb7a4cb4363da9d371f482dc023989661dc90064..8d49a0fb4f71921d9068cb0b0b651c0da134bc01 100644 (file)
@@ -3,7 +3,7 @@
 #\r
 # Intel Soc Library Instance\r
 #\r
-# Copyright (c) 2013-2015 Intel Corporation.\r
+# Copyright (c) 2013 - 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
@@ -27,7 +27,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 3cbe2330a3f3d2ca3ba8ed364831116ed44d2986..c881cce23ab2e003ffa9a38da5351721c55ae8c8 100644 (file)
@@ -2,7 +2,7 @@
 #\r
 #  Component Description File For SDControllerDxe Module.\r
 #\r
-#  Copyright (c) 2013-2015 Intel Corporation.\r
+#  Copyright (c) 2013 - 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
@@ -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
 #  DRIVER_BINDING                =  gSDControllerDriverBinding\r
 #  COMPONENT_NAME                =  gSDControllerName\r
index 812436e47a05661387c39666cee92e426a542f49..959d5f7ede26a6dbe93b6a6d4354e9833dc49ed0 100644 (file)
@@ -2,7 +2,7 @@
 #\r
 #  Component Description File For SDMediaDeviceDxe Module.\r
 #\r
-#  Copyright (c) 2013-2015 Intel Corporation.\r
+#  Copyright (c) 2013 - 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
@@ -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
 #  DRIVER_BINDING                =  gSDMediaDeviceDriverBinding\r
 #  COMPONENT_NAME                =  gSDMediaDeviceName\r
index f06e21cdd0625c159ef8239d05963bae2a00b635..8fc85a817b60c6940ecf4a43f01eeaeecc2a8d1a 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 # Component description file for UsbPei module.\r
 #\r
-# Copyright (c) 2013-2015 Intel Corporation.\r
+# Copyright (c) 2013 - 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
@@ -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 1d3f950b06fc16fe8f8461f5507252a5d41e305d..1beaadd5e1dfc2cebd12ef539ef74d9faa11a9b5 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 # OHCI USB Host Controller UEFI Driver\r
 #\r
-# Copyright (c) 2013-2015 Intel Corporation.\r
+# Copyright (c) 2013 - 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
 #  DRIVER_BINDING                =  gOhciDriverBinding\r
 #  COMPONENT_NAME                =  gOhciComponentName\r
index d919b1873c0e57cd6b4d788168e0795dcd967a19..db48c2f717aad32ea8d5fdd86026b04216dc56b0 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 # OHCI USB Host Controller PEIM\r
 #\r
-# Copyright (c) 2013-2015 Intel Corporation.\r
+# Copyright (c) 2013 - 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
@@ -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 EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
 #\r
 \r
 [Sources]\r