Home | History | Annotate | Line # | Download | only in conf
      1 #	$NetBSD: std.bcm53xx,v 1.22 2024/02/25 14:19:08 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 	ARM_GENERIC_TODR
     12 options 	ARM_HAS_VBAR
     13 options 	ARM_INTR_IMPL="<arch/arm/broadcom/bcm53xx_intr.h>"
     14 options 	COM_TOLERANCE=40
     15 options 	CORTEX_PMC
     16 options 	EVBARM_BOARDTYPE="bcm53xx"
     17 options 	FPU_VFP
     18 options 	PMAP_NEED_ALLOC_POOLPAGE
     19 options 	SOSEND_NO_LOAN
     20 options 	TPIDRPRW_IS_CURCPU
     21 options 	_ARM32_NEED_BUS_DMA_BOUNCE
     22 options 	__HAVE_CPU_COUNTER
     23 options 	__HAVE_CPU_UAREA_ALLOC_IDLELWP
     24 options 	__HAVE_FAST_SOFTINTS		# should be in types.h
     25 options 	__HAVE_GENERIC_START
     26 options 	__HAVE_MM_MD_CACHE_ALIASING
     27 options 	__HAVE_MM_MD_DIRECT_MAPPED_PHYS
     28 options 	__HAVE_PCI_CONF_HOOK
     29 
     30 makeoptions	BOARDMKFRAG="${THISARM}/conf/mk.bcm53xx"
     31 makeoptions	BOARDTYPE="bcm53xx"
     32 
     33 # Prevent the addition of a command line -DKERNEL_BASE_VOFFSET= as it
     34 # is done at runtime.
     35 makeoptions	KERNEL_VOFFSET_RUNTIME=1
     36 
     37 makeoptions	KERNEL_BASE_VIRT="0x80100000"
     38 makeoptions	LOADADDRESS="0x00100000"
     39