fb2c521159
- 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.
42 lines
959 B
Plaintext
42 lines
959 B
Plaintext
# $NetBSD: files.ixdp425,v 1.5 2003/10/08 14:55:04 scw Exp $
|
|
#
|
|
# Intel IXP425 networkproccesor board configuration info
|
|
#
|
|
|
|
# Use the generic ARM soft interrupt code.
|
|
file arch/arm/arm/softintr.c
|
|
|
|
# IXP425 Network Processor CPU support
|
|
include "arch/arm/xscale/files.ixp425"
|
|
|
|
# Use the shared initarm_common() code.
|
|
# XXX: Not yet ready for prime-time
|
|
#file arch/evbarm/evbarm/initarm_common.c
|
|
file arch/evbarm/ixdp425/ixdp425_machdep.c
|
|
|
|
file arch/evbarm/ixdp425/ixdp425_pci.c
|
|
|
|
# IXP425 PCI bus support
|
|
attach ixpio at mainbus with ixpio_mainbus
|
|
file arch/evbarm/ixdp425/ixdp425_mainbus.c ixpio_mainbus
|
|
|
|
|
|
# IXP425 slow peripheral bus support
|
|
attach ixpsip at mainbus
|
|
|
|
# LED
|
|
device ixdpled
|
|
attach ixdpled at ixpsip
|
|
file arch/evbarm/ixdp425/ixdp425_led.c ixdpled needs-flag
|
|
|
|
#
|
|
# Machine-independent CardBus drivers
|
|
#
|
|
|
|
# XXX dev/pcmcia needs fdc
|
|
#device fdc {drive = -1}
|
|
|
|
#include "dev/pcmcia/files.pcmcia"
|
|
|
|
#file arch/evbarm/ixdp425/rbus_machdep.c cardbus
|