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