xref: /netbsd-src/sys/arch/evbarm/conf/std.armadaxp (revision b7b7574d3bf8eeb51a1fa3977b59142ec6434a55)
1#	$NetBSD: std.armadaxp,v 1.3 2014/03/29 15:02:00 matt 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=0x80000000
23options 	STARTUP_PAGETABLE_ADDR=0x00100000
24options 	MEMSTART=0x00000000
25makeoptions	LOADADDRESS="0x00200000"
26makeoptions	KERNEL_BASE_PHYS="0x00200000"
27makeoptions	KERNEL_BASE_VIRT="0x80200000"
28
29makeoptions	BOARDTYPE="armadaxp"
30makeoptions	BOARDMKFRAG="${THISARM}/conf/mk.armadaxp"
31
32options 	EVBARM_BOARDTYPE="Armada XP"
33options		ARM_HAS_VBAR
34options 	ARM_INTR_IMPL="<arch/arm/marvell/mvsoc_intr.h>"
35options 	COM_REGMAP
36options 	COM_16750
37options 	PIC_MAXSOURCES=128
38