Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbarm/conf Add config file(s) for OpenRD client.



details:   https://anonhg.NetBSD.org/src/rev/a7aa9225ba4f
branches:  trunk
changeset: 780858:a7aa9225ba4f
user:      matt <matt%NetBSD.org@localhost>
date:      Fri Aug 10 02:31:52 2012 +0000

description:
Add config file(s) for OpenRD client.

diffstat:

 sys/arch/evbarm/conf/OPENRD         |  27 +++++++++++++++++++++++++++
 sys/arch/evbarm/conf/OPENRD_INSTALL |  10 ++++++++++
 2 files changed, 37 insertions(+), 0 deletions(-)

diffs (45 lines):

diff -r 30aa6678cf06 -r a7aa9225ba4f sys/arch/evbarm/conf/OPENRD
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/evbarm/conf/OPENRD       Fri Aug 10 02:31:52 2012 +0000
@@ -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 ?
diff -r 30aa6678cf06 -r a7aa9225ba4f sys/arch/evbarm/conf/OPENRD_INSTALL
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/evbarm/conf/OPENRD_INSTALL       Fri Aug 10 02:31:52 2012 +0000
@@ -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



Home | Main Index | Thread Index | Old Index