aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/denverton_ns/include
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2021-01-22 20:02:39 +0200
committerKyösti Mälkki <kyosti.malkki@gmail.com>2021-01-28 08:48:07 +0000
commit952e6b1ef8601edda9eee5e2a539aa349fd9efc2 (patch)
tree85999e6054fbed99d19d36614ee21a48ca000123 /src/soc/intel/denverton_ns/include
parentf67e67510b4d165e66e28c5ec60cec356a6497c2 (diff)
soc/intel: Refactor acpi_wake_source()
Change-Id: I44cb499260fdd0ea37308909a24cdf5ca1afa025 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/49879 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/denverton_ns/include')
-rw-r--r--src/soc/intel/denverton_ns/include/soc/nvs.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/soc/intel/denverton_ns/include/soc/nvs.h b/src/soc/intel/denverton_ns/include/soc/nvs.h
index a978d18dc8..017a5808e9 100644
--- a/src/soc/intel/denverton_ns/include/soc/nvs.h
+++ b/src/soc/intel/denverton_ns/include/soc/nvs.h
@@ -45,8 +45,12 @@ struct __packed global_nvs {
u64 mmiohl; /* 0x4c - MMIO Base Limit */
u32 tsegb; /* 0x54 - TSEG Base Low */
u32 tsegl; /* 0x58 - TSEG Length/Size */
- u8 rsvd3[164];
+ /* Just to satisfy common/block/acpi/acpi.c. */
+ u32 pm1i;
+ u32 gpei;
+
+ u8 rsvd3[156];
};
#endif /* _DENVERTON_NS_NVS_H_ */