diff options
author | chenc2 <chen.a.chen@intel.com> | 2018-06-29 11:32:05 +0800 |
---|---|---|
committer | Zhang, Chao B <chao.b.zhang@intel.com> | 2018-08-14 08:58:32 +0800 |
commit | fda6abd64f0279b996ca6cd31e70e4ab316afe88 (patch) | |
tree | 9561e3bb2e0b8e31288b4b3d869333bf31440bb5 /QuarkSocPkg/QuarkSouthCluster/Usb | |
parent | 87f9867f5536a0e498c1499c4ded73518c814464 (diff) | |
download | edk2-fda6abd64f0279b996ca6cd31e70e4ab316afe88.tar.gz edk2-fda6abd64f0279b996ca6cd31e70e4ab316afe88.tar.bz2 edk2-fda6abd64f0279b996ca6cd31e70e4ab316afe88.zip |
QuarkSocPkg: 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: 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>
Diffstat (limited to 'QuarkSocPkg/QuarkSouthCluster/Usb')
-rw-r--r-- | QuarkSocPkg/QuarkSouthCluster/Usb/Common/Pei/UsbPei.inf | 4 | ||||
-rw-r--r-- | QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/OhciDxe.inf | 4 | ||||
-rw-r--r-- | QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Pei/OhciPei.inf | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/QuarkSocPkg/QuarkSouthCluster/Usb/Common/Pei/UsbPei.inf b/QuarkSocPkg/QuarkSouthCluster/Usb/Common/Pei/UsbPei.inf index f06e21cdd0..8fc85a817b 100644 --- a/QuarkSocPkg/QuarkSouthCluster/Usb/Common/Pei/UsbPei.inf +++ b/QuarkSocPkg/QuarkSouthCluster/Usb/Common/Pei/UsbPei.inf @@ -1,7 +1,7 @@ ## @file
# Component description file for UsbPei module.
#
-# Copyright (c) 2013-2015 Intel Corporation.
+# Copyright (c) 2013 - 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
@@ -25,7 +25,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]
diff --git a/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/OhciDxe.inf b/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/OhciDxe.inf index 1d3f950b06..1beaadd5e1 100644 --- a/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/OhciDxe.inf +++ b/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/OhciDxe.inf @@ -1,7 +1,7 @@ ## @file
# OHCI USB Host Controller UEFI Driver
#
-# Copyright (c) 2013-2015 Intel Corporation.
+# Copyright (c) 2013 - 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
@@ -24,7 +24,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
#
# DRIVER_BINDING = gOhciDriverBinding
# COMPONENT_NAME = gOhciComponentName
diff --git a/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Pei/OhciPei.inf b/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Pei/OhciPei.inf index d919b1873c..db48c2f717 100644 --- a/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Pei/OhciPei.inf +++ b/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Pei/OhciPei.inf @@ -1,7 +1,7 @@ ## @file
# OHCI USB Host Controller PEIM
#
-# Copyright (c) 2013-2015 Intel Corporation.
+# Copyright (c) 2013 - 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 EBC
+# VALID_ARCHITECTURES = IA32 X64 EBC
#
[Sources]
|