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

Youness Alaoui (Code Review) gerrit at coreboot.org
Wed May 24 23:32:25 CEST 2017


Hello Matt DeVillier,

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

    https://review.coreboot.org/19898

to review the following change.


Change subject: purism/librem13v2: ec: fix EC_SCI_GPI value
......................................................................

purism/librem13v2: ec: fix EC_SCI_GPI value

current value was copied from v1 board, use value obtained
from AMI firmware.  Observe Windows boots correctly,
function keys work in both Windows and Linux

Change-Id: Iaadc9005d8f0131ed7476853e7f87052d43032b0
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/98/19898/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/19898
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iaadc9005d8f0131ed7476853e7f87052d43032b0
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