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