]> git.proxmox.com Git - mirror_edk2.git/blob - CorebootModulePkg/CorebootModulePkg/CbSupportPei/CbSupportPei.inf
Pkg-Module: CorebootModulePkg
[mirror_edk2.git] / CorebootModulePkg / 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, 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
55 [Guids]
56 gEfiSmmPeiSmramMemoryReserveGuid
57 gEfiMemoryTypeInformationGuid
58 gEfiFirmwareFileSystem2Guid
59 gUefiSystemTableInfoGuid
60 gUefiFrameBufferInfoGuid
61 gUefiAcpiBoardInfoGuid
62
63 [Ppis]
64 gEfiPeiMasterBootModePpiGuid
65
66 [Pcd]
67 gUefiCorebootModulePkgTokenSpaceGuid.PcdPayloadFdMemBase
68 gUefiCorebootModulePkgTokenSpaceGuid.PcdPayloadFdMemSize
69 gUefiCorebootModulePkgTokenSpaceGuid.PcdCbHeaderPointer
70
71 [Depex]
72 TRUE