]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFsp2Pkg/FspSecCore/FspSecCoreT.inf
IntelFsp2Pkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / IntelFsp2Pkg / FspSecCore / FspSecCoreT.inf
CommitLineData
cf1d4549
JY
1## @file\r
2# Sec Core for FSP\r
3#\r
4# Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>\r
5#\r
9672cd30 6# SPDX-License-Identifier: BSD-2-Clause-Patent\r
cf1d4549
JY
7#\r
8##\r
9\r
10[Defines]\r
11 INF_VERSION = 0x00010005\r
12 BASE_NAME = FspSecCoreT\r
13 FILE_GUID = 5B94E419-C795-414D-A0D4-B80A877BE5FE\r
14 MODULE_TYPE = SEC\r
15 VERSION_STRING = 1.0\r
16\r
17#\r
18# The following information is for reference only and not required by the build tools.\r
19#\r
20# VALID_ARCHITECTURES = IA32\r
21#\r
22\r
23[Sources]\r
24\r
25\r
26[Sources.IA32]\r
27 Ia32/Stack.nasm\r
28 Ia32/InitializeFpu.nasm\r
29 Ia32/FspApiEntryT.nasm\r
30 Ia32/FspHelper.nasm\r
31\r
32[Binaries.Ia32]\r
33 RAW|Vtf0/Bin/ResetVec.ia32.raw |GCC\r
34\r
35[Packages]\r
36 MdePkg/MdePkg.dec\r
37 MdeModulePkg/MdeModulePkg.dec\r
38 IntelFsp2Pkg/IntelFsp2Pkg.dec\r
39\r
40[LibraryClasses]\r
41 BaseMemoryLib\r
42 DebugLib\r
43 BaseLib\r
44 PciCf8Lib\r
45 SerialPortLib\r
46 FspSwitchStackLib\r
47 FspCommonLib\r
48 FspSecPlatformLib\r
49\r
50[Pcd]\r
cf1d4549
JY
51 gIntelFsp2PkgTokenSpaceGuid.PcdTemporaryRamBase ## CONSUMES\r
52 gIntelFsp2PkgTokenSpaceGuid.PcdTemporaryRamSize ## CONSUMES\r
53 gIntelFsp2PkgTokenSpaceGuid.PcdFspReservedBufferSize ## CONSUMES\r
54\r
cf1d4549
JY
55[Ppis]\r
56 gEfiTemporaryRamSupportPpiGuid ## PRODUCES\r