]> git.proxmox.com Git - mirror_edk2.git/blob - CorebootModulePkg/CbSupportPei/CbSupportPei.inf
f7997ff70252099c140095d0cdcfc65047e2401d
[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 - 2016, 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 CbPlatformSupportLib
56
57 [Guids]
58 gEfiSmmPeiSmramMemoryReserveGuid
59 gEfiMemoryTypeInformationGuid
60 gEfiFirmwareFileSystem2Guid
61 gUefiSystemTableInfoGuid
62 gUefiFrameBufferInfoGuid
63 gUefiAcpiBoardInfoGuid
64
65 [Ppis]
66 gEfiPeiMasterBootModePpiGuid
67
68 [Pcd]
69 gUefiCorebootModulePkgTokenSpaceGuid.PcdPayloadFdMemBase
70 gUefiCorebootModulePkgTokenSpaceGuid.PcdPayloadFdMemSize
71 gUefiCorebootModulePkgTokenSpaceGuid.PcdCbHeaderPointer
72 gUefiCorebootModulePkgTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory
73 gUefiCorebootModulePkgTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS
74 gUefiCorebootModulePkgTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType
75 gUefiCorebootModulePkgTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData
76 gUefiCorebootModulePkgTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode
77
78 [Depex]
79 TRUE