2008-06-22 12:27:18 +04:00
|
|
|
# $NetBSD: std.gumstix,v 1.5 2008/06/22 08:27:18 kiyohara Exp $
|
2006-10-16 20:40:14 +04:00
|
|
|
#
|
|
|
|
# standard NetBSD/evbarm for GUMSTIX options
|
|
|
|
|
|
|
|
machine evbarm arm
|
2007-02-20 20:48:13 +03:00
|
|
|
include "conf/std" # MI standard options
|
2008-01-27 15:37:10 +03:00
|
|
|
include "arch/arm/conf/std.arm" # arch standard options
|
2006-10-16 20:40:14 +04:00
|
|
|
|
2007-02-20 20:48:13 +03:00
|
|
|
include "arch/evbarm/conf/files.gumstix"
|
2006-10-16 20:40:14 +04:00
|
|
|
|
|
|
|
options GUMSTIX
|
|
|
|
options EXEC_ELF32
|
|
|
|
options EXEC_SCRIPT
|
|
|
|
|
|
|
|
# To support easy transit to ../arch/arm/arm32
|
|
|
|
options ARM32
|
|
|
|
|
2008-06-22 12:27:18 +04:00
|
|
|
options KERNEL_BASE_EXT=0xc0000000
|
2006-10-16 20:40:14 +04:00
|
|
|
makeoptions LOADADDRESS="0xc0200000"
|
|
|
|
makeoptions BOARDTYPE="gumstix"
|
|
|
|
makeoptions BOARDMKFRAG="${THISARM}/conf/mk.gumstix"
|
|
|
|
|
|
|
|
options ARM_INTR_IMPL="<arch/arm/xscale/pxa2x0_intr.h>"
|
|
|
|
|
|
|
|
# OS Timer
|
|
|
|
saost* at pxaip? addr 0x40a00000 size 0x20
|