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