]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Core/PiSmmCore/PiSmmIpl.inf
MdeModulePkg/PiSmmIpl: Check order of EndOfDxe and DxeSmmReadyToLock
[mirror_edk2.git] / MdeModulePkg / Core / PiSmmCore / PiSmmIpl.inf
CommitLineData
e42e9404 1## @file\r
6036e94d 2# This module provide an SMM CIS compliant implementation of SMM IPL.\r
e42e9404 3#\r
265fff39 4# Copyright (c) 2009 - 2016, Intel Corporation. All rights reserved.<BR>\r
e42e9404 5#\r
cd5ebaa0 6# This program and the accompanying materials\r
e42e9404 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 = PiSmmIpl\r
6036e94d 18 MODULE_UNI_FILE = PiSmmIpl.uni\r
e42e9404 19 FILE_GUID = 2FA2A6DA-11D5-4dc3-999A-749648B03C56\r
20 MODULE_TYPE = DXE_RUNTIME_DRIVER\r
21 VERSION_STRING = 1.0\r
22 PI_SPECIFICATION_VERSION = 0x0001000A\r
23 ENTRY_POINT = SmmIplEntry\r
24\r
25#\r
26# The following information is for reference only and not required by the build tools.\r
27#\r
28# VALID_ARCHITECTURES = IA32 X64\r
29#\r
30\r
31[Sources]\r
32 PiSmmIpl.c\r
33 PiSmmCorePrivateData.h\r
34\r
35[Packages]\r
36 MdePkg/MdePkg.dec\r
3c447c27 37 MdeModulePkg/MdeModulePkg.dec\r
e42e9404 38 \r
39[LibraryClasses]\r
40 UefiDriverEntryPoint\r
41 BaseLib\r
42 BaseMemoryLib\r
43 PeCoffLib\r
44 CacheMaintenanceLib \r
45 MemoryAllocationLib\r
46 DebugLib\r
47 UefiBootServicesTableLib\r
48 DxeServicesTableLib\r
49 UefiLib\r
50 UefiRuntimeLib\r
d7aaf1dc 51 DxeServicesLib\r
a326830d 52 PcdLib\r
265fff39 53 ReportStatusCodeLib\r
e42e9404 54 \r
55[Protocols]\r
6036e94d
SZ
56 gEfiSmmBase2ProtocolGuid ## PRODUCES\r
57 gEfiSmmCommunicationProtocolGuid ## PRODUCES\r
58 gEfiSmmAccess2ProtocolGuid ## CONSUMES\r
59 ## NOTIFY\r
60 ## CONSUMES\r
61 gEfiSmmConfigurationProtocolGuid\r
62 gEfiSmmControl2ProtocolGuid ## CONSUMES\r
63 ## NOTIFY\r
64 ## SOMETIMES_CONSUMES\r
65 ## UNDEFINED # Used to do smm communcation\r
66 gEfiDxeSmmReadyToLockProtocolGuid\r
67 gEfiCpuArchProtocolGuid ## SOMETIMES_CONSUMES\r
e42e9404 68\r
69[Guids]\r
6036e94d
SZ
70 ## CONSUMES ## Event\r
71 ## PRODUCES ## UNDEFINED # Used to do smm communcation\r
72 gEfiEventDxeDispatchGuid\r
73 gEfiEventReadyToBootGuid ## CONSUMES ## Event\r
74 ## SOMETIMES_CONSUMES ## Event\r
75 ## SOMETIMES_PRODUCES ## UNDEFINED # Used to do smm communcation\r
76 gEfiEventLegacyBootGuid\r
53ec4d7f
SZ
77 ## SOMETIMES_CONSUMES ## Event\r
78 ## SOMETIMES_PRODUCES ## UNDEFINED # Used to do smm communcation\r
79 gEfiEventExitBootServicesGuid\r
80 ## SOMETIMES_CONSUMES ## Event\r
81 ## SOMETIMES_PRODUCES ## UNDEFINED # Used to do smm communcation\r
82 gEfiEventReadyToBootGuid\r
6036e94d
SZ
83 gEfiEventVirtualAddressChangeGuid ## CONSUMES ## Event\r
84 gEfiEndOfDxeEventGroupGuid ## CONSUMES ## Event\r
85 gLoadFixedAddressConfigurationTableGuid ## SOMETIMES_CONSUMES ## SystemTable\r
3c447c27 86\r
87[Pcd]\r
6036e94d
SZ
88 gEfiMdeModulePkgTokenSpaceGuid.PcdLoadFixAddressSmmCodePageNumber ## SOMETIMES_CONSUMES\r
89 gEfiMdeModulePkgTokenSpaceGuid.PcdLoadModuleAtFixAddressEnable ## CONSUMES\r
3c447c27 90\r
e42e9404 91[Depex]\r
07d9dc83 92 gEfiSmmAccess2ProtocolGuid AND gEfiSmmControl2ProtocolGuid\r
6036e94d
SZ
93\r
94[UserExtensions.TianoCore."ExtraFiles"]\r
95 PiSmmIplExtra.uni\r