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