]> git.proxmox.com Git - mirror_edk2.git/blame - QuarkSocPkg/QuarkNorthCluster/Smm/Dxe/SmmControlDxe/SmmControlDxe.inf
QuarkSocPkg/QncSmmDispatcher: Fix context passed to SMI handlers
[mirror_edk2.git] / QuarkSocPkg / QuarkNorthCluster / Smm / Dxe / SmmControlDxe / SmmControlDxe.inf
CommitLineData
9b6bbcdb
MK
1## @file\r
2# QNC SmmControl driver to install EFI_SMM_CONTROL_PROTOCOL.\r
3#\r
4# Copyright (c) 2013-2015 Intel Corporation.\r
5#\r
6# This program and the accompanying materials\r
7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\r
10#\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13#\r
14##\r
15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = SmmControlDxe\r
19 FILE_GUID = A03A9429-C570-4ef9-9E00-C7A673976E5F\r
20 MODULE_TYPE = DXE_RUNTIME_DRIVER\r
21 VERSION_STRING = 1.0\r
22 ENTRY_POINT = SmmControl2Init\r
23\r
24#\r
25# The following information is for reference only and not required by the build tools.\r
26#\r
27# VALID_ARCHITECTURES = IA32 X64\r
28#\r
29\r
30[Sources]\r
31 SmmControlDriver.c\r
32\r
33[Packages]\r
34 MdePkg/MdePkg.dec\r
35 QuarkSocPkg/QuarkSocPkg.dec\r
36\r
37[LibraryClasses]\r
38 UefiDriverEntryPoint\r
39 DebugLib\r
40 UefiBootServicesTableLib\r
41 UefiRuntimeServicesTableLib\r
42 PcdLib\r
43 IoLib\r
44 PciLib\r
45 QNCAccessLib\r
46\r
47[Protocols]\r
48 gEfiSmmControl2ProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
49\r
50[Pcd]\r
51 gEfiQuarkNcSocIdTokenSpaceGuid.PcdPm1blkIoBaseAddress\r
52 gEfiQuarkNcSocIdTokenSpaceGuid.PcdGpe0blkIoBaseAddress\r
53 gEfiQuarkNcSocIdTokenSpaceGuid.PcdSmmDataPort\r
54 gEfiQuarkNcSocIdTokenSpaceGuid.PcdSmmActivationPort\r
55 gEfiQuarkNcSocIdTokenSpaceGuid.PcdGbaIoBaseAddress\r
56\r
57[Guids]\r
58 gEfiEventVirtualAddressChangeGuid\r
59\r
60[Depex]\r
61 TRUE\r