]> git.proxmox.com Git - mirror_edk2.git/blame - QuarkSocPkg/QuarkNorthCluster/Spi/PchSpiSmm.inf
QuarkSocPkg: Add new package for Quark SoC X1000
[mirror_edk2.git] / QuarkSocPkg / QuarkNorthCluster / Spi / PchSpiSmm.inf
CommitLineData
9b6bbcdb
MK
1## @file\r
2# Spi smm driver\r
3#\r
4# Component description file for the SPI SMM driver.\r
5#\r
6# Copyright (c) 2013-2015 Intel Corporation.\r
7#\r
8# This program and the accompanying materials\r
9# are licensed and made available under the terms and conditions of the BSD License\r
10# which accompanies this distribution. The full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php\r
12#\r
13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
15#\r
16##\r
17\r
18[defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = PchSpiSmm\r
21 FILE_GUID = 27F4917B-A707-4aad-9676-26DF168CBF0D\r
22 MODULE_TYPE = DXE_SMM_DRIVER\r
23 VERSION_STRING = 1.0\r
24 PI_SPECIFICATION_VERSION = 0x0001000A\r
25 ENTRY_POINT = InstallPchSpi\r
26\r
27[Sources]\r
28 Smm/PchSpi.h\r
29 Smm/PchSpi.c\r
30 Common/SpiCommon.c\r
31 Common/SpiCommon.h\r
32\r
33[Packages]\r
34 MdePkg/MdePkg.dec\r
35 QuarkSocPkg/QuarkSocPkg.dec\r
36\r
37[LibraryClasses]\r
38 DebugLib\r
39 IoLib\r
40 IntelQNCLib\r
41 QNCAccessLib\r
42 TimerLib\r
43 S3BootScriptLib\r
44 UefiDriverEntryPoint\r
45 UefiBootServicesTableLib\r
46 BaseLib\r
47 SmmServicesTableLib\r
48\r
49[Protocols]\r
50 gEfiSmmSpiProtocolGuid # PRODUCES\r
51\r
52[Pcd]\r
53 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress\r
54\r
55[Depex]\r
56 gEfiSmmBase2ProtocolGuid\r