Home | History | Annotate | Line # | Download | only in conf
std.netwalker revision 1.3
      1  1.3  bsh #	$NetBSD: std.netwalker,v 1.3 2012/04/26 06:51:05 bsh 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.1  bsh include		"conf/std"	# MI standard options
      7  1.1  bsh include		"arch/arm/conf/std.arm"	# arch standard options
      8  1.1  bsh 
      9  1.1  bsh # Pull in i.mx51 config definitions.
     10  1.1  bsh include	  	"arch/evbarm/conf/files.netwalker"
     11  1.1  bsh 
     12  1.1  bsh options 	NETWALKER
     13  1.1  bsh 
     14  1.1  bsh options 	EXEC_ELF32
     15  1.1  bsh options 	EXEC_SCRIPT
     16  1.1  bsh options 	KERNEL_BASE_EXT=0xc0000000
     17  1.2  bsh makeoptions	CPUFLAGS="-mcpu=cortex-a8"
     18  1.1  bsh 
     19  1.1  bsh # To support easy transit to ../arch/arm/arm32
     20  1.1  bsh options 	ARM32
     21  1.1  bsh options 	CORTEX_PMC
     22  1.3  bsh options 	CORTEX_PMC_CCNT_HZ=800000000
     23  1.1  bsh 
     24  1.1  bsh makeoptions	LOADADDRESS="0x90100000"
     25  1.1  bsh makeoptions	BOARDTYPE="netwalker"
     26  1.1  bsh makeoptions	BOARDMKFRAG="${THISARM}/conf/mk.netwalker"
     27  1.1  bsh makeoptions	CPPFLAGS+="-I$S/../../../include"
     28  1.1  bsh 
     29  1.1  bsh options 	ARM_INTR_IMPL="<arch/arm/imx/imx51_intr.h>"
     30  1.1  bsh options		ARM_GENERIC_TODR
     31