From 464504a4e425ad412a68ce45fede47913813f4db Mon Sep 17 00:00:00 2001 From: Li-Ta Lo Date: Wed, 6 Dec 2000 08:14:48 +0000 Subject: [PATCH] add example config file for Matsonic M/Bs --- util/config/matsonic.config | 23 +++++++++++++++++++++++ util/config/winfast.config | 7 +++++-- 2 files changed, 28 insertions(+), 2 deletions(-) create mode 100644 util/config/matsonic.config 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"'