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