std.bcm53xx revision 1.7
11.7Smatt# $NetBSD: std.bcm53xx,v 1.7 2012/10/17 20:21:26 matt Exp $ 21.1Smatt# 31.1Smatt# standard NetBSD/evbarm for BEAGLEBAORD options 41.1Smatt 51.1Smattmachine evbarm arm 61.1Smattinclude "conf/std" # MI standard options 71.1Smatt 81.1Smatt# Pull in BCM53xx config definitions. 91.1Smattinclude "arch/evbarm/conf/files.bcm53xx" 101.1Smatt 111.1Smattoptions EXEC_ELF32 121.1Smattoptions EXEC_SCRIPT 131.1Smatt 141.1Smatt# To support easy transit to ../arch/arm/arm32 151.1Smattoptions COM_TOLERANCE=40 161.1Smattoptions ARM32 171.5Smattoptions FPU_VFP 181.1Smattoptions CORTEX_PMC 191.6Smatt#options _ARM32_NEED_BUS_DMA_BOUNCE 201.7Smattoptions PMAP_NEED_ALLOC_POOLPAGE 211.1Smattoptions __HAVE_FAST_SOFTINTS # should be in types.h 221.1Smattoptions __HAVE_CPU_UAREA_ALLOC_IDLELWP 231.2Smattoptions __HAVE_CPU_COUNTER 241.3Smattoptions __HAVE_ATOMIC64_OPS 251.3Smattoptions __HAVE_PCI_CONF_HOOK 261.1Smattoptions TPIDRPRW_IS_CURCPU 271.1Smattoptions KERNEL_BASE_EXT=0x80000000 281.1Smattoptions EVBARM_BOARDTYPE="bcm53xx" 291.1Smatt 301.1Smattmakeoptions LOADADDRESS="0x80100000" 311.1Smattmakeoptions BOARDMKFRAG="${THISARM}/conf/mk.bcm53xx" 321.1Smattmakeoptions CPPFLAGS+="-I$S/../../../include" 331.1Smatt 341.1Smattoptions ARM_INTR_IMPL="<arch/arm/broadcom/bcm53xx_intr.h>" 351.1Smattoptions ARM_GENERIC_TODR 36