]> git.proxmox.com Git - mirror_edk2.git/blame - UefiCpuPkg/SecCore/SecCore.inf
ArmPkg/ArmMmuLib: use a pool allocation for the root table
[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
9caff8d9 10# Copyright (c) 2006 - 2016, 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
33# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
34#\r
35\r
36[Sources]\r
37 SecMain.c\r
38 SecMain.h\r
39 FindPeiCore.c\r
40\r
41[Sources.IA32]\r
9caff8d9 42 Ia32/ResetVec.nasmb\r
1921695e
MK
43\r
44[Packages]\r
45 MdePkg/MdePkg.dec\r
46 MdeModulePkg/MdeModulePkg.dec\r
47 UefiCpuPkg/UefiCpuPkg.dec\r
48\r
49[LibraryClasses]\r
50 BaseMemoryLib\r
51 DebugLib\r
52 BaseLib\r
53 PlatformSecLib\r
54 PcdLib\r
55 DebugAgentLib\r
56 UefiCpuLib\r
57 PeCoffGetEntryPointLib\r
58 PeCoffExtraActionLib\r
59 CpuExceptionHandlerLib\r
60 ReportStatusCodeLib\r
61\r
62[Ppis]\r
63 gEfiSecPlatformInformationPpiGuid ## PRODUCES\r
64 gEfiTemporaryRamDonePpiGuid ## PRODUCES\r
65\r
66[Pcd]\r
67 gUefiCpuPkgTokenSpaceGuid.PcdPeiTemporaryRamStackSize ## CONSUMES\r
68\r
69[UserExtensions.TianoCore."ExtraFiles"]\r
70 SecCoreExtra.uni\r