std.lubbock revision 1.2
11.2Sthorpej#	$NetBSD: std.lubbock,v 1.2 2003/01/02 23:38:02 thorpej Exp $
21.1Sbsh#
31.1Sbsh# standard NetBSD/evbarm for LUBBOCK options
41.1Sbsh
51.1Sbshmachine	evbarm arm
61.1Sbsh
71.1Sbsh# Pull in LUBBOCK config definitions.
81.1Sbshinclude "arch/evbarm/conf/files.lubbock"
91.1Sbsh
101.1Sbshoptions 	COTULLA
111.1Sbshoptions 	LUBBOCK
121.1Sbshoptions 	EXEC_ELF32
131.1Sbshoptions 	EXEC_SCRIPT
141.1Sbsh
151.1Sbsh# To support easy transit to ../arch/arm/arm32
161.1Sbshoptions 	ARM32
171.1Sbsh
181.1Sbshmakeoptions	LOADADDRESS="0xc0200000"
191.1Sbshmakeoptions	BOARDTYPE="lubbock"
201.1Sbsh
211.2Sthorpejoptions 	ARM_INTR_IMPL="<arch/arm/xscale/pxa2x0_intr.h>"
221.1Sbsh
231.1Sbsh# OS Timer    This is compatible to SA1110's OS Timer.
241.1Sbshsaost*	at pxaip? addr 0x40a00000 size 0x20
251.1Sbsh
261.1Sbsh
27