11.22Sskrll# $NetBSD: std.bcm53xx,v 1.22 2024/02/25 14:19:08 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.22Sskrlloptions ARM_HAS_VBAR 131.19Sskrlloptions ARM_INTR_IMPL="<arch/arm/broadcom/bcm53xx_intr.h>" 141.1Smattoptions COM_TOLERANCE=40 151.19Sskrlloptions CORTEX_PMC 161.19Sskrlloptions EVBARM_BOARDTYPE="bcm53xx" 171.18Sskrlloptions FPU_VFP 181.19Sskrlloptions PMAP_NEED_ALLOC_POOLPAGE 191.19Sskrlloptions SOSEND_NO_LOAN 201.19Sskrlloptions TPIDRPRW_IS_CURCPU 211.18Sskrlloptions _ARM32_NEED_BUS_DMA_BOUNCE 221.19Sskrlloptions __HAVE_CPU_COUNTER 231.19Sskrlloptions __HAVE_CPU_UAREA_ALLOC_IDLELWP 241.19Sskrlloptions __HAVE_FAST_SOFTINTS # should be in types.h 251.20Sskrlloptions __HAVE_GENERIC_START 261.19Sskrlloptions __HAVE_MM_MD_CACHE_ALIASING 271.18Sskrlloptions __HAVE_MM_MD_DIRECT_MAPPED_PHYS 281.3Smattoptions __HAVE_PCI_CONF_HOOK 291.18Sskrll 301.19Sskrllmakeoptions BOARDMKFRAG="${THISARM}/conf/mk.bcm53xx" 311.18Sskrllmakeoptions BOARDTYPE="bcm53xx" 321.21Sskrll 331.21Sskrll# Prevent the addition of a command line -DKERNEL_BASE_VOFFSET= as it 341.21Sskrll# is done at runtime. 351.21Sskrllmakeoptions KERNEL_VOFFSET_RUNTIME=1 361.21Sskrll 371.18Sskrllmakeoptions KERNEL_BASE_VIRT="0x80100000" 381.18Sskrllmakeoptions LOADADDRESS="0x00100000" 39