summaryrefslogtreecommitdiff
path: root/src/mainboard/lenovo/t60/acpi/gpe.asl
diff options
context:
space:
mode:
authorSven Schnelle <svens@stackframe.org>2011-04-20 09:12:17 +0000
committerSven Schnelle <svens@stackframe.org>2011-04-20 09:12:17 +0000
commitd8129f92c0cbd6a561195c1628ba3f9f98eccd50 (patch)
tree74f733c0b0c4b18cda311604ba7be639e75d0010 /src/mainboard/lenovo/t60/acpi/gpe.asl
parentea3b58532a0b13cc8569ef3e1fb7a242ef4a8e79 (diff)
downloadcoreboot-d8129f92c0cbd6a561195c1628ba3f9f98eccd50.tar.xz
Add Lenovo ThinkPad T60
Signed-off-by: Sven Schnelle <svens@stackframe.org> Acked-by: Stefan Reinauer <stefan.reinauer@coreboot.org> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6530 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/lenovo/t60/acpi/gpe.asl')
-rw-r--r--src/mainboard/lenovo/t60/acpi/gpe.asl9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/mainboard/lenovo/t60/acpi/gpe.asl b/src/mainboard/lenovo/t60/acpi/gpe.asl
new file mode 100644
index 0000000000..2355a4007f
--- /dev/null
+++ b/src/mainboard/lenovo/t60/acpi/gpe.asl
@@ -0,0 +1,9 @@
+#include "smi.h"
+Scope (\_GPE)
+{
+ Method(_L18, 0, NotSerialized)
+ {
+ /* Read EC register to clear wake status */
+ Store(\_SB.PCI0.LPCB.EC.WAKE, Local0)
+ }
+}