]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFsp2Pkg/FspSecCore/FspSecCoreM.inf
IntelFsp2Pkg: Replace BSD License with BSD+Patent License
[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 MdeModulePkg/MdeModulePkg.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 [Pcd]
57 gIntelFsp2PkgTokenSpaceGuid.PcdTemporaryRamBase ## CONSUMES
58 gIntelFsp2PkgTokenSpaceGuid.PcdTemporaryRamSize ## CONSUMES
59 gIntelFsp2PkgTokenSpaceGuid.PcdFspTemporaryRamSize ## CONSUMES
60 gIntelFsp2PkgTokenSpaceGuid.PcdFspHeapSizePercentage ## CONSUMES
61 gIntelFsp2PkgTokenSpaceGuid.PcdFspMaxInterruptSupported ## CONSUMES
62
63 [Ppis]
64 gEfiTemporaryRamSupportPpiGuid ## PRODUCES
65 gFspInApiModePpiGuid ## PRODUCES