NetBSD/sys/arch/evbarm/conf/std.integrator
thorpej 2bc996b0bc New interrupt framework for NetBSD/evbarm, and accompanying new
interrupt code for the IQ80310 board support package.

XXX The Integrator board support package still uses the old-style
arm32 interrupt code, so some compatibility hacks have been added
for it.  When the Integrator uses new-style interrupts, those hacks
can go away.
2002-01-30 03:59:39 +00:00

22 lines
487 B
Plaintext

# $NetBSD: std.integrator,v 1.5 2002/01/30 03:59:40 thorpej Exp $
#
# standard NetBSD/netwinder options
machine evbarm arm
# Pull in Integrator config definitions.
include "arch/evbarm/conf/files.integrator"
options EXEC_AOUT
options EXEC_SCRIPT
options EXEC_ELF32
# To support easy transit to ../arch/arm/arm32
options ARM32
options __OLD_INTERRUPT_CODE # XXX for now
makeoptions LOADADDRESS="0xa0100000"
makeoptions LINKENTRY="-e 0x10000"
makeoptions BOARDTYPE="integrator"