]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFsp2Pkg/FspSecCore/FspSecCoreM.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / IntelFsp2Pkg / FspSecCore / FspSecCoreM.inf
1 ## @file
2 # Sec Core for FSP
3 #
4 # Copyright (c) 2016 - 2019, 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 = FspSecCoreM
13 FILE_GUID = C2F9AE46-3437-4FEF-9CB1-9A568B282FEE
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 SecMain.c
25 SecMain.h
26 SecFsp.c
27 SecFsp.h
28 SecFspApiChk.c
29
30 [Sources.IA32]
31 Ia32/Stack.nasm
32 Ia32/InitializeFpu.nasm
33 Ia32/FspApiEntryM.nasm
34 Ia32/FspApiEntryCommon.nasm
35 Ia32/FspHelper.nasm
36 Ia32/ReadEsp.nasm
37
38 [Binaries.Ia32]
39 RAW|Vtf0/Bin/ResetVec.ia32.raw |GCC
40
41 [Packages]
42 MdePkg/MdePkg.dec
43 IntelFsp2Pkg/IntelFsp2Pkg.dec
44
45 [LibraryClasses]
46 BaseMemoryLib
47 DebugLib
48 BaseLib
49 PciCf8Lib
50 SerialPortLib
51 FspSwitchStackLib
52 FspCommonLib
53 FspSecPlatformLib
54
55 [Pcd]
56 gIntelFsp2PkgTokenSpaceGuid.PcdTemporaryRamBase ## CONSUMES
57 gIntelFsp2PkgTokenSpaceGuid.PcdTemporaryRamSize ## CONSUMES
58 gIntelFsp2PkgTokenSpaceGuid.PcdFspTemporaryRamSize ## CONSUMES
59 gIntelFsp2PkgTokenSpaceGuid.PcdFspHeapSizePercentage ## CONSUMES
60 gIntelFsp2PkgTokenSpaceGuid.PcdFspMaxInterruptSupported ## CONSUMES
61
62 [Ppis]
63 gEfiTemporaryRamSupportPpiGuid ## PRODUCES
64 gFspInApiModePpiGuid ## PRODUCES