summaryrefslogtreecommitdiff
path: root/BraswellPlatformPkg/Common/Silicon/WinbondSio/Wpce791/Wpce791.inf
diff options
context:
space:
mode:
authorGuo Mang <mang.guo@intel.com>2016-08-03 11:42:32 +0800
committerGuo Mang <mang.guo@intel.com>2016-08-04 10:32:57 +0800
commit3318b9706f6d198548ade168ee4676110d8b72b4 (patch)
treee207da45f934a2f74159ac06f37eac02873aea3e /BraswellPlatformPkg/Common/Silicon/WinbondSio/Wpce791/Wpce791.inf
parent4b580834df3f4b87f22636998477464a2ea0caf9 (diff)
downloadedk2-platforms-3318b9706f6d198548ade168ee4676110d8b72b4.tar.xz
BraswellPlatformPkg: Move Sio to Common/Silicon/WinbondSio
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Guo Mang <mang.guo@intel.com> Reviewed-by: David Wei <david.wei@intel.com>
Diffstat (limited to 'BraswellPlatformPkg/Common/Silicon/WinbondSio/Wpce791/Wpce791.inf')
-rw-r--r--BraswellPlatformPkg/Common/Silicon/WinbondSio/Wpce791/Wpce791.inf69
1 files changed, 69 insertions, 0 deletions
diff --git a/BraswellPlatformPkg/Common/Silicon/WinbondSio/Wpce791/Wpce791.inf b/BraswellPlatformPkg/Common/Silicon/WinbondSio/Wpce791/Wpce791.inf
new file mode 100644
index 0000000000..e2ddfd6bf1
--- /dev/null
+++ b/BraswellPlatformPkg/Common/Silicon/WinbondSio/Wpce791/Wpce791.inf
@@ -0,0 +1,69 @@
+## @file
+# Component description file for SIO791 module.
+#
+# This module provides support for Wpce791 Super IO.
+#
+# Copyright (c) 1999 - 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 = SIO791
+ FILE_GUID = FAB62520-454C-4A0C-B5F2-BFF4F2401F3A
+ MODULE_TYPE = DXE_DRIVER
+ VERSION_STRING = 1.0
+ ENTRY_POINT = LpcDriverEntryPoint
+
+[Sources]
+ LpcIsaAcpi.h
+ LpcSio.h
+ LpcDriver.h
+ LpcIsaAcpi.c
+ LpcSio.c
+ LpcDriver.c
+
+[Packages]
+ MdePkg/MdePkg.dec
+ BraswellPlatformPkg/BraswellPlatformPkg.dec
+ IntelFrameworkPkg/IntelFrameworkPkg.dec
+ IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
+ PcAtChipsetPkg/PcAtChipsetPkg.dec
+ ChvRefCodePkg/ChvRefCodePkg.dec
+
+[LibraryClasses]
+ UefiDriverEntryPoint
+ UefiBootServicesTableLib
+ DevicePathLib
+ UefiLib
+ S3BootScriptLib
+ DebugLib
+ IoLib
+
+[Protocols]
+ ## CONSUMES
+ gEfiPciIoProtocolGuid
+
+ ## PRODUCES
+ gEfiIsaAcpiProtocolGuid
+
+ ## SOMETIMES_CONSUMES
+ gEfiLpcWpce791PolicyProtocolGuid
+
+[Pcd]
+ gPlatformModuleTokenSpaceGuid.PcdWpce791UartSerialIoEnable ## CONSUMES
+ gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress ## CONSUMES
+
+[Guids]
+
+[Depex]
+ TRUE
+