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