summaryrefslogtreecommitdiff
path: root/Silicon/BroxtonSoC/BroxtonSiPkg/SouthCluster/Reset/RuntimeDxe/ScReset.inf
diff options
context:
space:
mode:
authorGuo Mang <mang.guo@intel.com>2016-12-23 11:01:56 +0800
committerGuo Mang <mang.guo@intel.com>2017-05-09 13:02:54 +0800
commitacad5569abbc01e012e3ddf20918b10a80c74433 (patch)
treed1d3901cfe07a2372263f488cf5e2164e2f4164b /Silicon/BroxtonSoC/BroxtonSiPkg/SouthCluster/Reset/RuntimeDxe/ScReset.inf
parent5cf3fe1498090ee2cd592c932c54bd331ef00534 (diff)
downloadedk2-platforms-acad5569abbc01e012e3ddf20918b10a80c74433.tar.xz
BroxtonSiPkg: Add Reset
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Guo Mang <mang.guo@intel.com>
Diffstat (limited to 'Silicon/BroxtonSoC/BroxtonSiPkg/SouthCluster/Reset/RuntimeDxe/ScReset.inf')
-rw-r--r--Silicon/BroxtonSoC/BroxtonSiPkg/SouthCluster/Reset/RuntimeDxe/ScReset.inf57
1 files changed, 57 insertions, 0 deletions
diff --git a/Silicon/BroxtonSoC/BroxtonSiPkg/SouthCluster/Reset/RuntimeDxe/ScReset.inf b/Silicon/BroxtonSoC/BroxtonSiPkg/SouthCluster/Reset/RuntimeDxe/ScReset.inf
new file mode 100644
index 0000000000..9e4a4dfcf1
--- /dev/null
+++ b/Silicon/BroxtonSoC/BroxtonSiPkg/SouthCluster/Reset/RuntimeDxe/ScReset.inf
@@ -0,0 +1,57 @@
+## @file
+# Sc Reset driver.
+#
+# Copyright (c) 2012 - 2016, 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 = ScReset
+ FILE_GUID = F5883FC5-F8EE-4e44-B386-6021FB320C9B
+ MODULE_TYPE = DXE_RUNTIME_DRIVER
+ VERSION_STRING = 1.0
+ ENTRY_POINT = InitializeScReset
+
+[sources.common]
+ ScReset.c
+ ScReset.h
+
+[Packages]
+ MdePkg/MdePkg.dec
+ BroxtonSiPkg/BroxtonSiPkg.dec
+ BroxtonSiPkg/BroxtonSiPrivate.dec
+
+[LibraryClasses]
+ UefiDriverEntryPoint
+ MemoryAllocationLib
+ IoLib
+ DebugLib
+ UefiRuntimeLib
+ PcdLib
+ HobLib
+ ConfigBlockLib
+
+[Guids]
+ gEfiEventVirtualAddressChangeGuid ## UNDEFINED
+ gScPolicyHobGuid ## UNDEFINED
+ gScGeneralConfigGuid
+
+[Protocols]
+ gEfiResetArchProtocolGuid ## PRODUCES
+ gEfiExtendedResetProtocolGuid ## PRODUCES
+
+[Pcd]
+ gEfiBxtTokenSpaceGuid.PcdScAcpiIoPortBaseAddress ## SOMETIMES_CONSUMES
+ gEfiBxtTokenSpaceGuid.PcdPmcGcrBaseAddress ## SOMETIMES_CONSUMES
+
+[Depex]
+ TRUE