std.generic64 revision 1.5
1# $NetBSD: std.generic64,v 1.5 2018/10/15 05:14:07 skrll Exp $ 2# 3# generic NetBSD/evbarm64 with FDT support 4 5machine evbarm aarch64 6include "conf/std" 7include "arch/aarch64/conf/std.aarch64" # arch standard options 8 9# Architecture options 10options AARCH64 11 12options ARM_GENERIC_TODR 13options ARM_INTR_IMPL="<arch/arm/fdt/fdt_intr.h>" 14options DRAM_BLOCKS=256 15options EVBARM_BOARDTYPE="FDT" 16options FDT # Flattened Device Tree support 17options FPU_VFP 18options PCI_NETBSD_CONFIGURE 19options __HAVE_PCI_CONF_HOOK 20 21# XXXNH not yet 22#options __HAVE_CPU_UAREA_ALLOC_IDLELWP 23#options MODULAR 24#options MODULAR_DEFAULT_AUTOLOAD 25 26makeoptions BOARDMKFRAG="${THISARM}/conf/mk.generic64" 27 28# initrd support 29options MEMORY_DISK_HOOKS 30options MEMORY_DISK_DYNAMIC 31pseudo-device md 32 33# General options 34options CHILD_MAX=1024 # 160 is too few 35options OPEN_MAX=1024 # 128 is too few 36