aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/common/gma.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/common/gma.h')
-rw-r--r--src/soc/intel/common/gma.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/soc/intel/common/gma.h b/src/soc/intel/common/gma.h
index 03ecedb5da..64b2a2811e 100644
--- a/src/soc/intel/common/gma.h
+++ b/src/soc/intel/common/gma.h
@@ -23,6 +23,12 @@
#include <types.h>
+/* IGD PCI Configuration register */
+#define ASLS 0xfc /* OpRegion Base */
+#define SWSCI 0xe8 /* SWSCI Register */
+#define GSSCIE (1 << 0) /* SCI Event trigger */
+#define SMISCISEL (1 << 15) /* Select SMI or SCI event source */
+
/* mailbox 0: header */
typedef struct {
u8 signature[16];