]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFsp2Pkg/FspSecCore/Fsp24SecCoreS.inf
IntelFsp2Pkg: Adopt FSP 2.4 MultiPhase functions.
[mirror_edk2.git] / IntelFsp2Pkg / FspSecCore / Fsp24SecCoreS.inf
CommitLineData
3d35a6c2
CC
1## @file\r
2# Sec Core for FSP to support MultiPhase (SeparatePhase) SiInitialization.\r
3#\r
4# Copyright (c) 2022, Intel Corporation. All rights reserved.<BR>\r
5#\r
6# SPDX-License-Identifier: BSD-2-Clause-Patent\r
7#\r
8##\r
9\r
10[Defines]\r
11 INF_VERSION = 0x00010005\r
12 BASE_NAME = Fsp24SecCoreS\r
13 FILE_GUID = E039988B-0F21-4D95-AE34-C469B10E13F8\r
14 MODULE_TYPE = SEC\r
15 VERSION_STRING = 1.0\r
16\r
17#\r
18# The following information is for reference only and not required by the build tools.\r
19#\r
20# VALID_ARCHITECTURES = IA32 X64\r
21#\r
22\r
23[Sources]\r
24 SecFspApiChk.c\r
25 SecFsp.h\r
26\r
27[Sources.IA32]\r
28 Ia32/Stack.nasm\r
29 Ia32/Fsp24ApiEntryS.nasm\r
30 Ia32/FspApiEntryCommon.nasm\r
31 Ia32/FspHelper.nasm\r
32\r
33[Sources.X64]\r
34 X64/Stack.nasm\r
35 X64/Fsp24ApiEntryS.nasm\r
36 X64/FspApiEntryCommon.nasm\r
37 X64/FspHelper.nasm\r
38\r
39[Binaries.Ia32]\r
40 RAW|Vtf0/Bin/ResetVec.ia32.raw |GCC\r
41\r
42[Packages]\r
43 MdePkg/MdePkg.dec\r
44 IntelFsp2Pkg/IntelFsp2Pkg.dec\r
45\r
46[LibraryClasses]\r
47 BaseMemoryLib\r
48 DebugLib\r
49 BaseLib\r
50 PciCf8Lib\r
51 SerialPortLib\r
52 FspSwitchStackLib\r
53 FspCommonLib\r
54 FspSecPlatformLib\r
55 FspMultiPhaseLib\r
56\r
57[Ppis]\r
58 gEfiTemporaryRamSupportPpiGuid ## PRODUCES\r
59\r