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