]> git.proxmox.com Git - mirror_edk2.git/blob - UefiCpuPkg/SecCore/SecCoreNative.inf
e0a1b44a7e23721c7bd5993fa7013ab7f64da10b
[mirror_edk2.git] / UefiCpuPkg / SecCore / SecCoreNative.inf
1 ## @file
2 # SecCoreNative module that implements the SEC phase.
3 #
4 # This is the first module taking control after the reset vector.
5 # The entry point function is _ModuleEntryPoint in PlatformSecLib.
6 # The entry point function starts in 32bit protected mode or 64bit
7 # mode depending on how resetvector is implemented, enables
8 # temporary memory and calls into SecStartup().
9 #
10 # Copyright (c) 2021, Intel Corporation. All rights reserved.<BR>
11 # SPDX-License-Identifier: BSD-2-Clause-Patent
12 #
13 ##
14
15 [Defines]
16 INF_VERSION = 0x00010005
17 BASE_NAME = SecCoreNative
18 MODULE_UNI_FILE = SecCore.uni
19 FILE_GUID = 43CA74CA-7D29-49A0-B3B9-20F84015B27D
20 MODULE_TYPE = SEC
21 VERSION_STRING = 1.0
22
23
24 #
25 # The following information is for reference only and not required by the build tools.
26 #
27 # VALID_ARCHITECTURES = IA32 X64 EBC
28 #
29
30 [Sources]
31 SecMain.c
32 SecMain.h
33 FindPeiCore.c
34 SecBist.c
35
36 [Packages]
37 MdePkg/MdePkg.dec
38 MdeModulePkg/MdeModulePkg.dec
39 UefiCpuPkg/UefiCpuPkg.dec
40
41 [LibraryClasses]
42 BaseMemoryLib
43 DebugLib
44 PlatformSecLib
45 PcdLib
46 DebugAgentLib
47 CpuLib
48 UefiCpuLib
49 PeCoffGetEntryPointLib
50 PeCoffExtraActionLib
51 CpuExceptionHandlerLib
52 ReportStatusCodeLib
53 PeiServicesLib
54 PeiServicesTablePointerLib
55 HobLib
56
57 [Ppis]
58 ## SOMETIMES_CONSUMES
59 ## PRODUCES
60 gEfiSecPlatformInformationPpiGuid
61 ## SOMETIMES_CONSUMES
62 ## SOMETIMES_PRODUCES
63 gEfiSecPlatformInformation2PpiGuid
64 gEfiTemporaryRamDonePpiGuid ## PRODUCES
65 ## NOTIFY
66 ## SOMETIMES_CONSUMES
67 gPeiSecPerformancePpiGuid
68 gEfiPeiCoreFvLocationPpiGuid
69 ## CONSUMES
70 gRepublishSecPpiPpiGuid
71
72 [Guids]
73 ## SOMETIMES_PRODUCES ## HOB
74 gEfiFirmwarePerformanceGuid
75
76 [Pcd]
77 gUefiCpuPkgTokenSpaceGuid.PcdPeiTemporaryRamStackSize ## CONSUMES
78 gEfiMdeModulePkgTokenSpaceGuid.PcdMigrateTemporaryRamFirmwareVolumes ## CONSUMES
79
80 [UserExtensions.TianoCore."ExtraFiles"]
81 SecCoreExtra.uni