summaryrefslogtreecommitdiff
path: root/sys/arch/evbarm/conf/std.mpcsa
blob: 225ac9695d5bf505a8b91885898b0d6366976b86 (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.mpcsa,v 1.4 2018/10/07 07:48:44 skrll Exp $
#
# NetBSD/evbarm options for MPCSA evaluation board
#

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

# Pull in MPCSA config definitions.
include		"arch/evbarm/conf/files.mpcsa"

options 	AT91RM9200	# enable AT91RM9200 support

options 	EXEC_AOUT

options 	ARM_GENERIC_TODR

# timer speed
options 	HZ=1000


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

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