diff --git a/util/config/matsonic.config b/util/config/matsonic.config index bfe7214b6d..e50ca80944 100644 --- a/util/config/matsonic.config +++ b/util/config/matsonic.config @@ -6,7 +6,7 @@ target matsonic mainboard matsonic/ms7308e # Enable Serial Console for debugging -option SERIAL_CONSOLE +option SERIAL_CONSOLE=1 # Enable MicroCode update and L2 Cache init for PII and PIII option UPDATE_MICROCODE diff --git a/util/config/pcchips.config b/util/config/pcchips.config index 8384f73fd4..56aece70d4 100644 --- a/util/config/pcchips.config +++ b/util/config/pcchips.config @@ -6,7 +6,7 @@ target pcchips mainboard pcchips/m810lmr # Enable Serial Console for debugging -option SERIAL_CONSOLE +option SERIAL_CONSOLE=1 # Enable MicroCode update and L2 Cache init for PII and PIII #option UPDATE_MICROCODE diff --git a/util/config/winfast.config b/util/config/winfast.config index 2d359c186f..5fecc25476 100644 --- a/util/config/winfast.config +++ b/util/config/winfast.config @@ -6,7 +6,7 @@ target winfast mainboard leadtek/winfast6300 # Enable Serial Console for debugging -option SERIAL_CONSOLE +option SERIAL_CONSOLE=1 # use DOC MIL option USE_DOC_MIL @@ -16,6 +16,10 @@ docipl northsouthbridge/sis/630/ipl.S option UPDATE_MICROCODE option CONFIGURE_L2_CACHE +# Enable CPU Piple Line function, if your are not +# using PIII, this boost performance a lot +option ENABLE_SIS630_CPU_PIPELINE + # Use the internal VGA frame buffer device option HAVE_FRAMEBUFFER