summaryrefslogtreecommitdiff
path: root/Board/IO/F81866/F81866.ASL
diff options
context:
space:
mode:
authorraywu <raywu@aaeon.com.tw>2018-11-23 15:15:07 +0800
committerraywu <raywu@aaeon.com.tw>2018-11-23 15:15:07 +0800
commit16d9c6b8f5a95724f70ad3af0dbed5cccd57b6ec (patch)
tree5115f55b9689f9f44c4b97dff6ca2885aa2b7c71 /Board/IO/F81866/F81866.ASL
parentd09773e153cb6725d6e124c6dc42f5ea4b73348b (diff)
downloadzprj-16d9c6b8f5a95724f70ad3af0dbed5cccd57b6ec.tar.xz
DW01 - Support WDT Function
Diffstat (limited to 'Board/IO/F81866/F81866.ASL')
-rw-r--r--Board/IO/F81866/F81866.ASL4
1 files changed, 4 insertions, 0 deletions
diff --git a/Board/IO/F81866/F81866.ASL b/Board/IO/F81866/F81866.ASL
index 8899ae8..ae13582 100644
--- a/Board/IO/F81866/F81866.ASL
+++ b/Board/IO/F81866/F81866.ASL
@@ -884,6 +884,10 @@ Method(SIOW, 1){
And(0xF0, ^SIO1.CR2D,^SIO1.CR2D) //disable kbc/mouse wakeup
And(0x7F, ^SIO1.RGE0, ^SIO1.RGE0) //disable ERP function,bit7
+ ^SIO1.ENFG(0x07)
+ And(^SIO1.OPT5, 0xDF, ^SIO1.OPT5)
+ Store(^SIO1.OPT5, ^SIO1.OPT5)
+
^SIO1.EXFG()
}