1# $NetBSD: std.generic64,v 1.11 2019/09/06 21:09:11 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 MODULAR 20options MODULAR_DEFAULT_AUTOLOAD 21options PCI_NETBSD_CONFIGURE 22options _ARM32_NEED_BUS_DMA_BOUNCE 23options __HAVE_GENERIC_CPU_INITCLOCKS 24options __HAVE_PCI_CONF_HOOK 25options __HAVE_PCI_MSI_MSIX 26 27# XXXNH not yet 28#options __HAVE_CPU_UAREA_ALLOC_IDLELWP 29 30makeoptions BOARDMKFRAG="${THISARM}/conf/mk.generic64" 31 32# initrd support 33options MEMORY_DISK_HOOKS 34options MEMORY_DISK_DYNAMIC 35pseudo-device md 36 37# General options 38options CHILD_MAX=1024 # 160 is too few 39options OPEN_MAX=1024 # 128 is too few 40