From da504a912a871e8eed2aa2973b0694f93584b191 Mon Sep 17 00:00:00 2001 From: Li-Ta Lo Date: Thu, 26 Oct 2000 03:04:28 +0000 Subject: [PATCH] set CLKIN frequence to 24 MHZ for correct Serial Port operation --- src/northsouthbridge/sis/630/ipl.S | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/northsouthbridge/sis/630/ipl.S b/src/northsouthbridge/sis/630/ipl.S index f4cd30fcb4..04e217de94 100644 --- a/src/northsouthbridge/sis/630/ipl.S +++ b/src/northsouthbridge/sis/630/ipl.S @@ -194,12 +194,12 @@ sis630ipl_start: movw $SPL_RAM_SEG, %ax movw %ax, %es - movw $sis950_init_table, %si # enable flash write on - movw $0x05, %cx # SiS 950 LPC - movw $0x2e, %dx + movw $sis950_init_table, %si # unlock SiS 950 LPC + movw $0x05, %cx # select Clock Selection + movw $0x2e, %dx # and Flash ROM I/F rep outsb - movb $0xfc, %al + movb $0xfc, %al # enable write, CLKIN = 24 MHZ outb %al, $0x2f xorw %sp, %sp # clear %sp