Home | History | Annotate | Line # | Download | only in conf
std.bcm53xx revision 1.15
      1 #	$NetBSD: std.bcm53xx,v 1.15 2018/10/07 07:48:43 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 	KERNEL_BASE_EXT=0x80000000
     25 options 	EVBARM_BOARDTYPE="bcm53xx"
     26 
     27 makeoptions 	BOARDTYPE="bcm53xx"
     28 makeoptions 	KERNEL_BASE_VIRT="0x80100000"
     29 makeoptions 	LOADADDRESS="0x00100000"
     30 makeoptions 	BOARDMKFRAG="${THISARM}/conf/mk.bcm53xx"
     31 
     32 options 	ARM_INTR_IMPL="<arch/arm/broadcom/bcm53xx_intr.h>"
     33 options 	ARM_GENERIC_TODR
     34