Home | History | Annotate | Line # | Download | only in conf
std.netwalker revision 1.6
      1 #	$NetBSD: std.netwalker,v 1.6 2012/12/16 23:47:56 matt Exp $
      2 #
      3 # standard NetBSD/evbarm options for Sharp NetWalker
      4 
      5 machine	evbarm arm
      6 include 	"arch/evbarm/conf/std.evbarm"
      7 
      8 # Pull in i.mx51 config definitions.
      9 include	  	"arch/evbarm/conf/files.netwalker"
     10 
     11 options 	NETWALKER
     12 
     13 options 	KERNEL_BASE_EXT=0xc0000000
     14 makeoptions	CPUFLAGS="-mcpu=cortex-a8 -mfpu=neon"
     15 
     16 # To support easy transit to ../arch/arm/arm32
     17 options 	CORTEX_PMC
     18 options 	CORTEX_PMC_CCNT_HZ=800000000
     19 
     20 makeoptions	LOADADDRESS="0x90100000"
     21 makeoptions	BOARDTYPE="netwalker"
     22 makeoptions	BOARDMKFRAG="${THISARM}/conf/mk.netwalker"
     23 makeoptions	CPPFLAGS+="-I$S/../../../include"
     24 
     25 options 	ARM_INTR_IMPL="<arch/arm/imx/imx51_intr.h>"
     26 options		ARM_GENERIC_TODR
     27