34 lines
989 B
Plaintext
34 lines
989 B
Plaintext
# $NetBSD: std.bcm53xx,v 1.14 2014/02/21 22:31:58 matt 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 SOSEND_NO_LOAN
|
|
options COM_TOLERANCE=40
|
|
options FPU_VFP
|
|
options CORTEX_PMC
|
|
options _ARM32_NEED_BUS_DMA_BOUNCE
|
|
options PMAP_NEED_ALLOC_POOLPAGE
|
|
options __HAVE_MM_MD_DIRECT_MAPPED_PHYS
|
|
options __HAVE_MM_MD_CACHE_ALIASING
|
|
options __HAVE_FAST_SOFTINTS # should be in types.h
|
|
options __HAVE_CPU_UAREA_ALLOC_IDLELWP
|
|
options __HAVE_CPU_COUNTER
|
|
options __HAVE_PCI_CONF_HOOK
|
|
options TPIDRPRW_IS_CURCPU
|
|
options KERNEL_BASE_EXT=0x80000000
|
|
options EVBARM_BOARDTYPE="bcm53xx"
|
|
|
|
makeoptions BOARDTYPE="bcm53xx"
|
|
makeoptions KERNEL_BASE_VIRT="0x80100000"
|
|
makeoptions LOADADDRESS="0x00100000"
|
|
makeoptions BOARDMKFRAG="${THISARM}/conf/mk.bcm53xx"
|
|
|
|
options ARM_INTR_IMPL="<arch/arm/broadcom/bcm53xx_intr.h>"
|
|
options ARM_GENERIC_TODR
|