]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Core/PiSmmCore/PiSmmIpl.inf
Add PI SMM IPL and PI SMM Core
[mirror_edk2.git] / MdeModulePkg / Core / PiSmmCore / PiSmmIpl.inf
diff --git a/MdeModulePkg/Core/PiSmmCore/PiSmmIpl.inf b/MdeModulePkg/Core/PiSmmCore/PiSmmIpl.inf
new file mode 100644 (file)
index 0000000..d724c49
--- /dev/null
@@ -0,0 +1,66 @@
+## @file\r
+#   This module provide an SMM CIS compliant implementation of SMM IPL.\r
+#\r
+# Copyright (c) 2009 - 2010, Intel Corporation\r
+#\r
+#  All rights reserved. This program and the accompanying materials\r
+#  are licensed and made available under the terms and conditions of the BSD License\r
+#  which accompanies this distribution. The full text of the license may be found at\r
+#  http://opensource.org/licenses/bsd-license.php\r
+#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+#\r
+##\r
+\r
+[Defines]\r
+  INF_VERSION                    = 0x00010005\r
+  BASE_NAME                      = PiSmmIpl\r
+  FILE_GUID                      = 2FA2A6DA-11D5-4dc3-999A-749648B03C56\r
+  MODULE_TYPE                    = DXE_RUNTIME_DRIVER\r
+  VERSION_STRING                 = 1.0\r
+  PI_SPECIFICATION_VERSION       = 0x0001000A\r
+  ENTRY_POINT                    = SmmIplEntry\r
+\r
+#\r
+# The following information is for reference only and not required by the build tools.\r
+#\r
+#  VALID_ARCHITECTURES           = IA32 X64\r
+#\r
+\r
+[Sources]\r
+  PiSmmIpl.c\r
+  PiSmmCorePrivateData.h\r
+\r
+[Packages]\r
+  MdePkg/MdePkg.dec\r
+  \r
+[LibraryClasses]\r
+  UefiDriverEntryPoint\r
+  BaseLib\r
+  BaseMemoryLib\r
+  PeCoffLib\r
+  CacheMaintenanceLib  \r
+  MemoryAllocationLib\r
+  DebugLib\r
+  UefiBootServicesTableLib\r
+  DxeServicesTableLib\r
+  UefiLib\r
+  UefiRuntimeLib\r
+  \r
+[Protocols]\r
+  gEfiSmmBase2ProtocolGuid                      # PROTOCOL ALWAYS_PRODUCED\r
+  gEfiSmmCommunicationProtocolGuid              # PROTOCOL ALWAYS_PRODUCED\r
+  gEfiSmmAccess2ProtocolGuid                    # PROTOCOL ALWAYS_CONSUMED\r
+  gEfiSmmConfigurationProtocolGuid              # PROTOCOL ALWAYS_CONSUMED\r
+  gEfiSmmControl2ProtocolGuid                   # PROTOCOL ALWAYS_CONSUMED\r
+  gEfiDxeSmmReadyToLockProtocolGuid             # PROTOCOL ALWAYS_CONSUMED\r
+  gEfiFirmwareVolume2ProtocolGuid               # PROTOCOL ALWAYS_CONSUMED\r
+\r
+[Guids]\r
+  gEfiEventDxeDispatchGuid                      # ALWAYS_CONSUMED\r
+  gEfiEventReadyToBootGuid                      # ALWAYS_CONSUMED\r
+  gEfiEventLegacyBootGuid                       # ALWAYS_CONSUMED\r
+  gEfiEventVirtualAddressChangeGuid             # ALWAYS_CONSUMED\r
+  \r
+[Depex]\r
+  gEfiSmmAccess2ProtocolGuid AND gEfiSmmControl2ProtocolGuid\r