From 245df5532375fd914c2c6519f763b9cde480ab42 Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Tue, 27 Mar 2001 03:41:28 +0000 Subject: [PATCH] first cut at ds10 config --- util/config/ds10.config | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 util/config/ds10.config diff --git a/util/config/ds10.config b/util/config/ds10.config new file mode 100644 index 0000000000..7535051a8e --- /dev/null +++ b/util/config/ds10.config @@ -0,0 +1,28 @@ +arch alpha +# This will make a target directory of ./ds10 +# Note that this is RELATIVE TO WHERE YOU ARE WHEN YOU RUN THE +# CONFIG TOOL. Make it absolute if you like +target ds10 + +mainboard compaq/ds10 + +# Enable Serial Console for debugging +# It will come up at 115200,8n1 +option SERIAL_CONSOLE + +# Enable SROM_CONSOLE +# This uses the SROM serial debug port at 9600 baud +option SROM_CONSOLE + +#option USE_CACHE_RAM=0 +option USE_ELF_BOOT=1 +option USE_TSUNAMI_TIGBUS_ROM=1 +option TIG_KERNEL_START=0x20000 + +# 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 console=ttyS0,115200 root=/dev/nfs alpha_mv=Webbrick ip=192.168.0.252:192.168.0.253::255.255.255.0:ds10:eth0:off nfsroot=/mnt/hdb/images/alpha-nfs-boot +