std.armadaxp revision 1.1
1#	$NetBSD: std.armadaxp,v 1.1 2013/05/29 22:52:19 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_INTR_IMPL="<arch/arm/marvell/mvsoc_intr.h>"
32options 	COM_REGMAP
33options 	COM_16750
34options 	PIC_MAXSOURCES=128
35