std.generic64 revision 1.8
1#	$NetBSD: std.generic64,v 1.8 2018/10/21 00:42:06 jmcneill 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 	ACPI_REDUCED_HW
13options 	ARM_GENERIC_TODR
14options 	ARM_INTR_IMPL="<arch/arm/fdt/fdt_intr.h>"
15options 	DRAM_BLOCKS=256
16options 	EVBARM_BOARDTYPE="FDT"
17options 	FDT				# Flattened Device Tree support
18options 	FPU_VFP
19options 	PCI_NETBSD_CONFIGURE
20options 	__HAVE_PCI_CONF_HOOK
21options 	__HAVE_PCI_MSI_MSIX
22
23# XXXNH not yet
24#options 	__HAVE_CPU_UAREA_ALLOC_IDLELWP
25#options 	MODULAR
26#options 	MODULAR_DEFAULT_AUTOLOAD
27
28makeoptions	BOARDMKFRAG="${THISARM}/conf/mk.generic64"
29
30# initrd support
31options 	MEMORY_DISK_HOOKS
32options 	MEMORY_DISK_DYNAMIC
33pseudo-device 	md
34
35# General options
36options 	CHILD_MAX=1024	# 160 is too few
37options 	OPEN_MAX=1024	# 128 is too few
38