2008-05-09 04:08:37 +04:00
|
|
|
# $NetBSD: std.g42xxeb,v 1.5 2008/05/09 00:08:37 matt Exp $
|
2005-02-26 13:49:53 +03:00
|
|
|
#
|
|
|
|
# standard NetBSD/evbarm for TWINTAIL (G4255EB) options
|
|
|
|
|
|
|
|
machine evbarm arm
|
2005-09-17 13:44:05 +04:00
|
|
|
include "conf/std" # MI standard options
|
2008-01-27 15:37:10 +03:00
|
|
|
include "arch/arm/conf/std.arm" # arch standard options
|
2005-02-26 13:49:53 +03:00
|
|
|
|
|
|
|
# Pull in LUBBOCK config definitions.
|
|
|
|
include "arch/evbarm/conf/files.g42xxeb"
|
|
|
|
|
|
|
|
options G42XXEB
|
|
|
|
options EXEC_ELF32
|
|
|
|
options EXEC_SCRIPT
|
|
|
|
|
|
|
|
# To support easy transit to ../arch/arm/arm32
|
|
|
|
options ARM32
|
|
|
|
|
2008-05-09 04:08:37 +04:00
|
|
|
options KERNEL_EXT_BASE=0xc0000000
|
2005-02-26 13:49:53 +03:00
|
|
|
makeoptions LOADADDRESS="0xc0200000"
|
|
|
|
makeoptions BOARDTYPE="g42xxeb"
|
|
|
|
makeoptions BOARDMKFRAG="${THISARM}/conf/mk.g42xxeb"
|
|
|
|
|
|
|
|
options ARM_INTR_IMPL="<arch/arm/xscale/pxa2x0_intr.h>"
|
|
|
|
|
|
|
|
# OS Timer
|
|
|
|
saost* at pxaip? addr 0x40a00000 size 0x20
|
|
|
|
|
|
|
|
|