Home | History | Annotate | Line # | Download | only in conf
      1  1.22  skrll #	$NetBSD: std.bcm53xx,v 1.22 2024/02/25 14:19:08 skrll Exp $
      2   1.1   matt #
      3  1.10   matt # standard NetBSD/evbarm for BCM5301X options
      4   1.1   matt 
      5  1.15  skrll machine		evbarm arm
      6  1.18  skrll include 	"arch/evbarm/conf/std.evbarm"
      7   1.1   matt 
      8   1.1   matt # Pull in BCM53xx config definitions.
      9   1.9   matt include		"arch/evbarm/conf/files.bcm53xx"
     10   1.1   matt 
     11  1.19  skrll options 	ARM_GENERIC_TODR
     12  1.22  skrll options 	ARM_HAS_VBAR
     13  1.19  skrll options 	ARM_INTR_IMPL="<arch/arm/broadcom/bcm53xx_intr.h>"
     14   1.1   matt options 	COM_TOLERANCE=40
     15  1.19  skrll options 	CORTEX_PMC
     16  1.19  skrll options 	EVBARM_BOARDTYPE="bcm53xx"
     17  1.18  skrll options 	FPU_VFP
     18  1.19  skrll options 	PMAP_NEED_ALLOC_POOLPAGE
     19  1.19  skrll options 	SOSEND_NO_LOAN
     20  1.19  skrll options 	TPIDRPRW_IS_CURCPU
     21  1.18  skrll options 	_ARM32_NEED_BUS_DMA_BOUNCE
     22  1.19  skrll options 	__HAVE_CPU_COUNTER
     23  1.19  skrll options 	__HAVE_CPU_UAREA_ALLOC_IDLELWP
     24  1.19  skrll options 	__HAVE_FAST_SOFTINTS		# should be in types.h
     25  1.20  skrll options 	__HAVE_GENERIC_START
     26  1.19  skrll options 	__HAVE_MM_MD_CACHE_ALIASING
     27  1.18  skrll options 	__HAVE_MM_MD_DIRECT_MAPPED_PHYS
     28   1.3   matt options 	__HAVE_PCI_CONF_HOOK
     29  1.18  skrll 
     30  1.19  skrll makeoptions	BOARDMKFRAG="${THISARM}/conf/mk.bcm53xx"
     31  1.18  skrll makeoptions	BOARDTYPE="bcm53xx"
     32  1.21  skrll 
     33  1.21  skrll # Prevent the addition of a command line -DKERNEL_BASE_VOFFSET= as it
     34  1.21  skrll # is done at runtime.
     35  1.21  skrll makeoptions	KERNEL_VOFFSET_RUNTIME=1
     36  1.21  skrll 
     37  1.18  skrll makeoptions	KERNEL_BASE_VIRT="0x80100000"
     38  1.18  skrll makeoptions	LOADADDRESS="0x00100000"
     39