[coreboot-gerrit] New patch to review for coreboot: b09b3a1 Revert "Change EC GPE on X201"

Vladimir Serbinenko (phcoder@gmail.com) gerrit at coreboot.org
Tue Nov 26 16:18:25 CET 2013


Vladimir Serbinenko (phcoder at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/4284

-gerrit

commit b09b3a1a0caa2ed77a266cc8d746c115ed63aa89
Author: Vladimir Serbinenko <phcoder at gmail.com>
Date:   Tue Nov 26 16:18:21 2013 +0100

    Revert "Change EC GPE on X201"
    
    This reverts commit 219f068ae3522f52dfb09b1b2bc93cfbf21d5357.
    
    Change-Id: Iff1709e59b0ea02d2a2e033e51a5131d51a1cde7
    Signed-off-by: Lesser Evil <phcoder at gmail.com>
---
 src/ec/lenovo/h8/acpi/ec.asl | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/src/ec/lenovo/h8/acpi/ec.asl b/src/ec/lenovo/h8/acpi/ec.asl
index db3712d..368afa8 100644
--- a/src/ec/lenovo/h8/acpi/ec.asl
+++ b/src/ec/lenovo/h8/acpi/ec.asl
@@ -19,19 +19,13 @@
  * MA 02110-1301 USA
  */
 
-#include <kconfig.h>
 #include "smi.h"
-#if IS_ENABLED (CONFIG_BOARD_LENOVO_X201)
-#define THINKPAD_EC_GPE 17
-#else
-#define THINKPAD_EC_GPE 28
-#endif
 Device(EC)
 {
 	Name (_HID, EISAID("PNP0C09"))
 	Name (_UID, 0)
 
-	Name (_GPE, THINKPAD_EC_GPE)
+	Name (_GPE, 28)
 	Mutex (ECLK, 0)
 
 	OperationRegion(ERAM, EmbeddedControl, 0x00, 0x100)



More information about the coreboot-gerrit mailing list