std.bcm53xx revision 1.11 1 # $NetBSD: std.bcm53xx,v 1.11 2013/02/13 23:25:28 matt Exp $
2 #
3 # standard NetBSD/evbarm for BCM5301X 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_MM_MD_CACHE_ALIASING
19 options __HAVE_FAST_SOFTINTS # should be in types.h
20 options __HAVE_CPU_UAREA_ALLOC_IDLELWP
21 options __HAVE_CPU_COUNTER
22 options __HAVE_ATOMIC64_OPS
23 options __HAVE_PCI_CONF_HOOK
24 options TPIDRPRW_IS_CURCPU
25 options KERNEL_BASE_EXT=0x80000000
26 options EVBARM_BOARDTYPE="bcm53xx"
27
28 makeoptions LOADADDRESS="0x80100000"
29 makeoptions BOARDMKFRAG="${THISARM}/conf/mk.bcm53xx"
30 makeoptions CPPFLAGS+="-I$S/../../../include"
31
32 options ARM_INTR_IMPL="<arch/arm/broadcom/bcm53xx_intr.h>"
33 options ARM_GENERIC_TODR
34