std.bcm53xx revision 1.21
11.21Sskrll#	$NetBSD: std.bcm53xx,v 1.21 2024/02/13 19:07:42 skrll Exp $
21.1Smatt#
31.10Smatt# standard NetBSD/evbarm for BCM5301X options
41.1Smatt
51.15Sskrllmachine		evbarm arm
61.18Sskrllinclude 	"arch/evbarm/conf/std.evbarm"
71.1Smatt
81.1Smatt# Pull in BCM53xx config definitions.
91.9Smattinclude		"arch/evbarm/conf/files.bcm53xx"
101.1Smatt
111.19Sskrlloptions 	ARM_GENERIC_TODR
121.19Sskrlloptions 	ARM_INTR_IMPL="<arch/arm/broadcom/bcm53xx_intr.h>"
131.1Smattoptions 	COM_TOLERANCE=40
141.19Sskrlloptions 	CORTEX_PMC
151.19Sskrlloptions 	EVBARM_BOARDTYPE="bcm53xx"
161.18Sskrlloptions 	FPU_VFP
171.19Sskrlloptions 	PMAP_NEED_ALLOC_POOLPAGE
181.19Sskrlloptions 	SOSEND_NO_LOAN
191.19Sskrlloptions 	TPIDRPRW_IS_CURCPU
201.18Sskrlloptions 	_ARM32_NEED_BUS_DMA_BOUNCE
211.19Sskrlloptions 	__HAVE_CPU_COUNTER
221.19Sskrlloptions 	__HAVE_CPU_UAREA_ALLOC_IDLELWP
231.19Sskrlloptions 	__HAVE_FAST_SOFTINTS		# should be in types.h
241.20Sskrlloptions 	__HAVE_GENERIC_START
251.19Sskrlloptions 	__HAVE_MM_MD_CACHE_ALIASING
261.18Sskrlloptions 	__HAVE_MM_MD_DIRECT_MAPPED_PHYS
271.3Smattoptions 	__HAVE_PCI_CONF_HOOK
281.18Sskrll
291.19Sskrllmakeoptions	BOARDMKFRAG="${THISARM}/conf/mk.bcm53xx"
301.18Sskrllmakeoptions	BOARDTYPE="bcm53xx"
311.21Sskrll
321.21Sskrll# Prevent the addition of a command line -DKERNEL_BASE_VOFFSET= as it
331.21Sskrll# is done at runtime.
341.21Sskrllmakeoptions	KERNEL_VOFFSET_RUNTIME=1
351.21Sskrll
361.18Sskrllmakeoptions	KERNEL_BASE_VIRT="0x80100000"
371.18Sskrllmakeoptions	LOADADDRESS="0x00100000"
38