Home | History | Annotate | Line # | Download | only in conf
std.viper revision 1.4.8.1
      1 #	$NetBSD: std.viper,v 1.4.8.1 2008/05/18 12:31:48 yamt 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 options 	KERNEL_EXT_BASE=0xc0000000
     18 makeoptions	LOADADDRESS="0xc0200000"
     19 makeoptions	BOARDTYPE="viper"
     20 makeoptions	BOARDMKFRAG="${THISARM}/conf/mk.viper"
     21 
     22 options         ARM_INTR_IMPL="<arch/arm/xscale/pxa2x0_intr.h>"
     23 
     24 # OS Timer    This is compatible to SA1110's OS Timer.
     25 saost*  at pxaip? addr 0x40a00000 size 0x20
     26