xref: /netbsd-src/sys/arch/evbarm/conf/std.armadaxp (revision 7788a0781fe6ff2cce37368b4578a7ade0850cb1)
1#	$NetBSD: std.armadaxp,v 1.2 2013/06/14 20:02:44 rkujawa Exp $
2#
3# standard NetBSD/evbarm for ARMADAXP options
4
5machine		evbarm arm
6include		"conf/std"	# MI standard options
7
8include 	"arch/evbarm/conf/files.armadaxp"
9
10options 	EXEC_ELF32
11options 	EXEC_SCRIPT
12
13# To support easy transit to ../arch/arm/arm32
14options 	ARM32
15options 	__HAVE_FAST_SOFTINTS		# should be in types.h
16options 	__HAVE_PCI_CONF_HOOK		# should be in types.h
17
18
19# Build for armv7-a, soft-floats only
20makeoptions	CPUFLAGS="-march=armv7-a -msoft-float"
21
22options 	KERNEL_BASE_EXT=0xc0000000
23options 	STARTUP_PAGETABLE_ADDR=0x00100000
24options 	MEMSTART=0x00000000
25makeoptions	LOADADDRESS="0x00200000"
26
27makeoptions	BOARDTYPE="armadaxp"
28makeoptions	BOARDMKFRAG="${THISARM}/conf/mk.armadaxp"
29
30options 	EVBARM_BOARDTYPE="Armada XP"
31options		ARM_HAS_VBAR
32options 	ARM_INTR_IMPL="<arch/arm/marvell/mvsoc_intr.h>"
33options 	COM_REGMAP
34options 	COM_16750
35options 	PIC_MAXSOURCES=128
36