std.marvell revision 1.1
1#	$NetBSD: std.marvell,v 1.1 2010/10/02 06:15:52 kiyohara 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
16
17options 	COM_REGMAP
18
19options 	KERNEL_BASE_EXT=0xc0000000
20makeoptions	LOADADDRESS="0xc0008000"
21makeoptions	BOARDMKFRAG="${THISARM}/conf/mk.marvell"
22options 	ARM_INTR_IMPL="<arch/arm/marvell/mvsoc_intr.h>"
23