a86ebf303f
are the last of the ARM platforms to be converted.
29 lines
716 B
Plaintext
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
|