]> git.proxmox.com Git - mirror_edk2.git/blob - QuarkSocPkg/QuarkNorthCluster/Smm/DxeSmm/QncSmmDispatcher/QNC/QNCSmmGpi.c
QuarkSocPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / QuarkSocPkg / QuarkNorthCluster / Smm / DxeSmm / QncSmmDispatcher / QNC / QNCSmmGpi.c
1 /** @file
2 File to contain all the hardware specific stuff for the Smm Gpi dispatch protocol.
3
4 Copyright (c) 2013-2015 Intel Corporation.
5
6 SPDX-License-Identifier: BSD-2-Clause-Patent
7
8
9 **/
10
11 //
12 // Include common header file for this module.
13 //
14 #include "CommonHeader.h"
15
16 #include "QNCSmmHelpers.h"
17
18 CONST QNC_SMM_SOURCE_DESC GPI_SOURCE_DESC = {
19 QNC_SMM_NO_FLAGS,
20 {
21 {
22 {GPE_ADDR_TYPE, {R_QNC_GPE0BLK_SMIE}}, S_QNC_GPE0BLK_SMIE, N_QNC_GPE0BLK_SMIE_GPIO
23 },
24 NULL_BIT_DESC_INITIALIZER
25 },
26 {
27 {
28 {GPE_ADDR_TYPE, {R_QNC_GPE0BLK_SMIS}}, S_QNC_GPE0BLK_SMIS, N_QNC_GPE0BLK_SMIS_GPIO
29 }
30 }
31 };
32