]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFsp2Pkg/FspSecCore/FspSecCoreS.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / IntelFsp2Pkg / FspSecCore / FspSecCoreS.inf
1 ## @file
2 # Sec Core for FSP
3 #
4 # Copyright (c) 2016 - 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 = FspSecCoreS
13 FILE_GUID = 53AB1ACD-EDB1-4E3A-A2C7-978D721D179D
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 X64
21 #
22
23 [Sources]
24 SecFspApiChk.c
25 SecFsp.h
26
27 [Sources.IA32]
28 Ia32/Stack.nasm
29 Ia32/FspApiEntryS.nasm
30 Ia32/FspApiEntryCommon.nasm
31 Ia32/FspHelper.nasm
32
33 [Sources.X64]
34 X64/Stack.nasm
35 X64/FspApiEntryS.nasm
36 X64/FspApiEntryCommon.nasm
37 X64/FspHelper.nasm
38
39 [Binaries.Ia32]
40 RAW|Vtf0/Bin/ResetVec.ia32.raw |GCC
41
42 [Packages]
43 MdePkg/MdePkg.dec
44 IntelFsp2Pkg/IntelFsp2Pkg.dec
45
46 [LibraryClasses]
47 BaseMemoryLib
48 DebugLib
49 BaseLib
50 PciCf8Lib
51 SerialPortLib
52 FspSwitchStackLib
53 FspCommonLib
54 FspSecPlatformLib
55
56 [Ppis]
57 gEfiTemporaryRamSupportPpiGuid ## PRODUCES
58