NetBSD/sys/arch/evbarm/conf/std.tsarm
matt 4c3e78343a Add KERNEL_BASE_EXT=0xc0000000 to those plaforms that need it.
Note that armv6 and later systems will use 0x80000000 as the kernel start
so they can use the split TTBs in armv6 and later.
2008-05-09 00:08:37 +00:00

27 lines
652 B
Plaintext

# $NetBSD: std.tsarm,v 1.5 2008/05/09 00:08:37 matt Exp $
#
# standard NetBSD/evbarm for TS7200 options
machine evbarm arm
include "conf/std" # MI standard options
include "arch/arm/conf/std.arm" # arch standard options
# Pull in tsarm config definitions.
include "arch/evbarm/conf/files.tsarm"
options EXEC_ELF32
options EXEC_AOUT
options EXEC_SCRIPT
# To support easy transit to ../arch/arm/arm32
options ARM32
options HZ=64
makeoptions BOARDTYPE="tsarm"
options KERNEL_EXT_BASE=0xc0000000
makeoptions LOADADDRESS="0xc0200000"
makeoptions BOARDMKFRAG="${THISARM}/conf/mk.tsarm"
options ARM_INTR_IMPL="<arch/arm/ep93xx/ep93xx_intr.h>"