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