Home | History | Annotate | Line # | Download | only in conf
std.tsarm revision 1.1.4.3
      1  1.1.4.3  skrll #	$NetBSD: std.tsarm,v 1.1.4.3 2005/11/10 13:55:51 skrll Exp $
      2  1.1.4.2  skrll #
      3  1.1.4.2  skrll # standard NetBSD/evbarm for TS7200 options
      4  1.1.4.2  skrll 
      5  1.1.4.2  skrll machine	evbarm arm
      6  1.1.4.3  skrll include		"conf/std"	# MI standard options
      7  1.1.4.2  skrll 
      8  1.1.4.2  skrll # Pull in tsarm config definitions.
      9  1.1.4.2  skrll include "arch/evbarm/conf/files.tsarm"
     10  1.1.4.2  skrll 
     11  1.1.4.2  skrll 
     12  1.1.4.2  skrll options 	EXEC_ELF32
     13  1.1.4.2  skrll options 	EXEC_AOUT
     14  1.1.4.2  skrll options 	EXEC_SCRIPT
     15  1.1.4.2  skrll 
     16  1.1.4.2  skrll # To support easy transit to ../arch/arm/arm32
     17  1.1.4.2  skrll options 	ARM32
     18  1.1.4.2  skrll options		HZ=64
     19  1.1.4.2  skrll 
     20  1.1.4.2  skrll 
     21  1.1.4.2  skrll makeoptions	BOARDTYPE="tsarm"
     22  1.1.4.2  skrll makeoptions	LOADADDRESS="0xc0200000"
     23  1.1.4.2  skrll makeoptions	BOARDMKFRAG="${THISARM}/conf/mk.tsarm"
     24  1.1.4.2  skrll options 	ARM_INTR_IMPL="<arch/arm/ep93xx/ep93xx_intr.h>"
     25