Home | History | Annotate | Line # | Download | only in conf
      1 #	$NetBSD: std.generic64,v 1.20 2022/10/14 22:10:15 jmcneill 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 	ACPI_REDUCED_HW
     13 options 	ARM_GENERIC_TODR
     14 options 	ARM_INTR_IMPL="<arch/arm/fdt/fdt_intr.h>"
     15 options 	DRAM_BLOCKS=256
     16 options 	EVBARM_BOARDTYPE="FDT"
     17 options 	FDT				# Flattened Device Tree support
     18 options 	FPU_VFP
     19 options 	MODULAR
     20 options 	MODULAR_DEFAULT_AUTOLOAD
     21 options 	PCI_NETBSD_CONFIGURE
     22 options 	PCI_RESOURCE
     23 options 	PCI_SMCCC		# Arm PCI Conf Access Firmware Interface
     24 options 	_ARM32_NEED_BUS_DMA_BOUNCE
     25 options 	__HAVE_GENERIC_CPU_INITCLOCKS
     26 options 	__HAVE_PCI_CONF_HOOK
     27 options 	__HAVE_PCI_MSI_MSIX
     28 options 	__BUS_SPACE_HAS_PROBING_METHODS
     29 options 	__BUS_SPACE_HAS_STREAM_METHODS
     30 
     31 # XXXNH not yet
     32 #options 	__HAVE_CPU_UAREA_ALLOC_IDLELWP
     33 
     34 makeoptions	BOARDMKFRAG="${THISARM}/conf/mk.generic64"
     35 
     36 # initrd support
     37 options 	MEMORY_DISK_HOOKS
     38 options 	MEMORY_DISK_DYNAMIC
     39 pseudo-device 	md
     40 
     41 # General options
     42 options 	CHILD_MAX=1024	# 160 is too few
     43 options 	OPEN_MAX=1024	# 128 is too few
     44