Home | History | Annotate | Line # | Download | only in conf
std.viper revision 1.3
      1  1.3  christos #	$NetBSD: std.viper,v 1.3 2005/12/11 12:17:07 christos 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.1     pooka 
      9  1.1     pooka include "arch/evbarm/conf/files.viper"
     10  1.1     pooka 
     11  1.1     pooka options 	EXEC_ELF32
     12  1.1     pooka options 	EXEC_SCRIPT
     13  1.1     pooka 
     14  1.1     pooka options 	ARM32
     15  1.1     pooka 
     16  1.1     pooka makeoptions	LOADADDRESS="0xc0200000"
     17  1.1     pooka makeoptions	BOARDTYPE="viper"
     18  1.1     pooka makeoptions	BOARDMKFRAG="${THISARM}/conf/mk.viper"
     19  1.1     pooka 
     20  1.1     pooka options         ARM_INTR_IMPL="<arch/arm/xscale/pxa2x0_intr.h>"
     21  1.1     pooka 
     22  1.1     pooka # OS Timer    This is compatible to SA1110's OS Timer.
     23  1.1     pooka saost*  at pxaip? addr 0x40a00000 size 0x20
     24