[coreboot-gerrit] New patch to review for coreboot: soc/braswell/acpi: Remove GPEI from global nvs

Hannah Williams (hannah.williams@intel.com) gerrit at coreboot.org
Wed Jan 27 00:24:13 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 40c90314f6ac3cb707ca9ac378d90b1a0843e9a2
Author: Hannah Williams <hannah.williams at intel.com>
Date:   Tue Jan 26 15:40:24 2016 -0800

    soc/braswell/acpi: Remove GPEI from global nvs
    
    GPEI is not used
    Signed-off-by: Hannah Williams <hannah.williams at intel.com>
    
    Change-Id: I9fd2ebba985362fe8068c10390bb014cf9015ac5
---
 src/soc/intel/braswell/acpi/globalnvs.asl | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/soc/intel/braswell/acpi/globalnvs.asl b/src/soc/intel/braswell/acpi/globalnvs.asl
index e7fb2ce..a5ac087 100644
--- a/src/soc/intel/braswell/acpi/globalnvs.asl
+++ b/src/soc/intel/braswell/acpi/globalnvs.asl
@@ -49,8 +49,7 @@ Field (GNVS, ByteAcc, NoLock, Preserve)
 	TLVL,	 8,	/* 0x13 - Throttle Level */
 	PPCM,	 8,	/* 0x14 - Maximum P-state usable by OS */
 	PM1I,	 32,	/* 0x15 - System Wake Source - PM1 Index */
-	GPEI,	 32,	/* 0x19 - GPE Wake Source */
-	BDID,	 8,	/* 0x1d - Board ID */
+	BDID,	 8,	/* 0x19 - Board ID */
 	CID1,	 16,	/* 0x1A - Wifi Domain Type */
 
 	/* Device Config */



More information about the coreboot-gerrit mailing list