summaryrefslogtreecommitdiff
path: root/ReferenceCode
diff options
context:
space:
mode:
authorraywu <raywu@aaeon.com>2018-07-12 13:35:57 +0800
committerraywu <raywu@aaeon.com>2018-07-12 13:35:57 +0800
commit15ba298b5fb2b10c0bee24813aff7ceceda61fa9 (patch)
tree7c9149f89b511ca0b01962cc23d82b76c7e62d9c /ReferenceCode
parent178672f3be94b6194d72413ec85c54ee622e78b9 (diff)
downloadzprj-15ba298b5fb2b10c0bee24813aff7ceceda61fa9.tar.xz
Don't Invert PCH GPIO13 , then System will not be Wake Up Automatically
Diffstat (limited to 'ReferenceCode')
-rw-r--r--ReferenceCode/Chipset/LynxPoint/AcpiTables/Dsdt/Pch.asl15
1 files changed, 10 insertions, 5 deletions
diff --git a/ReferenceCode/Chipset/LynxPoint/AcpiTables/Dsdt/Pch.asl b/ReferenceCode/Chipset/LynxPoint/AcpiTables/Dsdt/Pch.asl
index 1bf7119..fed9b54 100644
--- a/ReferenceCode/Chipset/LynxPoint/AcpiTables/Dsdt/Pch.asl
+++ b/ReferenceCode/Chipset/LynxPoint/AcpiTables/Dsdt/Pch.asl
@@ -559,7 +559,8 @@ scope (\_SB.PCI0) {
//
Device(GLAN) { // GbE Controller
Name(_ADR, 0x00190000)
- Method(_PRW, 0) { Return(GPRW(0x0D, 4)) } // can wakeup from S4 state
+// Method(_PRW, 0) { Return(GPRW(0x0D, 4)) } // can wakeup from S4 state
+ Method(_PRW, 0) { Return(GPRW(0, 0)) } // can wakeup from S4 state
Method(_STA,0)
{
Return(0) // Hide device
@@ -572,7 +573,8 @@ scope (\_SB.PCI0) {
Device(EHC1) {
Name(_ADR, 0x001D0000)
include("PchEhci1.asl")
- Method(_PRW, 0) { Return(GPRW(0x0D, 4)) } // can wakeup from S4 state
+// Method(_PRW, 0) { Return(GPRW(0x0D, 4)) } // can wakeup from S4 state
+ Method(_PRW, 0) { Return(GPRW(0, 0)) } // can wakeup from S4 state
} // end "EHCI Controller #1"
//
@@ -581,7 +583,8 @@ scope (\_SB.PCI0) {
Device(EHC2) {
Name(_ADR, 0x001A0000)
include("PchEhci2.asl")
- Method(_PRW, 0) { Return(GPRW(0x0D, 4)) } // can wakeup from S4 state
+// Method(_PRW, 0) { Return(GPRW(0x0D, 4)) } // can wakeup from S4 state
+ Method(_PRW, 0) { Return(GPRW(0, 0)) } // can wakeup from S4 state
} // end "EHCI Controller #2"
//
@@ -590,7 +593,8 @@ scope (\_SB.PCI0) {
Device(XHC) {
Name(_ADR, 0x00140000)
include("PchXhci.asl")
- Method(_PRW, 0) { Return(GPRW(0x0D, 4)) } // can wakeup from S4 state
+// Method(_PRW, 0) { Return(GPRW(0x0D, 4)) } // can wakeup from S4 state
+ Method(_PRW, 0) { Return(GPRW(0, 0)) } // can wakeup from S4 state
} // end "xHCI Controller"
//
@@ -599,7 +603,8 @@ scope (\_SB.PCI0) {
Device(HDEF) {
Name(_ADR, 0x001B0000)
include("PchAudio.asl")
- Method(_PRW, 0) { Return(GPRW(0x0D, 4)) } // can wakeup from S4 state
+// Method(_PRW, 0) { Return(GPRW(0x0D, 4)) } // can wakeup from S4 state
+ Method(_PRW, 0) { Return(GPRW(0, 0)) } // can wakeup from S4 state
} // end "High Definition Audio Controller"
#ifdef SERIAL_IO_FLAG