]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFsp2Pkg/FspSecCore/FspSecCoreS.inf
IntelFsp2Pkg: Clean up source files
[mirror_edk2.git] / IntelFsp2Pkg / FspSecCore / FspSecCoreS.inf
CommitLineData
cf1d4549
JY
1## @file\r
2# Sec Core for FSP\r
3#\r
e37bb20c 4# Copyright (c) 2016 - 2018, Intel Corporation. All rights reserved.<BR>\r
cf1d4549
JY
5#\r
6# This program and the accompanying materials\r
7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php.\r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12#\r
13##\r
14\r
15[Defines]\r
16 INF_VERSION = 0x00010005\r
17 BASE_NAME = FspSecCoreS\r
18 FILE_GUID = 53AB1ACD-EDB1-4E3A-A2C7-978D721D179D\r
19 MODULE_TYPE = SEC\r
20 VERSION_STRING = 1.0\r
21\r
22#\r
23# The following information is for reference only and not required by the build tools.\r
24#\r
25# VALID_ARCHITECTURES = IA32\r
26#\r
27\r
28[Sources]\r
29 SecFspApiChk.c\r
30\r
31[Sources.IA32]\r
32 Ia32/Stack.nasm\r
33 Ia32/FspApiEntryS.nasm\r
34 Ia32/FspApiEntryCommon.nasm\r
35 Ia32/FspHelper.nasm\r
36\r
37[Binaries.Ia32]\r
38 RAW|Vtf0/Bin/ResetVec.ia32.raw |GCC\r
39\r
40[Packages]\r
41 MdePkg/MdePkg.dec\r
e37bb20c 42 MdeModulePkg/MdeModulePkg.dec\r
cf1d4549
JY
43 IntelFsp2Pkg/IntelFsp2Pkg.dec\r
44\r
45[LibraryClasses]\r
46 BaseMemoryLib\r
47 DebugLib\r
48 BaseLib\r
49 PciCf8Lib\r
50 SerialPortLib\r
51 FspSwitchStackLib\r
52 FspCommonLib\r
53 FspSecPlatformLib\r
54\r
55[Pcd]\r
56 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress ## UNDEFINED\r
57 gIntelFsp2PkgTokenSpaceGuid.PcdGlobalDataPointerAddress ## CONSUMES\r
58 gIntelFsp2PkgTokenSpaceGuid.PcdTemporaryRamBase ## CONSUMES\r
59 gIntelFsp2PkgTokenSpaceGuid.PcdTemporaryRamSize ## CONSUMES\r
60 gIntelFsp2PkgTokenSpaceGuid.PcdFspTemporaryRamSize ## CONSUMES\r
61\r
62[FixedPcd]\r
63 gIntelFsp2PkgTokenSpaceGuid.PcdFspMaxPatchEntry ## CONSUMES\r
64 gIntelFsp2PkgTokenSpaceGuid.PcdFspMaxPerfEntry ## CONSUMES\r
65\r
66[Ppis]\r
67 gEfiTemporaryRamSupportPpiGuid ## PRODUCES\r
68\r