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 'KURONAS x4' configuration.
details: https://anonhg.NetBSD.org/src/rev/ed8c3d478d9c
branches: trunk
changeset: 346421:ed8c3d478d9c
user: kiyohara <kiyohara%NetBSD.org@localhost>
date: Tue Jul 12 13:28:46 2016 +0000
description:
Add 'KURONAS x4' configuration.
diffstat:
sys/arch/evbarm/conf/KURONAS_X4 | 39 +++++++++++++++++++++++++++++++++++++++
1 files changed, 39 insertions(+), 0 deletions(-)
diffs (43 lines):
diff -r 2148a6a28a0e -r ed8c3d478d9c sys/arch/evbarm/conf/KURONAS_X4
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/evbarm/conf/KURONAS_X4 Tue Jul 12 13:28:46 2016 +0000
@@ -0,0 +1,39 @@
+# $NetBSD: KURONAS_X4,v 1.1 2016/07/12 13:28:46 kiyohara Exp $
+#
+# KUROBOX_PRO -- KUROUTOSHIKOU. KURO-BOX/PRO platform kernel
+#
+
+include "arch/evbarm/conf/MARVELL_NAS"
+
+# Board Type
+makeoptions BOARDTYPE="kuronas_x4"
+options EVBARM_BOARDTYPE=kuronas_x4
+
+makeoptions CPUFLAGS="-mcpu=xscale" # Xscale instruction set support
+no options CPU_SHEEVA
+no options KIRKWOOD
+
+# Also build a kernel with root on wd0, to avoid query for root fs
+config netbsd-wd0 root on wd0 type ffs
+
+# Development and Debugging options
+
+#options PERFCTRS # performance counters
+options DIAGNOSTIC # internal consistency checks
+options DEBUG
+#options PMAP_DEBUG # Enable pmap_debug_level code
+#options VERBOSE_INIT_ARM # verbose bootstraping messages
+#options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
+#options KGDB
+#options DEBUG_KGDB
+makeoptions DEBUG="-g" # compile full symbol table
+#makeoptions COPTS="-O2"
+makeoptions COPY_SYMTAB=1
+#options AUDIO_DEBUG=2
+
+
+rs5c372rtc* at iic? addr 0x32 # RICOH RS5C372 RTC
+
+# PCI network interfaces
+#mskc* at pci? dev ? function ? # Marvell Yukon 2 Gigabit Ethernet
+#msk* at mskc?
Home |
Main Index |
Thread Index |
Old Index