Module Name:    src
Committed By:   matt
Date:           Fri Aug 10 02:31:52 UTC 2012

Added Files:
        src/sys/arch/evbarm/conf: OPENRD OPENRD_INSTALL

Log Message:
Add config file(s) for OpenRD client.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/sys/arch/evbarm/conf/OPENRD \
    src/sys/arch/evbarm/conf/OPENRD_INSTALL

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: src/sys/arch/evbarm/conf/OPENRD
diff -u /dev/null src/sys/arch/evbarm/conf/OPENRD:1.1
--- /dev/null	Fri Aug 10 02:31:52 2012
+++ src/sys/arch/evbarm/conf/OPENRD	Fri Aug 10 02:31:52 2012
@@ -0,0 +1,27 @@
+#	$NetBSD: OPENRD,v 1.1 2012/08/10 02:31:52 matt Exp $
+#
+# This is a working config file for OpenRD(.org) Client.  Note that the
+# default boot address will not work and the kernel has to load at 8MB
+# to work.
+#
+
+include "arch/evbarm/conf/SHEEVAPLUG"
+
+makeoptions 	KERNEL_BASE_PHYS=0x00800000
+makeoptions 	KERNEL_BASE_VIRT=0xc0800000
+no makeoptions	LOADADDRESS
+makeoptions	LOADADDRESS="0xc0800000"
+
+#options 	VERBOSE_INIT_ARM	# verbose bootstraping messages
+#options 	MVSOC_CONSOLE_EARLY
+
+# this just emits endless errors, disable for now.
+no mvsdio*
+no sdmmc* at mvsdio?
+no sbt* at sdmmc?
+no ld* at sdmmc?
+
+# This has two SATA ports
+mvsata*		at mvsoc? offset ? irq ?
+atabus*		at ata?
+wd*		at atabus? drive ?
Index: src/sys/arch/evbarm/conf/OPENRD_INSTALL
diff -u /dev/null src/sys/arch/evbarm/conf/OPENRD_INSTALL:1.1
--- /dev/null	Fri Aug 10 02:31:52 2012
+++ src/sys/arch/evbarm/conf/OPENRD_INSTALL	Fri Aug 10 02:31:52 2012
@@ -0,0 +1,10 @@
+#	$NetBSD: OPENRD_INSTALL,v 1.1 2012/08/10 02:31:52 matt Exp $
+#
+#	OPENRD_INSTALL -- OPENRD kernel with installation-sized
+#	ramdisk
+#
+
+include "arch/evbarm/conf/OPENRD"
+include "arch/evbarm/conf/INSTALL"
+
+options BOOTHOWTO=RB_SINGLE

Reply via email to