std.bcm53xx revision 1.18 1 # $NetBSD: std.bcm53xx,v 1.18 2018/10/18 09:01:54 skrll 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_PCI_CONF_HOOK
23 options TPIDRPRW_IS_CURCPU
24 options EVBARM_BOARDTYPE="bcm53xx"
25
26 makeoptions BOARDTYPE="bcm53xx"
27 makeoptions KERNEL_BASE_VIRT="0x80100000"
28 makeoptions LOADADDRESS="0x00100000"
29 makeoptions BOARDMKFRAG="${THISARM}/conf/mk.bcm53xx"
30
31 options ARM_INTR_IMPL="<arch/arm/broadcom/bcm53xx_intr.h>"
32 options ARM_GENERIC_TODR
33