[coreboot-gerrit] New patch to review for coreboot: 26b8c0c baskingridge: drop incorrect USB handling code

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Wed Nov 20 01:11:42 CET 2013


Stefan Reinauer (stefan.reinauer at coreboot.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/4204

-gerrit

commit 26b8c0ca7a8ef31b29000f3561d36ffaad88266d
Author: Stefan Reinauer <reinauer at chromium.org>
Date:   Tue Nov 19 16:07:46 2013 -0800

    baskingridge: drop incorrect USB handling code
    
    These GPIO accesses were copied by accident and don't
    make sense for the baskingridge board.
    
    Change-Id: I03bfc2cf97b6056a746a6c1a27308823ecaa9637
    Signed-off-by: Stefan Reinauer <reinauer at google.com>
---
 src/mainboard/intel/baskingridge/acpi/platform.asl | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/src/mainboard/intel/baskingridge/acpi/platform.asl b/src/mainboard/intel/baskingridge/acpi/platform.asl
index fea92d0..9474b0a 100644
--- a/src/mainboard/intel/baskingridge/acpi/platform.asl
+++ b/src/mainboard/intel/baskingridge/acpi/platform.asl
@@ -62,19 +62,6 @@ Method(_PIC, 1)
 
 Method(_PTS,1)
 {
-	// NVS has a flag to determine USB policy in S3
-	if (S3U0) {
-		Store (One, GP47)   // Enable USB0
-	} Else {
-		Store (Zero, GP47)  // Disable USB0
-	}
-
-	// NVS has a flag to determine USB policy in S3
-	if (S3U1) {
-		Store (One, GP56)   // Enable USB1
-	} Else {
-		Store (Zero, GP56)  // Disable USB1
-	}
 }
 
 /* The _WAK method is called on system wakeup */



More information about the coreboot-gerrit mailing list