Home | History | Annotate | Line # | Download | only in conf
std.bcm53xx revision 1.10
      1  1.10  matt #	$NetBSD: std.bcm53xx,v 1.10 2012/12/16 23:47:56 matt Exp $
      2   1.1  matt #
      3  1.10  matt # standard NetBSD/evbarm for BCM5301X options
      4   1.1  matt 
      5   1.1  matt machine	evbarm arm
      6   1.9  matt 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.8  matt options 	SOSEND_NO_LOAN
     12   1.1  matt options 	COM_TOLERANCE=40
     13   1.5  matt options 	FPU_VFP
     14   1.1  matt options 	CORTEX_PMC
     15   1.6  matt #options 	_ARM32_NEED_BUS_DMA_BOUNCE
     16   1.7  matt options 	PMAP_NEED_ALLOC_POOLPAGE
     17   1.8  matt options 	__HAVE_MM_MD_DIRECT_MAPPED_PHYS
     18   1.1  matt options 	__HAVE_FAST_SOFTINTS		# should be in types.h
     19   1.1  matt options 	__HAVE_CPU_UAREA_ALLOC_IDLELWP
     20   1.2  matt options 	__HAVE_CPU_COUNTER
     21   1.3  matt options 	__HAVE_ATOMIC64_OPS
     22   1.3  matt options 	__HAVE_PCI_CONF_HOOK
     23   1.1  matt options 	TPIDRPRW_IS_CURCPU
     24   1.1  matt options 	KERNEL_BASE_EXT=0x80000000
     25   1.1  matt options 	EVBARM_BOARDTYPE="bcm53xx"
     26   1.1  matt 
     27   1.1  matt makeoptions	LOADADDRESS="0x80100000"
     28   1.1  matt makeoptions	BOARDMKFRAG="${THISARM}/conf/mk.bcm53xx"
     29   1.1  matt makeoptions	CPPFLAGS+="-I$S/../../../include"
     30   1.1  matt 
     31   1.1  matt options 	ARM_INTR_IMPL="<arch/arm/broadcom/bcm53xx_intr.h>"
     32   1.1  matt options		ARM_GENERIC_TODR
     33