diff --git a/util/config/matsonic.config b/util/config/matsonic.config new file mode 100644 index 0000000000..578da36891 --- /dev/null +++ b/util/config/matsonic.config @@ -0,0 +1,23 @@ +# Sample config file for Matsonic MS7308E with DoC Millennium (as root) + +# This will make a target directory of ./matsonic +target matsonic + +# WinFast 6300 MAX mainboard +mainboard matsonic/ms7308e + +# Enable Serial Console for debugging +option SERIAL_CONSOLE + +# Enable MicroCode update and L2 Cache init for PII and PIII +option UPDATE_MICROCODE +option CONFIGURE_L2_CACHE + +# Use the internal VGA frame buffer device +# Fixme: this does not effect the Makefile rules for docipl +option HAVE_FRAMEBUFFER + +linux /usr/src/linux + +option CMD_LINE='"root=/dev/nftla1"' + diff --git a/util/config/winfast.config b/util/config/winfast.config index b84469c2ec..38af50812f 100644 --- a/util/config/winfast.config +++ b/util/config/winfast.config @@ -9,11 +9,14 @@ mainboard leadtek/winfast6300 # Enable Serial Console for debugging option SERIAL_CONSOLE +# Enable MicroCode update and L2 Cache init for PII and PIII +option UPDATE_MICROCODE +option CONFIGURE_L2_CACHE + # Use the internal VGA frame buffer device -# Fixme: this does not effect the Makefile rules for docipl option HAVE_FRAMEBUFFER linux /usr/src/linux -option CMD_LINE='"root=/dev/hda1"' +option CMD_LINE='"root=/dev/nftla1"'