]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFsp2Pkg/FspSecCore/Fsp22SecCoreS.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / IntelFsp2Pkg / FspSecCore / Fsp22SecCoreS.inf
1 ## @file
2 # Sec Core for FSP to support MultiPhase (SeparatePhase) SiInitialization.
3 #
4 # Copyright (c) 2020, 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 = Fsp22SecCoreS
13 FILE_GUID = DF0FCD70-264A-40BF-BBD4-06C76DB19CB1
14 MODULE_TYPE = SEC
15 VERSION_STRING = 1.0
16
17 #
18 # The following information is for reference only and not required by the build tools.
19 #
20 # VALID_ARCHITECTURES = IA32
21 #
22
23 [Sources]
24 SecFspApiChk.c
25 SecFsp.h
26
27 [Sources.IA32]
28 Ia32/Stack.nasm
29 Ia32/Fsp22ApiEntryS.nasm
30 Ia32/FspApiEntryCommon.nasm
31 Ia32/FspHelper.nasm
32
33 [Binaries.Ia32]
34 RAW|Vtf0/Bin/ResetVec.ia32.raw |GCC
35
36 [Packages]
37 MdePkg/MdePkg.dec
38 IntelFsp2Pkg/IntelFsp2Pkg.dec
39
40 [LibraryClasses]
41 BaseMemoryLib
42 DebugLib
43 BaseLib
44 PciCf8Lib
45 SerialPortLib
46 FspSwitchStackLib
47 FspCommonLib
48 FspSecPlatformLib
49
50 [Ppis]
51 gEfiTemporaryRamSupportPpiGuid ## PRODUCES
52