Home | History | Annotate | Line # | Download | only in conf
std.viper revision 1.4
      1  1.4  chris #	$NetBSD: std.viper,v 1.4 2008/01/27 12:37:12 chris Exp $
      2  1.1  pooka #
      3  1.1  pooka # Arcom Viper standard kernel options
      4  1.1  pooka #
      5  1.1  pooka 
      6  1.1  pooka machine evbarm arm
      7  1.2   yamt include		"conf/std"	# MI standard options
      8  1.4  chris include		"arch/arm/conf/std.arm"	# arch standard options
      9  1.1  pooka 
     10  1.1  pooka include "arch/evbarm/conf/files.viper"
     11  1.1  pooka 
     12  1.1  pooka options 	EXEC_ELF32
     13  1.1  pooka options 	EXEC_SCRIPT
     14  1.1  pooka 
     15  1.1  pooka options 	ARM32
     16  1.1  pooka 
     17  1.1  pooka makeoptions	LOADADDRESS="0xc0200000"
     18  1.1  pooka makeoptions	BOARDTYPE="viper"
     19  1.1  pooka makeoptions	BOARDMKFRAG="${THISARM}/conf/mk.viper"
     20  1.1  pooka 
     21  1.1  pooka options         ARM_INTR_IMPL="<arch/arm/xscale/pxa2x0_intr.h>"
     22  1.1  pooka 
     23  1.1  pooka # OS Timer    This is compatible to SA1110's OS Timer.
     24  1.1  pooka saost*  at pxaip? addr 0x40a00000 size 0x20
     25