Last change
on this file since 108794 was 108794, checked in by vboxsync, 2 weeks ago |
Devices/EFI/FirmwareNew: Merge edk2-stable202502 from the vendor branch and make it build for the important platforms, bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
1.3 KB
|
Line | |
---|
1 | ## @file
|
---|
2 | # FSP wrapper to handle FSP MultiPhase (SeparatePhase) Initialization.
|
---|
3 | #
|
---|
4 | # Copyright (c) 2022, Intel Corporation. All rights reserved.<BR>
|
---|
5 | #
|
---|
6 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
7 | #
|
---|
8 | ##
|
---|
9 |
|
---|
10 | [Defines]
|
---|
11 | INF_VERSION = 0x00010005
|
---|
12 | BASE_NAME = FspWrapperMultiPhaseProcessLib
|
---|
13 | FILE_GUID = 11E657B7-C3D8-405B-94C5-516840E67B75
|
---|
14 | MODULE_TYPE = PEIM
|
---|
15 | VERSION_STRING = 1.0
|
---|
16 | LIBRARY_CLASS = FspWrapperMultiPhaseProcessLib
|
---|
17 |
|
---|
18 | #
|
---|
19 | # The following information is for reference only and not required by the build tools.
|
---|
20 | #
|
---|
21 | # VALID_ARCHITECTURES = IA32
|
---|
22 | #
|
---|
23 |
|
---|
24 | [Sources]
|
---|
25 | PeiFspWrapperMultiPhaseProcessLib.c
|
---|
26 |
|
---|
27 | [Packages]
|
---|
28 | MdePkg/MdePkg.dec
|
---|
29 | IntelFsp2Pkg/IntelFsp2Pkg.dec
|
---|
30 | IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.dec
|
---|
31 | MdeModulePkg/MdeModulePkg.dec
|
---|
32 |
|
---|
33 | [LibraryClasses]
|
---|
34 | BaseMemoryLib
|
---|
35 | DebugLib
|
---|
36 | BaseLib
|
---|
37 | PcdLib
|
---|
38 | FspWrapperPlatformLib
|
---|
39 | PeiServicesLib
|
---|
40 | FspWrapperPlatformMultiPhaseLib
|
---|
41 | BaseMemoryLib
|
---|
42 | HobLib
|
---|
43 |
|
---|
44 | [Ppis]
|
---|
45 | gEfiPeiReadOnlyVariable2PpiGuid
|
---|
46 | gEdkiiPeiVariablePpiGuid
|
---|
47 |
|
---|
48 | [Guids]
|
---|
49 | gFspHobGuid ## CONSUMES
|
---|
50 |
|
---|
51 | [Pcd]
|
---|
52 | gIntelFsp2WrapperTokenSpaceGuid.PcdFspmBaseAddress ## CONSUMES
|
---|
53 | gIntelFsp2WrapperTokenSpaceGuid.PcdFspsBaseAddress ## CONSUMES
|
---|
Note:
See
TracBrowser
for help on using the repository browser.