]> git.proxmox.com Git - mirror_edk2.git/blame - UefiCpuPkg/SecCore/SecCore.inf
UefiCpuPkg: Removing ipf which is no longer supported from edk2.
[mirror_edk2.git] / UefiCpuPkg / SecCore / SecCore.inf
CommitLineData
1921695e
MK
1## @file\r
2# SecCore module that implements the SEC phase.\r
3#\r
4# This is the first module taking control of the platform upon power-on/reset.\r
5# It implements the first phase of the security phase. The entry point function is\r
6# _ModuleEntryPoint in PlatformSecLib. The entry point function will switch to\r
7# protected mode, setup flat memory model, enable temporary memory and\r
8# call into SecStartup().\r
9#\r
f6b0258d 10# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
1921695e
MK
11# This program and the accompanying materials\r
12# are licensed and made available under the terms and conditions of the BSD License\r
13# which accompanies this distribution. The full text of the license may be found at\r
14# http://opensource.org/licenses/bsd-license.php\r
15#\r
16# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
17# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
18#\r
19##\r
20\r
21[Defines]\r
22 INF_VERSION = 0x00010005\r
23 BASE_NAME = SecCore\r
24 MODULE_UNI_FILE = SecCore.uni\r
25 FILE_GUID = 1BA0062E-C779-4582-8566-336AE8F78F09\r
26 MODULE_TYPE = SEC\r
27 VERSION_STRING = 1.0\r
28\r
29\r
30#\r
31# The following information is for reference only and not required by the build tools.\r
32#\r
f6b0258d 33# VALID_ARCHITECTURES = IA32 X64 EBC\r
1921695e
MK
34#\r
35\r
36[Sources]\r
37 SecMain.c\r
38 SecMain.h\r
39 FindPeiCore.c\r
863c738c 40 SecBist.c\r
1921695e
MK
41\r
42[Sources.IA32]\r
9caff8d9 43 Ia32/ResetVec.nasmb\r
1921695e
MK
44\r
45[Packages]\r
46 MdePkg/MdePkg.dec\r
47 MdeModulePkg/MdeModulePkg.dec\r
48 UefiCpuPkg/UefiCpuPkg.dec\r
49\r
50[LibraryClasses]\r
51 BaseMemoryLib\r
52 DebugLib\r
53 BaseLib\r
54 PlatformSecLib\r
55 PcdLib\r
56 DebugAgentLib\r
57 UefiCpuLib\r
58 PeCoffGetEntryPointLib\r
59 PeCoffExtraActionLib\r
60 CpuExceptionHandlerLib\r
61 ReportStatusCodeLib\r
863c738c
JF
62 PeiServicesLib\r
63 PeiServicesTablePointerLib\r
64 HobLib\r
1921695e
MK
65\r
66[Ppis]\r
8a5b8cef
JF
67 ## SOMETIMES_CONSUMES\r
68 ## PRODUCES\r
69 gEfiSecPlatformInformationPpiGuid\r
70 ## SOMETIMES_CONSUMES\r
71 ## SOMETIMES_PRODUCES\r
72 gEfiSecPlatformInformation2PpiGuid\r
1921695e 73 gEfiTemporaryRamDonePpiGuid ## PRODUCES\r
f2e70629
SZ
74 ## NOTIFY\r
75 ## SOMETIMES_CONSUMES\r
76 gPeiSecPerformancePpiGuid\r
77\r
78[Guids]\r
79 ## SOMETIMES_PRODUCES ## HOB\r
80 gEfiFirmwarePerformanceGuid\r
1921695e
MK
81\r
82[Pcd]\r
83 gUefiCpuPkgTokenSpaceGuid.PcdPeiTemporaryRamStackSize ## CONSUMES\r
84\r
85[UserExtensions.TianoCore."ExtraFiles"]\r
86 SecCoreExtra.uni\r