]> git.proxmox.com Git - mirror_edk2.git/blob - 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
1 ## @file
2 # This module provide an SMM CIS compliant implementation of SMM IPL.
3 #
4 # Copyright (c) 2009 - 2010, Intel Corporation
5 #
6 # All rights reserved. This program and the accompanying materials
7 # are licensed and made available under the terms and conditions of the BSD License
8 # which accompanies this distribution. The full text of the license may be found at
9 # http://opensource.org/licenses/bsd-license.php
10 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
12 #
13 ##
14
15 [Defines]
16 INF_VERSION = 0x00010005
17 BASE_NAME = PiSmmIpl
18 FILE_GUID = 2FA2A6DA-11D5-4dc3-999A-749648B03C56
19 MODULE_TYPE = DXE_RUNTIME_DRIVER
20 VERSION_STRING = 1.0
21 PI_SPECIFICATION_VERSION = 0x0001000A
22 ENTRY_POINT = SmmIplEntry
23
24 #
25 # The following information is for reference only and not required by the build tools.
26 #
27 # VALID_ARCHITECTURES = IA32 X64
28 #
29
30 [Sources]
31 PiSmmIpl.c
32 PiSmmCorePrivateData.h
33
34 [Packages]
35 MdePkg/MdePkg.dec
36
37 [LibraryClasses]
38 UefiDriverEntryPoint
39 BaseLib
40 BaseMemoryLib
41 PeCoffLib
42 CacheMaintenanceLib
43 MemoryAllocationLib
44 DebugLib
45 UefiBootServicesTableLib
46 DxeServicesTableLib
47 UefiLib
48 UefiRuntimeLib
49
50 [Protocols]
51 gEfiSmmBase2ProtocolGuid # PROTOCOL ALWAYS_PRODUCED
52 gEfiSmmCommunicationProtocolGuid # PROTOCOL ALWAYS_PRODUCED
53 gEfiSmmAccess2ProtocolGuid # PROTOCOL ALWAYS_CONSUMED
54 gEfiSmmConfigurationProtocolGuid # PROTOCOL ALWAYS_CONSUMED
55 gEfiSmmControl2ProtocolGuid # PROTOCOL ALWAYS_CONSUMED
56 gEfiDxeSmmReadyToLockProtocolGuid # PROTOCOL ALWAYS_CONSUMED
57 gEfiFirmwareVolume2ProtocolGuid # PROTOCOL ALWAYS_CONSUMED
58 gEfiCpuArchProtocolGuid # PROTOCOL ALWAYS_CONSUMED
59
60 [Guids]
61 gEfiEventDxeDispatchGuid # ALWAYS_CONSUMED
62 gEfiEventReadyToBootGuid # ALWAYS_CONSUMED
63 gEfiEventLegacyBootGuid # ALWAYS_CONSUMED
64 gEfiEventVirtualAddressChangeGuid # ALWAYS_CONSUMED
65
66 [Depex]
67 gEfiSmmAccess2ProtocolGuid AND gEfiSmmControl2ProtocolGuid AND gEfiCpuArchProtocolGuid