Home | History | Annotate | Line # | Download | only in conf
std.generic64 revision 1.1
      1  1.1  ryo #	$NetBSD: std.generic64,v 1.1 2018/04/01 04:35:04 ryo Exp $
      2  1.1  ryo #
      3  1.1  ryo # 	generic NetBSD/evbarm64 with FDT support
      4  1.1  ryo 
      5  1.1  ryo machine		evbarm aarch64
      6  1.1  ryo include		"conf/std"
      7  1.1  ryo include		"arch/aarch64/conf/std.aarch64"	# arch standard options
      8  1.1  ryo 
      9  1.1  ryo # Architecture options
     10  1.1  ryo options 	AARCH64
     11  1.1  ryo 
     12  1.1  ryo options 	__HAVE_PCI_CONF_HOOK
     13  1.1  ryo 
     14  1.1  ryo options 	ARM_GENERIC_TODR
     15  1.1  ryo options 	ARM_INTR_IMPL="<arch/arm/fdt/fdt_intr.h>"
     16  1.1  ryo options 	FDT				# Flattened Device Tree support
     17  1.1  ryo options 	FPU_VFP
     18  1.1  ryo options 	DRAM_BLOCKS=256
     19  1.1  ryo options 	EVBARM_BOARDTYPE="FDT"
     20  1.1  ryo options 	PCI_NETBSD_CONFIGURE
     21  1.1  ryo 
     22  1.1  ryo # XXXNH not yet
     23  1.1  ryo #options 	__HAVE_CPU_UAREA_ALLOC_IDLELWP
     24  1.1  ryo #options 	MODULAR
     25  1.1  ryo #options 	MODULAR_DEFAULT_AUTOLOAD
     26  1.1  ryo #options 	ARM_HAS_VBAR
     27  1.1  ryo #options 	KERNEL_BASE_EXT=0x80000000
     28  1.1  ryo 
     29  1.1  ryo makeoptions	BOARDMKFRAG="${THISARM}/conf/mk.generic64"
     30  1.1  ryo 
     31  1.1  ryo # General options
     32  1.1  ryo options 	CHILD_MAX=1024	# 160 is too few
     33  1.1  ryo options 	OPEN_MAX=1024	# 128 is too few
     34