Home | History | Annotate | Line # | Download | only in conf
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 
      5 machine		evbarm aarch64
      6 include		"conf/std"
      7 include		"arch/aarch64/conf/std.aarch64"	# arch standard options
      8 
      9 # Architecture options
     10 options 	AARCH64
     11 
     12 options 	ARM_GENERIC_TODR
     13 options 	ARM_INTR_IMPL="<arch/arm/fdt/fdt_intr.h>"
     14 options 	DRAM_BLOCKS=256
     15 options 	EVBARM_BOARDTYPE="FDT"
     16 options 	FDT				# Flattened Device Tree support
     17 options 	FPU_VFP
     18 options 	PCI_NETBSD_CONFIGURE
     19 options 	__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 
     26 makeoptions	BOARDMKFRAG="${THISARM}/conf/mk.generic64"
     27 
     28 # initrd support
     29 options 	MEMORY_DISK_HOOKS
     30 options 	MEMORY_DISK_DYNAMIC
     31 pseudo-device 	md
     32 
     33 # General options
     34 options 	CHILD_MAX=1024	# 160 is too few
     35 options 	OPEN_MAX=1024	# 128 is too few
     36