]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFsp2Pkg/FspSecCore/FspSecCoreT.inf
IntelFsp2Pkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / IntelFsp2Pkg / FspSecCore / FspSecCoreT.inf
1 ## @file
2 # Sec Core for FSP
3 #
4 # Copyright (c) 2016, 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 = FspSecCoreT
13 FILE_GUID = 5B94E419-C795-414D-A0D4-B80A877BE5FE
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
25
26 [Sources.IA32]
27 Ia32/Stack.nasm
28 Ia32/InitializeFpu.nasm
29 Ia32/FspApiEntryT.nasm
30 Ia32/FspHelper.nasm
31
32 [Binaries.Ia32]
33 RAW|Vtf0/Bin/ResetVec.ia32.raw |GCC
34
35 [Packages]
36 MdePkg/MdePkg.dec
37 MdeModulePkg/MdeModulePkg.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 [Pcd]
51 gIntelFsp2PkgTokenSpaceGuid.PcdTemporaryRamBase ## CONSUMES
52 gIntelFsp2PkgTokenSpaceGuid.PcdTemporaryRamSize ## CONSUMES
53 gIntelFsp2PkgTokenSpaceGuid.PcdFspReservedBufferSize ## CONSUMES
54
55 [Ppis]
56 gEfiTemporaryRamSupportPpiGuid ## PRODUCES