Hannah Williams (hannah.williams@intel.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/13483
-gerrit
commit 2bcc0d18a78692365e8fd6428a6213c735d39888 Author: Hannah Williams hannah.williams@intel.com Date: Tue Jan 26 15:40:24 2016 -0800
soc/braswell/acpi: Fix CID1 offset in comment
Signed-off-by: Hannah Williams hannah.williams@intel.com Change-Id: I9fd2ebba985362fe8068c10390bb014cf9015ac5 --- src/soc/intel/braswell/acpi/globalnvs.asl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/soc/intel/braswell/acpi/globalnvs.asl b/src/soc/intel/braswell/acpi/globalnvs.asl index e7fb2ce..5c8a75f 100644 --- a/src/soc/intel/braswell/acpi/globalnvs.asl +++ b/src/soc/intel/braswell/acpi/globalnvs.asl @@ -51,7 +51,7 @@ Field (GNVS, ByteAcc, NoLock, Preserve) PM1I, 32, /* 0x15 - System Wake Source - PM1 Index */ GPEI, 32, /* 0x19 - GPE Wake Source */ BDID, 8, /* 0x1d - Board ID */ - CID1, 16, /* 0x1A - Wifi Domain Type */ + CID1, 16, /* 0x1e - Wifi Domain Type */
/* Device Config */ Offset (0x20),