std.marvell revision 1.2
1#	$NetBSD: std.marvell,v 1.2 2012/09/02 13:34:50 matt Exp $
2#
3# standard NetBSD/evbarm for MAEVELL options
4
5machine	evbarm arm
6include 	"conf/std"	# MI standard options
7
8include 	"arch/evbarm/conf/files.marvell"
9
10options 	EXEC_ELF32
11options 	EXEC_SCRIPT
12
13# To support easy transit to ../arch/arm/arm32
14options 	ARM32
15options 	__HAVE_PCI_CONF_HOOK		# should be in types.h
16options 	__HAVE_CPU_UAREA_ALLOC_IDLELWP
17
18options 	COM_REGMAP
19
20options 	KERNEL_BASE_EXT=0xc0000000
21makeoptions	LOADADDRESS="0xc0008000"
22makeoptions	BOARDMKFRAG="${THISARM}/conf/mk.marvell"
23options 	ARM_INTR_IMPL="<arch/arm/marvell/mvsoc_intr.h>"
24