std.bcm53xx revision 1.18
11.18Sskrll# $NetBSD: std.bcm53xx,v 1.18 2018/10/18 09:01:54 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.18Sskrlloptions SOSEND_NO_LOAN 121.1Smattoptions COM_TOLERANCE=40 131.18Sskrlloptions FPU_VFP 141.16Sskrlloptions CORTEX_PMC 151.18Sskrlloptions _ARM32_NEED_BUS_DMA_BOUNCE 161.16Sskrlloptions PMAP_NEED_ALLOC_POOLPAGE 171.18Sskrlloptions __HAVE_MM_MD_DIRECT_MAPPED_PHYS 181.18Sskrlloptions __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_PCI_CONF_HOOK 231.18Sskrlloptions TPIDRPRW_IS_CURCPU 241.18Sskrlloptions EVBARM_BOARDTYPE="bcm53xx" 251.18Sskrll 261.18Sskrllmakeoptions BOARDTYPE="bcm53xx" 271.18Sskrllmakeoptions KERNEL_BASE_VIRT="0x80100000" 281.18Sskrllmakeoptions LOADADDRESS="0x00100000" 291.18Sskrllmakeoptions BOARDMKFRAG="${THISARM}/conf/mk.bcm53xx" 301.16Sskrll 311.18Sskrlloptions ARM_INTR_IMPL="<arch/arm/broadcom/bcm53xx_intr.h>" 321.18Sskrlloptions ARM_GENERIC_TODR 33