From 5759e2929cee86e113c0f906660412515933d451 Mon Sep 17 00:00:00 2001 From: raywu Date: Tue, 19 Jun 2018 08:13:12 +0800 Subject: SIO Function Porting 1. LPC Decode 2. UART Porting --- Board/SB/SBSECInit.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Board/SB') 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 -- cgit v1.2.3