Vlv2TbltDevicePkg: Removing ipf which 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: 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>
This commit is contained in:
chenc2
2018-06-29 11:39:22 +08:00
committed by Zhang, Chao B
parent fda6abd64f
commit 22ec06c8aa
19 changed files with 36 additions and 36 deletions

View File

@ -4,7 +4,7 @@
# Component description file for ScriptSave Lite module. # Component description file for ScriptSave Lite module.
# #
# This is an implementation of the Boot Script Save protocol. # This is an implementation of the Boot Script Save protocol.
# 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 # This program and the accompanying materials are licensed and made available under
@ -31,7 +31,7 @@
[Defines] [Defines]
INF_VERSION = 0x00010005 INF_VERSION = 0x00010005
BASE_NAME = BootScriptSaveDxe BASE_NAME = BootScriptSaveDxe
FILE_GUID = 42BB673D-09F3-4e2e-9FEE-D081131DED5B FILE_GUID = 42BB673D-09F3-4e2e-9FEE-D081131DED5B
MODULE_TYPE = DXE_DRIVER MODULE_TYPE = DXE_DRIVER
VERSION_STRING = 1.0 VERSION_STRING = 1.0

View File

@ -25,7 +25,7 @@
# #
# The following information is for reference only and not required by the build tools. # 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] [Sources]

View File

@ -2,7 +2,7 @@
# #
#/*++ #/*++
# #
# Copyright (c) 1999 - 2014, Intel Corporation. All rights reserved # Copyright (c) 2014 - 2018, Intel Corporation. All rights reserved.<BR>
# #
# This program and the accompanying materials are licensed and made available under # This program and the accompanying materials are licensed and made available under
@ -35,7 +35,7 @@
[Defines] [Defines]
INF_VERSION = 0x00010005 INF_VERSION = 0x00010005
BASE_NAME = EfiRegTableLib BASE_NAME = EfiRegTableLib
FILE_GUID = 98546145-64F1-4d2e-814F-6BF963DB7930 FILE_GUID = 98546145-64F1-4d2e-814F-6BF963DB7930
MODULE_TYPE = BASE MODULE_TYPE = BASE
VERSION_STRING = 1.0 VERSION_STRING = 1.0

View File

@ -1,7 +1,7 @@
## @file ## @file
# Null instance of Debug Agent Library with empty functions. # Null instance of Debug Agent Library with empty functions.
# #
# Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR> # Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.<BR>
# #
# This program and the accompanying materials are licensed and made available under # This program and the accompanying materials are licensed and made available under
@ -32,7 +32,7 @@
[Defines] [Defines]
INF_VERSION = 0x00010005 INF_VERSION = 0x00010005
BASE_NAME = I2CLib BASE_NAME = I2CLib
FILE_GUID = 7f62bf44-2ba7-4c2d-9d4a-91c8906ff053 FILE_GUID = 7f62bf44-2ba7-4c2d-9d4a-91c8906ff053
MODULE_TYPE = BASE MODULE_TYPE = BASE
VERSION_STRING = 1.0 VERSION_STRING = 1.0

View File

@ -1,7 +1,7 @@
## @file ## @file
# Instance of I2C Library. # Instance of I2C Library.
# #
# Copyright (c) 2010 - 2015, Intel Corporation. All rights reserved.<BR> # Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.<BR>
# #
# This program and the accompanying materials # This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License # are licensed and made available under the terms and conditions of the BSD License
@ -23,7 +23,7 @@
# #
# The following information is for reference only and not required by the build tools. # 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.common] [Sources.common]

View File

@ -1,7 +1,7 @@
## @file ## @file
# Instance of I2C Library. # Instance of I2C Library.
# #
# Copyright (c) 2010 - 2015, Intel Corporation. All rights reserved.<BR> # Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.<BR>
# #
# This program and the accompanying materials # This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License # 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. # 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.common] [Sources.common]

View File

@ -3,7 +3,7 @@
# #
# ICH9 Acpi timer implements one instance of Timer Library. Acpi timer cannot be programmed, # ICH9 Acpi timer implements one instance of Timer Library. Acpi timer cannot be programmed,
# so it could be used by any types of drivers, including SMM drivers and Runtime drivers. # so it could be used by any types of drivers, including SMM drivers and Runtime drivers.
# Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR> # Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
# #
# This program and the accompanying materials are licensed and made available under # This program and the accompanying materials are licensed and made available under
@ -33,7 +33,7 @@
FILE_GUID = 0C0AC8C1-E368-4d20-85FE-23EFB3DB094E FILE_GUID = 0C0AC8C1-E368-4d20-85FE-23EFB3DB094E
MODULE_TYPE = BASE MODULE_TYPE = BASE
VERSION_STRING = 1.0 VERSION_STRING = 1.0
LIBRARY_CLASS = TimerLib LIBRARY_CLASS = TimerLib
EDK_RELEASE_VERSION = 0x00020000 EDK_RELEASE_VERSION = 0x00020000
EFI_SPECIFICATION_VERSION = 0x00020000 EFI_SPECIFICATION_VERSION = 0x00020000

View File

@ -3,7 +3,7 @@
# #
# ICH SMM Library that layers on top of the I/O Library to directly # ICH SMM Library that layers on top of the I/O Library to directly
# access SMM power management registers. # access SMM power management registers.
# Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR> # Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
# #
# This program and the accompanying materials are licensed and made available under # This program and the accompanying materials are licensed and made available under
@ -30,7 +30,7 @@
[Defines] [Defines]
INF_VERSION = 0x00010005 INF_VERSION = 0x00010005
BASE_NAME = PchSmmLib BASE_NAME = PchSmmLib
FILE_GUID = A6A16CCB-91B0-42f4-B4F3-D17D7A5662E6 FILE_GUID = A6A16CCB-91B0-42f4-B4F3-D17D7A5662E6
MODULE_TYPE = BASE MODULE_TYPE = BASE
VERSION_STRING = 1.0 VERSION_STRING = 1.0
LIBRARY_CLASS = SmmLib LIBRARY_CLASS = SmmLib

View File

@ -1,6 +1,6 @@
# #
# #
# Copyright (c) 1999 - 2014, Intel Corporation. All rights reserved # Copyright (c) 2014 - 2018, Intel Corporation. All rights reserved.<BR>
# #
# This program and the accompanying materials are licensed and made available under # This program and the accompanying materials are licensed and made available under
@ -31,7 +31,7 @@
[Defines] [Defines]
INF_VERSION = 0x00010005 INF_VERSION = 0x00010005
BASE_NAME = PlatformFspLib BASE_NAME = PlatformFspLib
FILE_GUID = 1305A712-33A6-4fa7-BA59-AEAC3362931A FILE_GUID = 1305A712-33A6-4fa7-BA59-AEAC3362931A
MODULE_TYPE = BASE MODULE_TYPE = BASE
VERSION_STRING = 1.0 VERSION_STRING = 1.0

View File

@ -3,7 +3,7 @@
# #
# Reset System Library that layers on top of the I/O Library to directly # Reset System Library that layers on top of the I/O Library to directly
# access a standard SMBUS host controller. # access a standard SMBUS host controller.
# Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR> # Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
# #
# This program and the accompanying materials are licensed and made available under # This program and the accompanying materials are licensed and made available under
@ -32,7 +32,7 @@
BASE_NAME = ResetSystemLib BASE_NAME = ResetSystemLib
FILE_GUID = D4FF05AA-3C7D-4b8a-A1EE-AA5EFA0B1732 FILE_GUID = D4FF05AA-3C7D-4b8a-A1EE-AA5EFA0B1732
MODULE_TYPE = BASE MODULE_TYPE = BASE
VERSION_STRING = 1.0 VERSION_STRING = 1.0
LIBRARY_CLASS = ResetSystemLib LIBRARY_CLASS = ResetSystemLib
EDK_RELEASE_VERSION = 0x00020000 EDK_RELEASE_VERSION = 0x00020000
EFI_SPECIFICATION_VERSION = 0x00020000 EFI_SPECIFICATION_VERSION = 0x00020000

View File

@ -1,6 +1,6 @@
#/** @file #/** @file
# #
# Copyright (c) 2008 - 2014, Intel Corporation. All rights reserved.<BR> # Copyright (c) 2008 - 2018, Intel Corporation. All rights reserved.<BR>
# #
# This program and the accompanying materials are licensed and made available under # This program and the accompanying materials are licensed and made available under
@ -26,7 +26,7 @@
[Defines] [Defines]
INF_VERSION = 0x00010005 INF_VERSION = 0x00010005
BASE_NAME = SerialPortLib BASE_NAME = SerialPortLib
FILE_GUID = 15B26F43-A389-4bae-BDE3-4BB0719B7D4F FILE_GUID = 15B26F43-A389-4bae-BDE3-4BB0719B7D4F
MODULE_TYPE = BASE MODULE_TYPE = BASE
VERSION_STRING = 1.0 VERSION_STRING = 1.0

View File

@ -3,7 +3,7 @@
# #
# SMBUS Library that layers on top of the I/O Library to directly # SMBUS Library that layers on top of the I/O Library to directly
# access a standard SMBUS host controller. # access a standard SMBUS host controller.
# Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR> # Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.<BR>
# #
# This program and the accompanying materials are licensed and made available under # This program and the accompanying materials are licensed and made available under
@ -29,7 +29,7 @@
[Defines] [Defines]
INF_VERSION = 0x00010005 INF_VERSION = 0x00010005
BASE_NAME = SmbusLib BASE_NAME = SmbusLib
FILE_GUID = 0558CAEA-FEF3-4b6d-915E-8742EFE6DEE1 FILE_GUID = 0558CAEA-FEF3-4b6d-915E-8742EFE6DEE1
MODULE_TYPE = BASE MODULE_TYPE = BASE
VERSION_STRING = 1.0 VERSION_STRING = 1.0

View File

@ -1,6 +1,6 @@
#/*++ #/*++
# #
# Copyright (c) 1999 - 2014, Intel Corporation. All rights reserved # Copyright (c) 2014 - 2018, Intel Corporation. All rights reserved.<BR>
# #
# This program and the accompanying materials are licensed and made available under # This program and the accompanying materials are licensed and made available under
@ -34,7 +34,7 @@
[Defines] [Defines]
INF_VERSION = 0x00010005 INF_VERSION = 0x00010005
BASE_NAME = StallSmmLib BASE_NAME = StallSmmLib
FILE_GUID = A6A16CCB-91B0-42f4-B4F3-D16D7A8662E6 FILE_GUID = A6A16CCB-91B0-42f4-B4F3-D16D7A8662E6
MODULE_TYPE = BASE MODULE_TYPE = BASE
VERSION_STRING = 1.0 VERSION_STRING = 1.0
LIBRARY_CLASS = StallSmmLib LIBRARY_CLASS = StallSmmLib

View File

@ -1,7 +1,7 @@
#/** @file #/** @file
# #
# #
# Copyright (c) 2007 - 2015, Intel Corporation. All rights reserved.<BR> # Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
# #
# This program and the accompanying materials are licensed and made available under # This program and the accompanying materials are licensed and made available under
# the terms and conditions of the BSD License that accompanies this distribution. # the terms and conditions of the BSD License that accompanies this distribution.
@ -29,7 +29,7 @@
# #
# The following information is for reference only and not required by the build tools. # 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.common] [Sources.common]

View File

@ -1,7 +1,7 @@
#/** @file #/** @file
# #
# #
# Copyright (c) 2007 - 2015, Intel Corporation. All rights reserved.<BR> # Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
# #
# This program and the accompanying materials are licensed and made available under # This program and the accompanying materials are licensed and made available under
# the terms and conditions of the BSD License that accompanies this distribution. # the terms and conditions of the BSD License that accompanies this distribution.
@ -29,7 +29,7 @@
# #
# The following information is for reference only and not required by the build tools. # 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.common] [Sources.common]

View File

@ -30,7 +30,7 @@
# #
# The following information is for reference only and not required by the build tools. # 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] [Sources]

View File

@ -1,6 +1,6 @@
# #
# #
# Copyright (c) 1999 - 2014, Intel Corporation. All rights reserved # Copyright (c) 2014 - 2018, Intel Corporation. All rights reserved.<BR>
# #
# This program and the accompanying materials are licensed and made available under # This program and the accompanying materials are licensed and made available under
@ -44,7 +44,7 @@
[Defines] [Defines]
INF_VERSION = 0x00010005 INF_VERSION = 0x00010005
BASE_NAME = PlatformSetupDxe BASE_NAME = PlatformSetupDxe
FILE_GUID = C1A69A12-8653-4fde-A215-48FCD95288C3 FILE_GUID = C1A69A12-8653-4fde-A215-48FCD95288C3
MODULE_TYPE = DXE_DRIVER MODULE_TYPE = DXE_DRIVER
VERSION_STRING = 1.0 VERSION_STRING = 1.0
ENTRY_POINT = PlatformSetupDxeInit ENTRY_POINT = PlatformSetupDxeInit

View File

@ -2,7 +2,7 @@
# Component name for module MiscSubclass # Component name for module MiscSubclass
# #
# FIX ME! # 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 # This program and the accompanying materials are licensed and made available under
# the terms and conditions of the BSD License that accompanies this distribution. # 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. # 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] [Sources]

View File

@ -1,6 +1,6 @@
# #
# #
# Copyright (c) 1999 - 2014, Intel Corporation. All rights reserved # Copyright (c) 2014 - 2018, Intel Corporation. All rights reserved.<BR>
# #
# This program and the accompanying materials are licensed and made available under # This program and the accompanying materials are licensed and made available under
@ -24,7 +24,7 @@
[Defines] [Defines]
INF_VERSION = 0x00010005 INF_VERSION = 0x00010005
BASE_NAME = UiApp BASE_NAME = UiApp
FILE_GUID = 462CAA21-7614-4503-836E-8AB6F4662331 FILE_GUID = 462CAA21-7614-4503-836E-8AB6F4662331
MODULE_TYPE = UEFI_APPLICATION MODULE_TYPE = UEFI_APPLICATION
VERSION_STRING = 1.0 VERSION_STRING = 1.0