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