[coreboot-gerrit] Change in coreboot[master]: purism/librem13v2: Fix EC_SCI_GPI value

Youness Alaoui (Code Review) gerrit at coreboot.org
Fri May 26 23:50:46 CEST 2017


Hello Matt DeVillier,

I'd like you to do a code review.  Please visit

    https://review.coreboot.org/19945

to review the following change.


Change subject: purism/librem13v2: Fix EC_SCI_GPI value
......................................................................

purism/librem13v2: Fix EC_SCI_GPI value

Existing value was copied from librem13 v1 board, use value
obtained from AMI firmware.

TEST: Observe Windows boots correctly, function keys work
under both Windows and Linux.

Change-Id: I0ea6cc4602ce1047cb803acc65cbca1af1f480b0
Signed-off-by: Matt DeVillier <matt.devillier at gmail.com>
---
M src/mainboard/purism/librem13v2/acpi/ec.asl
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/45/19945/1

diff --git a/src/mainboard/purism/librem13v2/acpi/ec.asl b/src/mainboard/purism/librem13v2/acpi/ec.asl
index cf8b9a9..4215213 100644
--- a/src/mainboard/purism/librem13v2/acpi/ec.asl
+++ b/src/mainboard/purism/librem13v2/acpi/ec.asl
@@ -13,6 +13,6 @@
  * GNU General Public License for more details.
  */
 
-#define EC_SCI_GPI 10
+#define EC_SCI_GPI 0x50
 
 #include <ec/purism/librem/acpi/ec.asl>

-- 
To view, visit https://review.coreboot.org/19945
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0ea6cc4602ce1047cb803acc65cbca1af1f480b0
Gerrit-PatchSet: 1
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Youness Alaoui <snifikino at gmail.com>
Gerrit-Reviewer: Matt DeVillier <matt.devillier at gmail.com>



More information about the coreboot-gerrit mailing list