]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFsp2Pkg/FspSecCore/Fsp22SecCoreS.inf
IntelFsp2Pkg: Update FSP_GLOBAL_DATA and FSP_PLAT_DATA for X64
[mirror_edk2.git] / IntelFsp2Pkg / FspSecCore / Fsp22SecCoreS.inf
CommitLineData
f2cdb268
CC
1## @file\r
2# Sec Core for FSP to support MultiPhase (SeparatePhase) SiInitialization.\r
3#\r
4# Copyright (c) 2020, 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 = Fsp22SecCoreS\r
13 FILE_GUID = DF0FCD70-264A-40BF-BBD4-06C76DB19CB1\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\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/Fsp22ApiEntryS.nasm\r
30 Ia32/FspApiEntryCommon.nasm\r
31 Ia32/FspHelper.nasm\r
32\r
33[Binaries.Ia32]\r
34 RAW|Vtf0/Bin/ResetVec.ia32.raw |GCC\r
35\r
36[Packages]\r
37 MdePkg/MdePkg.dec\r
38 IntelFsp2Pkg/IntelFsp2Pkg.dec\r
39\r
40[LibraryClasses]\r
41 BaseMemoryLib\r
42 DebugLib\r
43 BaseLib\r
44 PciCf8Lib\r
45 SerialPortLib\r
46 FspSwitchStackLib\r
47 FspCommonLib\r
48 FspSecPlatformLib\r
49\r
50[Ppis]\r
51 gEfiTemporaryRamSupportPpiGuid ## PRODUCES\r
52\r