NetBSD/sys/arch/evbarm/conf/std.ixdp425
scw fb2c521159 Make it easier to support different types of IXP425 board:
- Move board-specific PCI/GPIO initialisation to its rightful place.

 - Handle clearing down latched GPIO interrupts in a board-independent way.

 - Use MI com(4) driver for on-chip UARTs.

 - Misc. tidying up.

Tested on IXDP425.
2003-10-08 14:55:04 +00:00

26 lines
618 B
Plaintext

# $NetBSD: std.ixdp425,v 1.5 2003/10/08 14:55:04 scw Exp $
#
# standard NetBSD/evbarm for IXDP425 options
machine evbarm arm
# Pull in IXDP425 config definitions.
include "arch/evbarm/conf/files.ixdp425"
options EXEC_ELF32
options EXEC_AOUT
options EXEC_SCRIPT
options ARM32
options COM_PXA2X0 # Enable IXP Uart support in com(4)
#options ARM32_NEW_VM_LAYOUT # Not yet ready for prime-time
makeoptions LOADADDRESS="0xc0200000"
makeoptions BOARDMKFRAG="${THISARM}/conf/mk.ixdp425"
options ARM_INTR_IMPL="<arch/arm/xscale/ixp425_intr.h>"
# We need to configure the PCI bus.
options PCI_NETBSD_CONFIGURE