[coreboot-gerrit] New patch to review for coreboot: glados: Fix the write protect GPIO exported in ACPI

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Wed Jul 22 21:11:33 CEST 2015


Patrick Georgi (pgeorgi at google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/11035

-gerrit

commit 2d134e899f7d3dd77759d39ca386c10b05e80e31
Author: Duncan Laurie <dlaurie at chromium.org>
Date:   Mon Jul 20 17:39:25 2015 -0700

    glados: Fix the write protect GPIO exported in ACPI
    
    Update the write protect GPIO reported in ACPI to be 71 which
    is GPP_C23.  Also update the controller id to INT344B:00 which
    will point at the sunrisepoint device in /sys/class/gpio.
    
    BUG=chrome-os-partner:42560
    BRANCH=none
    TEST=verify crossystem output with and without WP enabled
    
    Change-Id: I625859bd8ac371a5c0cae18697dccf216c26a8b6
    Signed-off-by: Patrick Georgi <pgeorgi at chromium.org>
    Original-Commit-Id: 8fc5cb6b72dacd6aefe69fe8204f4e0d209ed8a4
    Original-Change-Id: I04892e75f9bfe739c44eb40e7c6a969c33e157ca
    Original-Signed-off-by: Duncan Laurie <dlaurie at chromium.org>
    Original-Reviewed-on: https://chromium-review.googlesource.com/286842
    Original-Reviewed-by: Aaron Durbin <adurbin at chromium.org>
---
 src/mainboard/google/glados/acpi/chromeos.asl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/mainboard/google/glados/acpi/chromeos.asl b/src/mainboard/google/glados/acpi/chromeos.asl
index 2d8146c..8edbff3 100644
--- a/src/mainboard/google/glados/acpi/chromeos.asl
+++ b/src/mainboard/google/glados/acpi/chromeos.asl
@@ -18,6 +18,6 @@
  */
 
 Name (OIPG, Package() {
-	Package () { 0x0001, 0, 0xFFFFFFFF, "INT3437:00" }, // no recovery button
-	Package () { 0x0003, 1, 16, "INT3437:00" }, // firmware write protect
+	Package () { 0x0001, 0, 0xFFFFFFFF, "INT344B:00" }, // no recovery button
+	Package () { 0x0003, 1, 71, "INT344B:00" }, // firmware write protect
 })



More information about the coreboot-gerrit mailing list