1 1.1.2.2 yamt # $NetBSD: KUROBOX_PRO,v 1.1.2.2 2010/10/09 03:31:43 yamt Exp $ 2 1.1.2.2 yamt # 3 1.1.2.2 yamt # KUROBOX_PRO -- KUROUTOSHIKOU. KURO-BOX/PRO platform kernel 4 1.1.2.2 yamt # 5 1.1.2.2 yamt 6 1.1.2.2 yamt include "arch/evbarm/conf/MARVELL_NAS" 7 1.1.2.2 yamt 8 1.1.2.2 yamt # Board Type 9 1.1.2.2 yamt makeoptions BOARDTYPE="kurobox_pro" 10 1.1.2.2 yamt options EVBARM_BOARDTYPE=kurobox_pro 11 1.1.2.2 yamt 12 1.1.2.2 yamt makeoptions CPUFLAGS="-mcpu=xscale" # Xscale instruction set support 13 1.1.2.2 yamt no options CPU_SHEEVA 14 1.1.2.2 yamt no options KIRKWOOD 15 1.1.2.2 yamt 16 1.1.2.2 yamt # Development and Debugging options 17 1.1.2.2 yamt 18 1.1.2.2 yamt #options PERFCTRS # performance counters 19 1.1.2.2 yamt options DIAGNOSTIC # internally consistency checks 20 1.1.2.2 yamt options DEBUG 21 1.1.2.2 yamt #options PMAP_DEBUG # Enable pmap_debug_level code 22 1.1.2.2 yamt #options VERBOSE_INIT_ARM # verbose bootstraping messages 23 1.1.2.2 yamt options DDB # in-kernel debugger 24 1.1.2.2 yamt #options DDB_HISTORY_SIZE=100 # Enable history editing in DDB 25 1.1.2.2 yamt #options KGDB 26 1.1.2.2 yamt #options DEBUG_KGDB 27 1.1.2.2 yamt makeoptions DEBUG="-g -O2" # compile full symbol table 28 1.1.2.2 yamt options SYMTAB_SPACE=500000 29 1.1.2.2 yamt #options AUDIO_DEBUG=2 30 1.1.2.2 yamt 31 1.1.2.2 yamt 32 1.1.2.2 yamt # On-chip PCI Interface doesn't use. 33 1.1.2.2 yamt no gtpci* at mvsoc? 34 1.1.2.2 yamt no pci* at gtpci? 35 1.1.2.2 yamt 36 1.1.2.2 yamt rs5c372rtc* at iic? addr 0x32 # RICOH RS5C372 RTC 37 1.1.2.2 yamt 38 1.1.2.2 yamt # PCI network interfaces 39 1.1.2.2 yamt #mskc* at pci? dev ? function ? # Marvell Yukon 2 Gigabit Ethernet 40 1.1.2.2 yamt #msk* at mskc? 41