]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Core/PiSmmCore/PiSmmIpl.inf
Update PI SMM Core to ignore memory ranges from SMRAM Descriptors that are already...
[mirror_edk2.git] / MdeModulePkg / Core / PiSmmCore / PiSmmIpl.inf
CommitLineData
e42e9404 1## @file\r
2# This module provide an SMM CIS compliant implementation of SMM IPL.\r
3#\r
4# Copyright (c) 2009 - 2010, Intel Corporation\r
5#\r
6# All rights reserved. This program and the accompanying materials\r
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
18 FILE_GUID = 2FA2A6DA-11D5-4dc3-999A-749648B03C56\r
19 MODULE_TYPE = DXE_RUNTIME_DRIVER\r
20 VERSION_STRING = 1.0\r
21 PI_SPECIFICATION_VERSION = 0x0001000A\r
22 ENTRY_POINT = SmmIplEntry\r
23\r
24#\r
25# The following information is for reference only and not required by the build tools.\r
26#\r
27# VALID_ARCHITECTURES = IA32 X64\r
28#\r
29\r
30[Sources]\r
31 PiSmmIpl.c\r
32 PiSmmCorePrivateData.h\r
33\r
34[Packages]\r
35 MdePkg/MdePkg.dec\r
36 \r
37[LibraryClasses]\r
38 UefiDriverEntryPoint\r
39 BaseLib\r
40 BaseMemoryLib\r
41 PeCoffLib\r
42 CacheMaintenanceLib \r
43 MemoryAllocationLib\r
44 DebugLib\r
45 UefiBootServicesTableLib\r
46 DxeServicesTableLib\r
47 UefiLib\r
48 UefiRuntimeLib\r
49 \r
50[Protocols]\r
51 gEfiSmmBase2ProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
52 gEfiSmmCommunicationProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
53 gEfiSmmAccess2ProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
54 gEfiSmmConfigurationProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
55 gEfiSmmControl2ProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
56 gEfiDxeSmmReadyToLockProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
57 gEfiFirmwareVolume2ProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
34f60e4d 58 gEfiCpuArchProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
e42e9404 59\r
60[Guids]\r
61 gEfiEventDxeDispatchGuid # ALWAYS_CONSUMED\r
62 gEfiEventReadyToBootGuid # ALWAYS_CONSUMED\r
63 gEfiEventLegacyBootGuid # ALWAYS_CONSUMED\r
64 gEfiEventVirtualAddressChangeGuid # ALWAYS_CONSUMED\r
65 \r
66[Depex]\r
34f60e4d 67 gEfiSmmAccess2ProtocolGuid AND gEfiSmmControl2ProtocolGuid AND gEfiCpuArchProtocolGuid\r