xref: /netbsd-src/sys/arch/evbarm/conf/std.netwalker (revision 85d8c8a334d79f8ca442424b42d4b22c5d1b48a1)
1#	$NetBSD: std.netwalker,v 1.14 2021/09/24 08:04:15 skrll Exp $
2#
3# standard NetBSD/evbarm options for Sharp NetWalker
4
5machine		evbarm arm
6include		"arch/evbarm/conf/std.evbarm"
7
8# Pull in i.mx51 config definitions.
9include		"arch/evbarm/conf/files.netwalker"
10
11options 	ARM_GENERIC_TODR
12options 	ARM_HAS_VBAR
13options 	ARM_INTR_IMPL="<arch/arm/imx/imx51_intr.h>"
14options 	DRAM_BLOCKS=256
15options 	EVBARM_BOARDTYPE="netwalker"
16options 	FPU_VFP
17options 	MODULAR
18options 	MODULAR_DEFAULT_AUTOLOAD
19options 	TPIDRPRW_IS_CURCPU
20options 	__BUS_SPACE_HAS_STREAM_METHODS
21options 	__HAVE_CPU_COUNTER
22options 	__HAVE_CPU_UAREA_ALLOC_IDLELWP
23options 	__HAVE_GENERIC_START
24options 	__HAVE_GENERIC_CPU_INITCLOCKS
25options 	__HAVE_FAST_SOFTINTS		# should be in types.h
26options 	CORTEX_PMC
27options 	CORTEX_PMC_CCNT_HZ=800000000
28
29makeoptions 	BOARDMKFRAG="${THISARM}/conf/mk.netwalker"
30
31makeoptions	KERNEL_BASE_PHYS=0x90008000
32makeoptions	KERNEL_BASE_VIRT=0x80008000
33
34# Prevent the addition of a command line -DKERNEL_BASE_VOFFSET= as it
35# is done at runtime.
36makeoptions	KERNEL_VOFFSET_RUNTIME=1
37
38