]> git.proxmox.com Git - mirror_edk2.git/blob - UefiPayloadPkg/BlSupportPei/BlSupportPei.inf
UefiPayloadPkg: Enhance UEFI payload for coreboot and Slim Bootloader
[mirror_edk2.git] / UefiPayloadPkg / BlSupportPei / BlSupportPei.inf
1 ## @file
2 # Bootloader Support PEI Module
3 #
4 # Parses bootloader information and report resource information into pei core. It will install
5 # the memory as required.
6 #
7 # Copyright (c) 2014 - 2019, Intel Corporation. All rights reserved.<BR>
8 #
9 # SPDX-License-Identifier: BSD-2-Clause-Patent
10 #
11 ##
12
13 [Defines]
14 INF_VERSION = 0x00010005
15 BASE_NAME = BlSupportPeim
16 FILE_GUID = 352C6AF8-315B-4bd6-B04F-31D4ED1EBE57
17 MODULE_TYPE = PEIM
18 VERSION_STRING = 1.0
19 ENTRY_POINT = BlPeiEntryPoint
20
21 #
22 # The following information is for reference only and not required by the build tools.
23 #
24 # VALID_ARCHITECTURES = IA32 X64
25 #
26
27 [Sources]
28 BlSupportPei.c
29 BlSupportPei.h
30
31 [Packages]
32 MdePkg/MdePkg.dec
33 MdeModulePkg/MdeModulePkg.dec
34 IntelFsp2Pkg/IntelFsp2Pkg.dec
35 IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.dec
36 UefiPayloadPkg/UefiPayloadPkg.dec
37 UefiCpuPkg/UefiCpuPkg.dec
38
39 [LibraryClasses]
40 PeimEntryPoint
41 PeiServicesLib
42 BaseLib
43 BaseMemoryLib
44 DebugLib
45 HobLib
46 PcdLib
47 BlParseLib
48 MtrrLib
49 IoLib
50 PlatformSupportLib
51
52 [Guids]
53 gEfiMemoryTypeInformationGuid
54 gEfiFirmwareFileSystem2Guid
55 gUefiSystemTableInfoGuid
56 gEfiGraphicsInfoHobGuid
57 gEfiGraphicsDeviceInfoHobGuid
58 gUefiAcpiBoardInfoGuid
59
60 [Ppis]
61 gEfiPeiMasterBootModePpiGuid
62
63 [Pcd]
64 gUefiPayloadPkgTokenSpaceGuid.PcdPayloadFdMemBase
65 gUefiPayloadPkgTokenSpaceGuid.PcdPayloadFdMemSize
66 gUefiPayloadPkgTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory
67 gUefiPayloadPkgTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS
68 gUefiPayloadPkgTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType
69 gUefiPayloadPkgTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData
70 gUefiPayloadPkgTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode
71
72 [Depex]
73 TRUE