summaryrefslogtreecommitdiff
path: root/sys/arch/evbarm/conf/std.mmnet
blob: 84c49efb66f368055c9685f415b6dda51d0dc538 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#	$NetBSD: std.mmnet,v 1.3 2018/10/07 07:48:44 skrll Exp $
#
# NetBSD/evbarm options for Propox MMnet1002 evaluation board
#

machine		evbarm arm
include		"arch/evbarm/conf/std.evbarm"

# Pull in MMnet config definitions.
include		"arch/evbarm/conf/files.mmnet"

options 	AT91SAM9260

options 	EXEC_AOUT

options 	ARM_GENERIC_TODR

# timer speed
options 	HZ=100


options 	KERNEL_BASE_EXT=0xc0000000
makeoptions 	BOARDTYPE="mmnet"
makeoptions 	BOARDMKFRAG="${THISARM}/conf/mk.mmnet"
makeoptions 	KERNEL_BASE_PHYS=0x20200000
makeoptions 	KERNEL_BASE_VIRT=0xc0200000

options 	ARM_INTR_IMPL="<arch/arm/at91/at91intr.h>"