From 87974472c150f26e1955f515921da9904e8319fb Mon Sep 17 00:00:00 2001 From: "Eric W. Biederman" Date: Tue, 2 Jul 2002 04:26:29 +0000 Subject: [PATCH] Add an example config file to the l440gx --- src/mainboard/intel/l440gx/example.config | 37 +++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 src/mainboard/intel/l440gx/example.config diff --git a/src/mainboard/intel/l440gx/example.config b/src/mainboard/intel/l440gx/example.config new file mode 100644 index 0000000000..82d4300742 --- /dev/null +++ b/src/mainboard/intel/l440gx/example.config @@ -0,0 +1,37 @@ +# This will make a target directory of ./winfast +# Note that this is RELATIVE TO WHERE YOU ARE WHEN YOU RUN THE +# CONFIG TOOL. Make it absolute if you like +target ./build + +mainboard intel/l440gx + +#rambase 0x04000000 + +# Generate debugging output +option DEFAULT_CONSOLE_LOGLEVEL=8 +option MAXIMUM_CONSOLE_LOGLEVEL=7 + +# Enable Serial Console for debugging +# It will come up at 115200,8n1 +option SERIAL_CONSOLE=1 + +# 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 +#option HAVE_FRAMEBUFFER +#option USE_CACHE_RAM=1 +option USE_GENERIC_ROM=1 +option USE_ELF_BOOT=1 + +makedefine PHLASH_BASE_NAME=p13-0125 +makedefine BOOT_IMAGE=../eepro100.ebi +#makedefine BOOT_IMAGE=vmlinux.bin.gz.block + +# Path to your kernel (vmlinux) +# NOTE; you need a path to your test12 kernel here. +#linux ~/projects/linux/linux-2.4.0-test9.eb5.4 + +# Kernel command line parameters +commandline ro panic=5 root=/dev/hda5 console=ttyS0,115200 debug 3