]> git.proxmox.com Git - mirror_edk2.git/blob - QuarkSocPkg/QuarkNorthCluster/Spi/PchSpiRuntime.inf
QuarkSocPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / QuarkSocPkg / QuarkNorthCluster / Spi / PchSpiRuntime.inf
1 ## @file
2 # Component description file for the SPI Runtime driver.
3 #
4 # Copyright (c) 2013-2015 Intel Corporation.
5 #
6 # SPDX-License-Identifier: BSD-2-Clause-Patent
7 #
8 ##
9
10 ################################################################################
11 #
12 # Defines Section - statements that will be processed to create a Makefile.
13 #
14 ################################################################################
15 [Defines]
16 INF_VERSION = 0x00010005
17 BASE_NAME = PchSpiRuntime
18 FILE_GUID = C194C6EA-B68C-4981-B64B-9BD271474B20
19 MODULE_TYPE = DXE_RUNTIME_DRIVER
20 VERSION_STRING = 1.0
21
22 ENTRY_POINT = InstallPchSpi
23
24 #
25 # The following information is for reference only and not required by the build tools.
26 #
27 # VALID_ARCHITECTURES = IA32 X64 EBC
28 ################################################################################
29 #
30 # Sources Section - list of files that are required for the build to succeed.
31 #
32 ################################################################################
33 [Sources]
34 RuntimeDxe/PchSpi.h
35 RuntimeDxe/PchSpi.c
36 Common/SpiCommon.c
37 Common/SpiCommon.h
38
39 ################################################################################
40 #
41 # Package Dependency Section - list of Package files that are required for
42 # this module.
43 #
44 ################################################################################
45 [Packages]
46 MdePkg/MdePkg.dec
47 QuarkSocPkg/QuarkSocPkg.dec
48
49 ################################################################################
50 #
51 # Library Class Section - list of Library Classes that are required for
52 # this module.
53 #
54 ################################################################################
55 [LibraryClasses]
56 UefiRuntimeServicesTableLib
57 UefiRuntimeLib
58 UefiBootServicesTableLib
59 UefiDriverEntryPoint
60 IntelQNCLib
61 QNCAccessLib
62 TimerLib
63 DxeServicesTableLib
64 UefiLib
65 DebugLib
66 MemoryAllocationLib
67 S3BootScriptLib
68 PciExpressLib
69
70 ################################################################################
71 #
72 # Protocol C Name Section - list of Protocol and Protocol Notify C Names
73 # that this module uses or produces.
74 #
75 ################################################################################
76 [Protocols]
77 gEfiSpiProtocolGuid
78
79 [Pcd]
80 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress
81 gEfiQuarkNcSocIdTokenSpaceGuid.PcdRcbaMmioSize
82
83 [Depex]
84 TRUE