]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFsp2Pkg/FspSecCore/FspSecCoreM.inf
IntelFsp2Pkg: FSP can utilize bootloader stack
[mirror_edk2.git] / IntelFsp2Pkg / FspSecCore / FspSecCoreM.inf
CommitLineData
cf1d4549
JY
1## @file\r
2# Sec Core for FSP\r
3#\r
12a0a80b 4# Copyright (c) 2016 - 2019, 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 = FspSecCoreM\r
18 FILE_GUID = C2F9AE46-3437-4FEF-9CB1-9A568B282FEE\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 SecMain.c\r
30 SecMain.h\r
31 SecFsp.c\r
32 SecFsp.h\r
33 SecFspApiChk.c\r
34\r
35[Sources.IA32]\r
36 Ia32/Stack.nasm\r
37 Ia32/InitializeFpu.nasm\r
38 Ia32/FspApiEntryM.nasm\r
39 Ia32/FspApiEntryCommon.nasm\r
40 Ia32/FspHelper.nasm\r
12a0a80b 41 Ia32/ReadEsp.nasm\r
cf1d4549
JY
42\r
43[Binaries.Ia32]\r
44 RAW|Vtf0/Bin/ResetVec.ia32.raw |GCC\r
45\r
46[Packages]\r
47 MdePkg/MdePkg.dec\r
e37bb20c 48 MdeModulePkg/MdeModulePkg.dec\r
cf1d4549
JY
49 IntelFsp2Pkg/IntelFsp2Pkg.dec\r
50\r
51[LibraryClasses]\r
52 BaseMemoryLib\r
53 DebugLib\r
54 BaseLib\r
55 PciCf8Lib\r
56 SerialPortLib\r
57 FspSwitchStackLib\r
58 FspCommonLib\r
59 FspSecPlatformLib\r
60\r
61[Pcd]\r
cf1d4549
JY
62 gIntelFsp2PkgTokenSpaceGuid.PcdTemporaryRamBase ## CONSUMES\r
63 gIntelFsp2PkgTokenSpaceGuid.PcdTemporaryRamSize ## CONSUMES\r
64 gIntelFsp2PkgTokenSpaceGuid.PcdFspTemporaryRamSize ## CONSUMES\r
65 gIntelFsp2PkgTokenSpaceGuid.PcdFspHeapSizePercentage ## CONSUMES\r
b1cc6f67 66 gIntelFsp2PkgTokenSpaceGuid.PcdFspMaxInterruptSupported ## CONSUMES\r
cf1d4549 67\r
cf1d4549
JY
68[Ppis]\r
69 gEfiTemporaryRamSupportPpiGuid ## PRODUCES\r
a2e61f34 70 gFspInApiModePpiGuid ## PRODUCES\r