2010-02-24 01:21:16 +01:00
|
|
|
## @file
|
2014-08-28 08:34:06 +02:00
|
|
|
# Pcat SingleSegmentPciCfg2Pei Pei Module.
|
|
|
|
#
|
|
|
|
# It installs SingleSegmentPciConfiguration2 PPI to provide read, write and modify access to Pci configuration space in PEI phase.
|
2009-01-04 04:20:55 +01:00
|
|
|
# To follow PI specification, these services also support access to the unaligned Pci address.
|
2007-07-25 13:00:27 +02:00
|
|
|
#
|
2018-06-29 05:27:00 +02:00
|
|
|
# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
|
2007-07-25 13:00:27 +02:00
|
|
|
#
|
2019-04-04 01:05:13 +02:00
|
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
2007-07-25 13:00:27 +02:00
|
|
|
#
|
|
|
|
#
|
2010-02-24 01:21:16 +01:00
|
|
|
##
|
2007-07-25 13:00:27 +02:00
|
|
|
|
|
|
|
[Defines]
|
|
|
|
INF_VERSION = 0x00010005
|
|
|
|
BASE_NAME = PcatSingleSegmentPciCfg2Pei
|
2014-08-28 08:34:06 +02:00
|
|
|
MODULE_UNI_FILE = PcatSingleSegmentPciCfg2Pei.uni
|
2007-07-25 13:00:27 +02:00
|
|
|
FILE_GUID = 4F1F379F-2A62-48bb-AC34-D3F135C6E2B7
|
|
|
|
MODULE_TYPE = PEIM
|
|
|
|
VERSION_STRING = 1.0
|
|
|
|
ENTRY_POINT = PeimInitializePciCfg
|
|
|
|
|
|
|
|
#
|
2008-10-28 08:17:17 +01:00
|
|
|
# The following information is for reference only and not required by the build tools.
|
|
|
|
#
|
2018-06-29 05:27:00 +02:00
|
|
|
# VALID_ARCHITECTURES = IA32 X64 EBC (EBC is for build only)
|
2007-07-25 13:00:27 +02:00
|
|
|
#
|
|
|
|
|
2010-02-24 01:21:16 +01:00
|
|
|
[Sources]
|
2007-07-25 13:00:27 +02:00
|
|
|
PciCfg2.c
|
|
|
|
|
|
|
|
[Packages]
|
|
|
|
MdePkg/MdePkg.dec
|
|
|
|
|
|
|
|
|
|
|
|
[LibraryClasses]
|
|
|
|
PeimEntryPoint
|
|
|
|
PciLib
|
|
|
|
BaseLib
|
|
|
|
DebugLib
|
2010-02-08 12:43:19 +01:00
|
|
|
PeiServicesLib
|
2007-07-25 13:00:27 +02:00
|
|
|
|
|
|
|
[Ppis]
|
2014-08-28 08:34:06 +02:00
|
|
|
gEfiPciCfg2PpiGuid ## PRODUCES
|
2007-07-25 13:00:27 +02:00
|
|
|
|
|
|
|
[Depex]
|
|
|
|
TRUE
|
2014-08-28 08:34:06 +02:00
|
|
|
|
|
|
|
[UserExtensions.TianoCore."ExtraFiles"]
|
|
|
|
PcatSingleSegmentPciCfg2PeiExtra.uni
|