Home | History | Annotate | Line # | Download | only in conf
std.netwalker revision 1.1.12.3
      1  1.1.12.3  yamt #	$NetBSD: std.netwalker,v 1.1.12.3 2013/01/16 05:32:53 yamt 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.1.12.3  yamt makeoptions	CPUFLAGS="-mcpu=cortex-a8 -mfpu=neon"
     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.1.12.2  yamt 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