Home | History | Annotate | Line # | Download | only in conf
std.bcm53xx revision 1.16
      1  1.16  skrll #	$NetBSD: std.bcm53xx,v 1.16 2018/10/08 10:22:17 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.15  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.16  skrll options 	ARM_GENERIC_TODR
     12  1.16  skrll options 	ARM_INTR_IMPL="<arch/arm/broadcom/bcm53xx_intr.h>"
     13   1.1   matt options 	COM_TOLERANCE=40
     14  1.16  skrll options 	CORTEX_PMC
     15  1.16  skrll options 	EVBARM_BOARDTYPE="bcm53xx"
     16   1.5   matt options 	FPU_VFP
     17  1.16  skrll options 	PMAP_NEED_ALLOC_POOLPAGE
     18  1.16  skrll options 	SOSEND_NO_LOAN
     19  1.16  skrll options 	TPIDRPRW_IS_CURCPU
     20  1.11   matt options 	_ARM32_NEED_BUS_DMA_BOUNCE
     21   1.1   matt options 	__HAVE_FAST_SOFTINTS		# should be in types.h
     22   1.1   matt options 	__HAVE_CPU_UAREA_ALLOC_IDLELWP
     23   1.2   matt options 	__HAVE_CPU_COUNTER
     24   1.3   matt options 	__HAVE_PCI_CONF_HOOK
     25  1.16  skrll options 	__HAVE_MM_MD_DIRECT_MAPPED_PHYS
     26  1.16  skrll options 	__HAVE_MM_MD_CACHE_ALIASING
     27  1.16  skrll 
     28   1.1   matt options 	KERNEL_BASE_EXT=0x80000000
     29  1.15  skrll makeoptions 	BOARDTYPE="bcm53xx"
     30  1.15  skrll makeoptions 	KERNEL_BASE_VIRT="0x80100000"
     31  1.15  skrll makeoptions 	LOADADDRESS="0x00100000"
     32  1.15  skrll makeoptions 	BOARDMKFRAG="${THISARM}/conf/mk.bcm53xx"
     33