std.bcm53xx revision 1.9
11.9Smatt# $NetBSD: std.bcm53xx,v 1.9 2012/12/16 20:44:16 matt Exp $ 21.1Smatt# 31.1Smatt# standard NetBSD/evbarm for BEAGLEBAORD 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.6Smatt#options _ARM32_NEED_BUS_DMA_BOUNCE 161.7Smattoptions PMAP_NEED_ALLOC_POOLPAGE 171.8Smattoptions __HAVE_MM_MD_DIRECT_MAPPED_PHYS 181.1Smattoptions __HAVE_FAST_SOFTINTS # should be in types.h 191.1Smattoptions __HAVE_CPU_UAREA_ALLOC_IDLELWP 201.2Smattoptions __HAVE_CPU_COUNTER 211.3Smattoptions __HAVE_ATOMIC64_OPS 221.3Smattoptions __HAVE_PCI_CONF_HOOK 231.1Smattoptions TPIDRPRW_IS_CURCPU 241.1Smattoptions KERNEL_BASE_EXT=0x80000000 251.1Smattoptions EVBARM_BOARDTYPE="bcm53xx" 261.1Smatt 271.1Smattmakeoptions LOADADDRESS="0x80100000" 281.1Smattmakeoptions BOARDMKFRAG="${THISARM}/conf/mk.bcm53xx" 291.1Smattmakeoptions CPPFLAGS+="-I$S/../../../include" 301.1Smatt 311.1Smattoptions ARM_INTR_IMPL="<arch/arm/broadcom/bcm53xx_intr.h>" 321.1Smattoptions ARM_GENERIC_TODR 33