KURONAS_X4 revision 1.1 1 # $NetBSD: KURONAS_X4,v 1.1 2016/07/12 13:28:46 kiyohara Exp $
2 #
3 # KUROBOX_PRO -- KUROUTOSHIKOU. KURO-BOX/PRO platform kernel
4 #
5
6 include "arch/evbarm/conf/MARVELL_NAS"
7
8 # Board Type
9 makeoptions BOARDTYPE="kuronas_x4"
10 options EVBARM_BOARDTYPE=kuronas_x4
11
12 makeoptions CPUFLAGS="-mcpu=xscale" # Xscale instruction set support
13 no options CPU_SHEEVA
14 no options KIRKWOOD
15
16 # Also build a kernel with root on wd0, to avoid query for root fs
17 config netbsd-wd0 root on wd0 type ffs
18
19 # Development and Debugging options
20
21 #options PERFCTRS # performance counters
22 options DIAGNOSTIC # internal consistency checks
23 options DEBUG
24 #options PMAP_DEBUG # Enable pmap_debug_level code
25 #options VERBOSE_INIT_ARM # verbose bootstraping messages
26 #options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
27 #options KGDB
28 #options DEBUG_KGDB
29 makeoptions DEBUG="-g" # compile full symbol table
30 #makeoptions COPTS="-O2"
31 makeoptions COPY_SYMTAB=1
32 #options AUDIO_DEBUG=2
33
34
35 rs5c372rtc* at iic? addr 0x32 # RICOH RS5C372 RTC
36
37 # PCI network interfaces
38 #mskc* at pci? dev ? function ? # Marvell Yukon 2 Gigabit Ethernet
39 #msk* at mskc?
40