[coreboot-gerrit] Patch set updated for coreboot: soc/braswell/acpi: Fix CID1 offset in comment

Hannah Williams (hannah.williams@intel.com) gerrit at coreboot.org
Wed Jan 27 02:09:49 CET 2016


Hannah Williams (hannah.williams at intel.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/13483

-gerrit

commit 3e1c88650308c4224f65f065e6aaac0c1c60d42d
Author: Hannah Williams <hannah.williams at 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 at 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),



More information about the coreboot-gerrit mailing list