]> git.proxmox.com Git - mirror_edk2.git/blame - CorebootModulePkg/CbSupportPei/CbSupportPei.inf
Pkg-Module: CorebootModulePkg
[mirror_edk2.git] / CorebootModulePkg / CbSupportPei / CbSupportPei.inf
CommitLineData
fce4ecd9
MM
1## @file\r
2# Coreboot Support PEI Module\r
3#\r
4# Parses coreboot table in memory and report resource information into pei core. It will install\r
5# the memory as required.\r
6#\r
7# Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>\r
8#\r
9# This program and the accompanying materials\r
10# are licensed and made available under the terms and conditions of the BSD License\r
11# which accompanies this distribution. The full text of the license may be found at\r
12# http://opensource.org/licenses/bsd-license.php.\r
13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
15#\r
16##\r
17\r
18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = CbSupportPeim\r
21 FILE_GUID = 352C6AF8-315B-4bd6-B04F-31D4ED1EBE57\r
22 MODULE_TYPE = PEIM\r
23 VERSION_STRING = 1.0\r
24 ENTRY_POINT = CbPeiEntryPoint\r
25\r
26#\r
27# The following information is for reference only and not required by the build tools.\r
28#\r
29# VALID_ARCHITECTURES = IA32 X64\r
30#\r
31\r
32[Sources]\r
33 CbSupportPei.c\r
34 CbSupportPei.h\r
35\r
36[Packages]\r
37 MdePkg/MdePkg.dec\r
38 MdeModulePkg/MdeModulePkg.dec\r
39 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
40 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
41 CorebootModulePkg/CorebootModulePkg.dec\r
42 UefiCpuPkg/UefiCpuPkg.dec\r
43\r
44[LibraryClasses]\r
45 PeimEntryPoint\r
46 PeiServicesLib\r
47 BaseLib\r
48 BaseMemoryLib\r
49 DebugLib\r
50 HobLib\r
51 PcdLib\r
52 CbParseLib\r
53 MtrrLib\r
54\r
55[Guids]\r
56 gEfiSmmPeiSmramMemoryReserveGuid\r
57 gEfiMemoryTypeInformationGuid\r
58 gEfiFirmwareFileSystem2Guid\r
59 gUefiSystemTableInfoGuid\r
60 gUefiFrameBufferInfoGuid\r
61 gUefiAcpiBoardInfoGuid\r
62\r
63[Ppis]\r
64 gEfiPeiMasterBootModePpiGuid \r
65\r
66[Pcd]\r
67 gUefiCorebootModulePkgTokenSpaceGuid.PcdPayloadFdMemBase\r
68 gUefiCorebootModulePkgTokenSpaceGuid.PcdPayloadFdMemSize\r
69 gUefiCorebootModulePkgTokenSpaceGuid.PcdCbHeaderPointer \r
70 \r
71[Depex]\r
72 TRUE