diff options
author | raywu <raywu@aaeon.com> | 2018-06-19 08:13:12 +0800 |
---|---|---|
committer | raywu <raywu@aaeon.com> | 2018-06-19 08:13:12 +0800 |
commit | 5759e2929cee86e113c0f906660412515933d451 (patch) | |
tree | 15626289a650d7a61e478e89423a966bb84508a6 /Board/SB | |
parent | 12e3acf6a1de13ad8f9c94e16c7dc633b7b6613e (diff) | |
download | zprj-5759e2929cee86e113c0f906660412515933d451.tar.xz |
SIO Function Porting
1. LPC Decode
2. UART Porting
Diffstat (limited to 'Board/SB')
-rw-r--r-- | Board/SB/SBSECInit.asm | 2 |
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 |