NetBSD/sys/arch/evbarm/conf/std.ixm1200
thorpej a86ebf303f Switch Integrator, IXM1200, and SMDK2800 to ARM32_PMAP_NEW. These
are the last of the ARM platforms to be converted.
2003-05-03 00:39:21 +00:00

29 lines
716 B
Plaintext

# $NetBSD: std.ixm1200,v 1.6 2003/05/03 00:39:21 thorpej Exp $
#
# standard NetBSD/evbarm for IXM1200 options
machine evbarm arm
# Pull in IXM1200 config definitions.
include "arch/evbarm/conf/files.ixm1200"
options EXEC_ELF32
options EXEC_AOUT
options EXEC_SCRIPT
# To support easy transit to ../arch/arm/arm32
options ARM32
# New pmap options are standard on this board
options ARM32_PMAP_NEW
#options ARM32_NEW_VM_LAYOUT # Not yet ready for prime-time
makeoptions LOADADDRESS="0xC0200000"
makeoptions BOARDTYPE="ixm1200"
makeoptions BOARDMKFRAG="${THISARM}/conf/mk.ixm1200"
options ARM_INTR_IMPL="<arch/arm/ixp12x0/ixp12x0_intr.h>"
# We need to configure the PCI bus.
options PCI_NETBSD_CONFIGURE