From 8e6bf09eb338a757f2bb7da8bbc022c9f23a6f75 Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Wed, 29 May 2002 14:02:22 +0000 Subject: [PATCH] sample config for etherboot --- src/mainboard/rlx/800i/config.example | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 src/mainboard/rlx/800i/config.example diff --git a/src/mainboard/rlx/800i/config.example b/src/mainboard/rlx/800i/config.example new file mode 100644 index 0000000000..4be0fefe4d --- /dev/null +++ b/src/mainboard/rlx/800i/config.example @@ -0,0 +1,26 @@ +# Sample config file for Winfast 6300 with DoC Millennium (as root) +# This will make a target directory of ./winfast +target 800i + +# WinFast 6300 MAX mainboard +mainboard rlx/800i + +# Enable Serial Console for debugging +option SERIAL_CONSOLE=1 +option DEFAULT_CONSOLE_LOGLEVEL=9 +option DEBUG +option RAMTEST + +# Enable MicroCode update and L2 Cache init for PII and PIII +option UPDATE_MICROCODE=1 +option CONFIGURE_L2_CACHE=1 + +# No Payload +payload ../eepro100.ebi + +option USE_GENERIC_ROM=1 +option USE_ELF_BOOT=1 +option ROM_SIZE=262144 +option PAYLOAD_SIZE=196608 + +