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