1 # $NetBSD: KUROBOX_PRO,v 1.15 2021/08/30 01:29:41 rin 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="kurobox_pro" 10 options EVBARM_BOARDTYPE=kurobox_pro 11 12 makeoptions CPUFLAGS="-mcpu=arm926ej-s" 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 DIAGNOSTIC # internal consistency checks 22 options DEBUG 23 #options UVMHIST # kernhist for uvm/pmap subsystems 24 #options VERBOSE_INIT_ARM # verbose bootstraping messages 25 #options DDB_HISTORY_SIZE=100 # Enable history editing in DDB 26 #options KGDB 27 #options DEBUG_KGDB 28 makeoptions DEBUG="-g" # compile full symbol table 29 #makeoptions COPTS="-O2" 30 makeoptions COPY_SYMTAB=1 31 #options AUDIO_DEBUG=2 32 33 # XXX PR port-arm/56380 34 no options PAX_ASLR 35 36 # On-chip PCI Interface doesn't use. 37 no gtpci* at mvsoc? 38 no pci* at gtpci? 39 40 rs5c372rtc* at iic? addr 0x32 # RICOH RS5C372 RTC 41 42 # PCI network interfaces 43 #mskc* at pci? dev ? function ? # Marvell Yukon 2 Gigabit Ethernet 44 #msk* at mskc? 45 46 # NVM Express controllers and devices 47 nvme* at pci? dev ? function ? 48 ld* at nvme? nsid ? 49