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