2014-02-22 02:31:58 +04:00
|
|
|
# $NetBSD: std.bcm53xx,v 1.14 2014/02/21 22:31:58 matt Exp $
|
2012-09-01 04:15:11 +04:00
|
|
|
#
|
2012-12-17 03:47:56 +04:00
|
|
|
# standard NetBSD/evbarm for BCM5301X options
|
2012-09-01 04:15:11 +04:00
|
|
|
|
|
|
|
machine evbarm arm
|
2012-12-17 00:44:16 +04:00
|
|
|
include "arch/evbarm/conf/std.evbarm"
|
2012-09-01 04:15:11 +04:00
|
|
|
|
|
|
|
# Pull in BCM53xx config definitions.
|
2012-12-17 00:44:16 +04:00
|
|
|
include "arch/evbarm/conf/files.bcm53xx"
|
2012-09-01 04:15:11 +04:00
|
|
|
|
2012-12-12 04:04:21 +04:00
|
|
|
options SOSEND_NO_LOAN
|
2012-09-01 04:15:11 +04:00
|
|
|
options COM_TOLERANCE=40
|
2012-09-22 23:49:34 +04:00
|
|
|
options FPU_VFP
|
2012-09-01 04:15:11 +04:00
|
|
|
options CORTEX_PMC
|
2013-02-14 03:25:28 +04:00
|
|
|
options _ARM32_NEED_BUS_DMA_BOUNCE
|
2012-10-18 00:21:26 +04:00
|
|
|
options PMAP_NEED_ALLOC_POOLPAGE
|
2012-12-12 04:04:21 +04:00
|
|
|
options __HAVE_MM_MD_DIRECT_MAPPED_PHYS
|
2013-02-14 03:25:28 +04:00
|
|
|
options __HAVE_MM_MD_CACHE_ALIASING
|
2012-09-01 04:15:11 +04:00
|
|
|
options __HAVE_FAST_SOFTINTS # should be in types.h
|
|
|
|
options __HAVE_CPU_UAREA_ALLOC_IDLELWP
|
2012-09-01 15:04:17 +04:00
|
|
|
options __HAVE_CPU_COUNTER
|
2012-09-15 10:10:50 +04:00
|
|
|
options __HAVE_PCI_CONF_HOOK
|
2012-09-01 04:15:11 +04:00
|
|
|
options TPIDRPRW_IS_CURCPU
|
|
|
|
options KERNEL_BASE_EXT=0x80000000
|
|
|
|
options EVBARM_BOARDTYPE="bcm53xx"
|
|
|
|
|
2013-10-29 02:35:07 +04:00
|
|
|
makeoptions BOARDTYPE="bcm53xx"
|
|
|
|
makeoptions KERNEL_BASE_VIRT="0x80100000"
|
|
|
|
makeoptions LOADADDRESS="0x00100000"
|
2012-09-01 04:15:11 +04:00
|
|
|
makeoptions BOARDMKFRAG="${THISARM}/conf/mk.bcm53xx"
|
|
|
|
|
|
|
|
options ARM_INTR_IMPL="<arch/arm/broadcom/bcm53xx_intr.h>"
|
|
|
|
options ARM_GENERIC_TODR
|