Home | History | Annotate | Line # | Download | only in conf
std.generic64 revision 1.2
      1  1.2  jmcneill #	$NetBSD: std.generic64,v 1.2 2018/09/08 00:42:24 jmcneill 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.2  jmcneill # initrd support
     32  1.2  jmcneill options		MEMORY_DISK_HOOKS
     33  1.2  jmcneill options		MEMORY_DISK_DYNAMIC
     34  1.2  jmcneill pseudo-device	md
     35  1.2  jmcneill 
     36  1.1       ryo # General options
     37  1.1       ryo options 	CHILD_MAX=1024	# 160 is too few
     38  1.1       ryo options 	OPEN_MAX=1024	# 128 is too few
     39