]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFsp2Pkg/FspSecCore/FspSecCoreM.inf
IntelFsp2Pkg: Add missing OEM status code defines.
[mirror_edk2.git] / IntelFsp2Pkg / FspSecCore / FspSecCoreM.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
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
41\r
42[Binaries.Ia32]\r
43 RAW|Vtf0/Bin/ResetVec.ia32.raw |GCC\r
44\r
45[Packages]\r
46 MdePkg/MdePkg.dec\r
47 MdeModulePkg/MdeModulePkg.dec \r
48 IntelFsp2Pkg/IntelFsp2Pkg.dec\r
49\r
50[LibraryClasses]\r
51 BaseMemoryLib\r
52 DebugLib\r
53 BaseLib\r
54 PciCf8Lib\r
55 SerialPortLib\r
56 FspSwitchStackLib\r
57 FspCommonLib\r
58 FspSecPlatformLib\r
59\r
60[Pcd]\r
61 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress ## UNDEFINED\r
62 gIntelFsp2PkgTokenSpaceGuid.PcdGlobalDataPointerAddress ## CONSUMES\r
63 gIntelFsp2PkgTokenSpaceGuid.PcdTemporaryRamBase ## CONSUMES\r
64 gIntelFsp2PkgTokenSpaceGuid.PcdTemporaryRamSize ## CONSUMES\r
65 gIntelFsp2PkgTokenSpaceGuid.PcdFspTemporaryRamSize ## CONSUMES\r
66 gIntelFsp2PkgTokenSpaceGuid.PcdFspHeapSizePercentage ## CONSUMES\r
67\r
68[FixedPcd]\r
69 gIntelFsp2PkgTokenSpaceGuid.PcdFspMaxPatchEntry ## CONSUMES\r
70 gIntelFsp2PkgTokenSpaceGuid.PcdFspMaxPerfEntry ## CONSUMES\r
71\r
72[Ppis]\r
73 gEfiTemporaryRamSupportPpiGuid ## PRODUCES\r
74\r