]> git.proxmox.com Git - mirror_edk2.git/blob - UefiCpuPkg/SecCore/SecCoreNative.inf
b528c5987947b0eff96f2205be1ec7ac7f9da019
[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 UefiCpuLib
48 PeCoffGetEntryPointLib
49 PeCoffExtraActionLib
50 CpuExceptionHandlerLib
51 ReportStatusCodeLib
52 PeiServicesLib
53 PeiServicesTablePointerLib
54 HobLib
55
56 [Ppis]
57 ## SOMETIMES_CONSUMES
58 ## PRODUCES
59 gEfiSecPlatformInformationPpiGuid
60 ## SOMETIMES_CONSUMES
61 ## SOMETIMES_PRODUCES
62 gEfiSecPlatformInformation2PpiGuid
63 gEfiTemporaryRamDonePpiGuid ## PRODUCES
64 ## NOTIFY
65 ## SOMETIMES_CONSUMES
66 gPeiSecPerformancePpiGuid
67 gEfiPeiCoreFvLocationPpiGuid
68 ## CONSUMES
69 gRepublishSecPpiPpiGuid
70
71 [Guids]
72 ## SOMETIMES_PRODUCES ## HOB
73 gEfiFirmwarePerformanceGuid
74
75 [Pcd]
76 gUefiCpuPkgTokenSpaceGuid.PcdPeiTemporaryRamStackSize ## CONSUMES
77 gEfiMdeModulePkgTokenSpaceGuid.PcdMigrateTemporaryRamFirmwareVolumes ## CONSUMES
78
79 [UserExtensions.TianoCore."ExtraFiles"]
80 SecCoreExtra.uni