1# $NetBSD: std.bcm53xx,v 1.7 2012/10/17 20:21:26 matt Exp $ 2# 3# standard NetBSD/evbarm for BEAGLEBAORD options 4 5machine evbarm arm 6include "conf/std" # MI standard options 7 8# Pull in BCM53xx config definitions. 9include "arch/evbarm/conf/files.bcm53xx" 10 11options EXEC_ELF32 12options EXEC_SCRIPT 13 14# To support easy transit to ../arch/arm/arm32 15options COM_TOLERANCE=40 16options ARM32 17options FPU_VFP 18options CORTEX_PMC 19#options _ARM32_NEED_BUS_DMA_BOUNCE 20options PMAP_NEED_ALLOC_POOLPAGE 21options __HAVE_FAST_SOFTINTS # should be in types.h 22options __HAVE_CPU_UAREA_ALLOC_IDLELWP 23options __HAVE_CPU_COUNTER 24options __HAVE_ATOMIC64_OPS 25options __HAVE_PCI_CONF_HOOK 26options TPIDRPRW_IS_CURCPU 27options KERNEL_BASE_EXT=0x80000000 28options EVBARM_BOARDTYPE="bcm53xx" 29 30makeoptions LOADADDRESS="0x80100000" 31makeoptions BOARDMKFRAG="${THISARM}/conf/mk.bcm53xx" 32makeoptions CPPFLAGS+="-I$S/../../../include" 33 34options ARM_INTR_IMPL="<arch/arm/broadcom/bcm53xx_intr.h>" 35options ARM_GENERIC_TODR 36