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