summaryrefslogtreecommitdiff
path: root/ChvRefCodePkg/CherryViewSoc/SouthCluster/SmmControl/RuntimeDxe/SmmControl.inf
diff options
context:
space:
mode:
Diffstat (limited to 'ChvRefCodePkg/CherryViewSoc/SouthCluster/SmmControl/RuntimeDxe/SmmControl.inf')
-rw-r--r--ChvRefCodePkg/CherryViewSoc/SouthCluster/SmmControl/RuntimeDxe/SmmControl.inf58
1 files changed, 58 insertions, 0 deletions
diff --git a/ChvRefCodePkg/CherryViewSoc/SouthCluster/SmmControl/RuntimeDxe/SmmControl.inf b/ChvRefCodePkg/CherryViewSoc/SouthCluster/SmmControl/RuntimeDxe/SmmControl.inf
new file mode 100644
index 0000000000..798c1cb841
--- /dev/null
+++ b/ChvRefCodePkg/CherryViewSoc/SouthCluster/SmmControl/RuntimeDxe/SmmControl.inf
@@ -0,0 +1,58 @@
+## @file
+# Smm Control Dxe module
+#
+# It privides SMI create, trigger and clear mechanism.
+#
+# Copyright (c) 2012 - 2015, Intel Corporation. All rights reserved.<BR>
+#
+# This program and the accompanying materials
+# are licensed and made available under the terms and conditions of the BSD License
+# which accompanies this distribution. The full text of the license may be found at
+# http://opensource.org/licenses/bsd-license.php.
+#
+# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
+# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+#
+##
+
+[Defines]
+ INF_VERSION = 0x00010005
+ BASE_NAME = SmmControl
+ FILE_GUID = CACC4D52-9412-49C7-BA3F-4DA439B3F3C4
+ MODULE_TYPE = DXE_RUNTIME_DRIVER
+ VERSION_STRING = 1.0
+ ENTRY_POINT = SmmControlDriverEntryInit
+
+[Sources]
+ SmmControlDriver.h
+ SmmControlDriver.c
+
+[Packages]
+ MdePkg/MdePkg.dec
+ ChvRefCodePkg/ChvRefCodePkg.dec
+
+
+[LibraryClasses]
+ IoLib
+ UefiDriverEntryPoint
+ DebugLib
+ UefiBootServicesTableLib
+ UefiRuntimeServicesTableLib
+ PchPlatformLib
+ PcdLib
+
+[Pcd]
+ ## CONSUMES
+ gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress
+
+[Protocols]
+ ## PRODUCES
+ gEfiSmmControl2ProtocolGuid
+
+[Guids]
+ ## CONSUMES ## Event
+ gEfiEventVirtualAddressChangeGuid
+
+[Depex]
+ TRUE
+