1 1.8 kiyohara # $NetBSD: std.lubbock,v 1.8 2008/06/22 08:27:18 kiyohara Exp $ 2 1.1 bsh # 3 1.1 bsh # standard NetBSD/evbarm for LUBBOCK options 4 1.1 bsh 5 1.1 bsh machine evbarm arm 6 1.4 yamt include "conf/std" # MI standard options 7 1.6 chris include "arch/arm/conf/std.arm" # arch standard options 8 1.1 bsh 9 1.1 bsh # Pull in LUBBOCK config definitions. 10 1.1 bsh include "arch/evbarm/conf/files.lubbock" 11 1.1 bsh 12 1.1 bsh options COTULLA 13 1.1 bsh options LUBBOCK 14 1.1 bsh options EXEC_ELF32 15 1.1 bsh options EXEC_SCRIPT 16 1.1 bsh 17 1.1 bsh # To support easy transit to ../arch/arm/arm32 18 1.1 bsh options ARM32 19 1.1 bsh 20 1.8 kiyohara options KERNEL_BASE_EXT=0xc0000000 21 1.1 bsh makeoptions LOADADDRESS="0xc0200000" 22 1.1 bsh makeoptions BOARDTYPE="lubbock" 23 1.3 thorpej makeoptions BOARDMKFRAG="${THISARM}/conf/mk.lubbock" 24 1.1 bsh 25 1.2 thorpej options ARM_INTR_IMPL="<arch/arm/xscale/pxa2x0_intr.h>" 26 1.1 bsh 27 1.1 bsh # OS Timer This is compatible to SA1110's OS Timer. 28 1.1 bsh saost* at pxaip? addr 0x40a00000 size 0x20 29 1.1 bsh 30 1.1 bsh 31