summaryrefslogtreecommitdiff
path: root/Board/SB
diff options
context:
space:
mode:
authorraywu <raywu@aaeon.com>2018-06-19 08:13:12 +0800
committerraywu <raywu@aaeon.com>2018-06-19 08:13:12 +0800
commit5759e2929cee86e113c0f906660412515933d451 (patch)
tree15626289a650d7a61e478e89423a966bb84508a6 /Board/SB
parent12e3acf6a1de13ad8f9c94e16c7dc633b7b6613e (diff)
downloadzprj-5759e2929cee86e113c0f906660412515933d451.tar.xz
SIO Function Porting
1. LPC Decode 2. UART Porting
Diffstat (limited to 'Board/SB')
-rw-r--r--Board/SB/SBSECInit.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Board/SB/SBSECInit.asm b/Board/SB/SBSECInit.asm
index a65a50e..2ab1c3c 100644
--- a/Board/SB/SBSECInit.asm
+++ b/Board/SB/SBSECInit.asm
@@ -247,7 +247,7 @@ IF MKF_SB_IO_DECODE_IN_SEC
mov eax, (1 shl 31t) + (SB_BUS shl 16t) + (SB_DEV_FUN shl 8) + 80h
out dx, eax
add dx, 04h
- mov eax, 370F0010h
+ mov eax, 34030070h
IFDEF MKF_EC_SUPPORT
or eax, (MKF_EC_SUPPORT shl 27t) ; Enable MC_LPC_EN
ENDIF