blob: 1ba8f2e5baa031fd6ebf7122b70a2f72a5fa5e92 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
# $NetBSD: std.bcm53xx,v 1.20 2019/05/18 08:49:23 skrll Exp $
#
# standard NetBSD/evbarm for BCM5301X options
machine evbarm arm
include "arch/evbarm/conf/std.evbarm"
# Pull in BCM53xx config definitions.
include "arch/evbarm/conf/files.bcm53xx"
options ARM_GENERIC_TODR
options ARM_INTR_IMPL="<arch/arm/broadcom/bcm53xx_intr.h>"
options COM_TOLERANCE=40
options CORTEX_PMC
options EVBARM_BOARDTYPE="bcm53xx"
options FPU_VFP
options PMAP_NEED_ALLOC_POOLPAGE
options SOSEND_NO_LOAN
options TPIDRPRW_IS_CURCPU
options _ARM32_NEED_BUS_DMA_BOUNCE
options __HAVE_CPU_COUNTER
options __HAVE_CPU_UAREA_ALLOC_IDLELWP
options __HAVE_FAST_SOFTINTS # should be in types.h
options __HAVE_GENERIC_START
options __HAVE_MM_MD_CACHE_ALIASING
options __HAVE_MM_MD_DIRECT_MAPPED_PHYS
options __HAVE_PCI_CONF_HOOK
makeoptions BOARDMKFRAG="${THISARM}/conf/mk.bcm53xx"
makeoptions BOARDTYPE="bcm53xx"
makeoptions KERNEL_BASE_VIRT="0x80100000"
makeoptions LOADADDRESS="0x00100000"
|