std.bcm53xx revision 1.11
11.11Smatt#	$NetBSD: std.bcm53xx,v 1.11 2013/02/13 23:25:28 matt Exp $
21.1Smatt#
31.10Smatt# standard NetBSD/evbarm for BCM5301X options
41.1Smatt
51.1Smattmachine	evbarm arm
61.9Smattinclude 	"arch/evbarm/conf/std.evbarm"
71.1Smatt
81.1Smatt# Pull in BCM53xx config definitions.
91.9Smattinclude		"arch/evbarm/conf/files.bcm53xx"
101.1Smatt
111.8Smattoptions 	SOSEND_NO_LOAN
121.1Smattoptions 	COM_TOLERANCE=40
131.5Smattoptions 	FPU_VFP
141.1Smattoptions 	CORTEX_PMC
151.11Smattoptions 	_ARM32_NEED_BUS_DMA_BOUNCE
161.7Smattoptions 	PMAP_NEED_ALLOC_POOLPAGE
171.8Smattoptions 	__HAVE_MM_MD_DIRECT_MAPPED_PHYS
181.11Smattoptions 	__HAVE_MM_MD_CACHE_ALIASING
191.1Smattoptions 	__HAVE_FAST_SOFTINTS		# should be in types.h
201.1Smattoptions 	__HAVE_CPU_UAREA_ALLOC_IDLELWP
211.2Smattoptions 	__HAVE_CPU_COUNTER
221.3Smattoptions 	__HAVE_ATOMIC64_OPS
231.3Smattoptions 	__HAVE_PCI_CONF_HOOK
241.1Smattoptions 	TPIDRPRW_IS_CURCPU
251.1Smattoptions 	KERNEL_BASE_EXT=0x80000000
261.1Smattoptions 	EVBARM_BOARDTYPE="bcm53xx"
271.1Smatt
281.1Smattmakeoptions	LOADADDRESS="0x80100000"
291.1Smattmakeoptions	BOARDMKFRAG="${THISARM}/conf/mk.bcm53xx"
301.1Smattmakeoptions	CPPFLAGS+="-I$S/../../../include"
311.1Smatt
321.1Smattoptions 	ARM_INTR_IMPL="<arch/arm/broadcom/bcm53xx_intr.h>"
331.1Smattoptions		ARM_GENERIC_TODR
34