Home | History | Annotate | Line # | Download | only in conf
std.g42xxeb revision 1.1
      1  1.1  bsh #	$NetBSD: std.g42xxeb,v 1.1 2005/02/26 10:49:53 bsh Exp $
      2  1.1  bsh #
      3  1.1  bsh # standard NetBSD/evbarm for TWINTAIL (G4255EB) options
      4  1.1  bsh 
      5  1.1  bsh machine	evbarm arm
      6  1.1  bsh 
      7  1.1  bsh # Pull in LUBBOCK config definitions.
      8  1.1  bsh include "arch/evbarm/conf/files.g42xxeb"
      9  1.1  bsh 
     10  1.1  bsh options 	G42XXEB
     11  1.1  bsh options 	EXEC_ELF32
     12  1.1  bsh options 	EXEC_SCRIPT
     13  1.1  bsh 
     14  1.1  bsh # To support easy transit to ../arch/arm/arm32
     15  1.1  bsh options 	ARM32
     16  1.1  bsh 
     17  1.1  bsh makeoptions	LOADADDRESS="0xc0200000"
     18  1.1  bsh makeoptions	BOARDTYPE="g42xxeb"
     19  1.1  bsh makeoptions	BOARDMKFRAG="${THISARM}/conf/mk.g42xxeb"
     20  1.1  bsh 
     21  1.1  bsh options 	ARM_INTR_IMPL="<arch/arm/xscale/pxa2x0_intr.h>"
     22  1.1  bsh 
     23  1.1  bsh # OS Timer
     24  1.1  bsh saost*	at pxaip? addr 0x40a00000 size 0x20
     25  1.1  bsh 
     26  1.1  bsh 
     27