]> git.proxmox.com Git - mirror_edk2.git/blobdiff - QuarkSocPkg/QuarkNorthCluster/Spi/PchSpiSmm.inf
QuarkSocPkg: Add new package for Quark SoC X1000
[mirror_edk2.git] / QuarkSocPkg / QuarkNorthCluster / Spi / PchSpiSmm.inf
diff --git a/QuarkSocPkg/QuarkNorthCluster/Spi/PchSpiSmm.inf b/QuarkSocPkg/QuarkNorthCluster/Spi/PchSpiSmm.inf
new file mode 100644 (file)
index 0000000..3fde4fd
--- /dev/null
@@ -0,0 +1,56 @@
+## @file\r
+# Spi smm driver\r
+#\r
+# Component description file for the SPI SMM driver.\r
+#\r
+# Copyright (c) 2013-2015 Intel Corporation.\r
+#\r
+# 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
+#\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                       = PchSpiSmm\r
+  FILE_GUID                       = 27F4917B-A707-4aad-9676-26DF168CBF0D\r
+  MODULE_TYPE                     = DXE_SMM_DRIVER\r
+  VERSION_STRING                  = 1.0\r
+  PI_SPECIFICATION_VERSION        = 0x0001000A\r
+  ENTRY_POINT                     = InstallPchSpi\r
+\r
+[Sources]\r
+  Smm/PchSpi.h\r
+  Smm/PchSpi.c\r
+  Common/SpiCommon.c\r
+  Common/SpiCommon.h\r
+\r
+[Packages]\r
+  MdePkg/MdePkg.dec\r
+  QuarkSocPkg/QuarkSocPkg.dec\r
+\r
+[LibraryClasses]\r
+  DebugLib\r
+  IoLib\r
+  IntelQNCLib\r
+  QNCAccessLib\r
+  TimerLib\r
+  S3BootScriptLib\r
+  UefiDriverEntryPoint\r
+  UefiBootServicesTableLib\r
+  BaseLib\r
+  SmmServicesTableLib\r
+\r
+[Protocols]\r
+  gEfiSmmSpiProtocolGuid      # PRODUCES\r
+\r
+[Pcd]\r
+  gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress\r
+\r
+[Depex]\r
+  gEfiSmmBase2ProtocolGuid\r