std.generic revision 1.5
1#	$NetBSD: std.generic,v 1.5 2018/11/10 19:35:19 martin Exp $
2#
3# 	generic NetBSD/evbarm with FDT support
4
5machine		evbarm arm
6include		"conf/std"
7include		"arch/arm/conf/std.arm"		# arch standard options
8
9options 	EXEC_ELF32
10options 	EXEC_SCRIPT
11
12# Architecture opions
13options 	ARM32
14
15options 	ARM_GENERIC_TODR
16options 	ARM_HAS_VBAR
17options 	ARM_INTR_IMPL="<arch/arm/fdt/fdt_intr.h>"
18options 	DRAM_BLOCKS=256
19options 	EVBARM_BOARDTYPE="evbarm"
20options 	FDT				# Flattened Device Tree support
21options 	FPU_VFP
22options 	MODULAR
23options 	MODULAR_DEFAULT_AUTOLOAD
24options 	PCI_NETBSD_CONFIGURE
25options 	TPIDRPRW_IS_CURCPU
26options 	__BUS_SPACE_HAS_STREAM_METHODS
27options 	__HAVE_CPU_COUNTER
28options 	__HAVE_CPU_UAREA_ALLOC_IDLELWP
29options 	__HAVE_GENERIC_START
30options 	__HAVE_GENERIC_CPU_INITCLOCKS
31options 	__HAVE_FAST_SOFTINTS		# should be in types.h
32options 	__HAVE_PCI_CONF_HOOK
33
34makeoptions	BOARDMKFRAG="${THISARM}/conf/mk.generic"
35
36# The physical address is chosen by u-boot and determined by armv6_start.S.
37# The 64 byte offset is due to u-boot header.
38makeoptions	KERNEL_BASE_PHYS="0x00000040"
39makeoptions	KERNEL_BASE_VIRT="0x80000040"
40
41# General options
42options 	CHILD_MAX=1024	# 160 is too few
43options 	OPEN_MAX=1024	# 128 is too few
44