aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/intel/bd82x6x/nvs.h
diff options
context:
space:
mode:
authorMatt DeVillier <matt.devillier@gmail.com>2016-10-28 00:37:16 -0500
committerMartin Roth <martinroth@google.com>2017-06-16 16:09:57 +0200
commitaff9b308510b799f975d4c369777bafa1c4fdead (patch)
tree510ab617ca5ba65307d9c862ed5020eecb125ce4 /src/southbridge/intel/bd82x6x/nvs.h
parent739ded5c182917083975230bea7d125e87923a85 (diff)
southbridge/bd82x6x - add GNVS var for trackpad IRQ
Add a GNVS variable to store trackpad IRQ for google/parrot, so that both SNB and IVB variants can be built with the same config Change-Id: I232da4077e3400b8ef2520dc33fd770c731b7ec3 Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/20092 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/southbridge/intel/bd82x6x/nvs.h')
-rw-r--r--src/southbridge/intel/bd82x6x/nvs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/southbridge/intel/bd82x6x/nvs.h b/src/southbridge/intel/bd82x6x/nvs.h
index 8775335c3e..e71fedae91 100644
--- a/src/southbridge/intel/bd82x6x/nvs.h
+++ b/src/southbridge/intel/bd82x6x/nvs.h
@@ -145,7 +145,8 @@ typedef struct {
u8 alfp; /* 0xf2 - active lfp */
u8 imon; /* 0xf3 - current graphics turbo imon value */
u8 mmio; /* 0xf4 - 64bit mmio support */
- u8 rsvd13[11]; /* 0xf5 - rsvd */
+ u8 tpiq; /* 0xf5 - trackpad IRQ value */
+ u8 rsvd13[10]; /* 0xf6 - rsvd */
/* ChromeOS specific (starts at 0x100)*/
chromeos_acpi_t chromeos;