]> git.proxmox.com Git - mirror_edk2.git/blame - EdkCompatibilityPkg/Compatibility/PciCfgOnPciCfg2Thunk/PciCfgOnPciCfg2Thunk.inf
Program SD Cards into 4-bit mode (support for this is required in the spec). This...
[mirror_edk2.git] / EdkCompatibilityPkg / Compatibility / PciCfgOnPciCfg2Thunk / PciCfgOnPciCfg2Thunk.inf
CommitLineData
6bfbb5f0 1## @file\r
d79eed91 2# Module produce PciCfgPpi on top of PciCfgPpi2.\r
3# \r
4# PIWG's PI specification replaces Inte's EFI Specification 1.10.\r
5# EFI_PEI_PCI_CFG_PPI defined in Inte's EFI Specification 1.10 is replaced by\r
6# EFI_PEI_PCI_CFG2_PPI in PI 1.0.\r
7# This module produces PciCfgPpi on top of PciCfgPpi2. This module is used on platform when both of\r
8# these two conditions are true:\r
9# 1) Framework module is present that consumes PCI CFG AND\r
10# 2) R9 module is present that produces PCI CFG2 but not PCI CFG\r
07567c3c 11#\r
12# The Usage of this module is rare since EDK II module IntelFrameworkModulePkg\Universal\PcatSingleSegmentPciCfgPei\PcatSingleSegmentPciCfgPei.inf\r
13# that produce PCI CFG2 can also produce PCI CFG by setting Pcd Feature Flag gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciCfgDisable\r
14# to FALSE.\r
15#\r
4259256b 16#\r
17# PEIM to provide the Variable functionality.\r
584d5652 18# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
4259256b 19#\r
584d5652 20# This program and the accompanying materials\r
4259256b 21# are licensed and made available under the terms and conditions of the BSD License\r
22# which accompanies this distribution. The full text of the license may be found at\r
23# http://opensource.org/licenses/bsd-license.php\r
24# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
25# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
26#\r
27#\r
6bfbb5f0 28##\r
4259256b 29\r
30[Defines]\r
31 INF_VERSION = 0x00010005\r
5c6926d4 32 BASE_NAME = PciCfgOnPciCfg2Thunk\r
4259256b 33 FILE_GUID = 717886AB-C40A-44cf-9114-4119E84B0DC7\r
34 MODULE_TYPE = PEIM\r
35 VERSION_STRING = 1.0\r
4259256b 36\r
37 ENTRY_POINT = PeimInitializePciCfg\r
38\r
39#\r
40# The following information is for reference only and not required by the build tools.\r
41#\r
42# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
43#\r
44\r
6bfbb5f0 45[Sources]\r
5c6926d4 46 PciCfgOnPciCfg2Thunk.c\r
4259256b 47\r
48[Packages]\r
49 MdePkg/MdePkg.dec\r
50 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
51\r
52[LibraryClasses]\r
53 PeimEntryPoint\r
54 DebugLib\r
55\r
56[Ppis]\r
57 gEfiPciCfgPpiInServiceTableGuid\r
58 gEfiPciCfg2PpiGuid\r
59\r
60[Depex]\r
61 gEfiPciCfg2PpiGuid\r