5bfa580df1
"The Certance CP3100 product family provides high-end disk-to-disk-to-tape (D2D2T) functionality for small-to-medium businesses." To software, the unit is very similar to the IQ80321 and IQ31244 eval boards from Intel. As such, we share almost all of their code. Onboard hardware: - IOP321 XScale CPU. Core clock is 600MHz. - 256MB SDRAM (not sure if that's true for all) - Four-port Intel i31244 SATA controller. One port is connected to the internal disk. The remaining three are available on the back-panel. - Dual GigE ports on the back panel, using an Intel i82546EB controller. - Two Symbios Logic 53c1010 SCSI controllers, one in host mode the other in target mode. Both SCSI busses are available on the back panel. Note that NetBSD does not support SCSI target mode. - 8MB of NOR Flash, containing a fairly vanilla Redboot together with a minimal compressed Linux image. - Some front-panel LEDS (not supported). - Serial console. Contributed by Wasabi Systems, Inc.
28 lines
787 B
Plaintext
28 lines
787 B
Plaintext
# $NetBSD: files.cp3100,v 1.1 2006/11/08 23:49:02 scw Exp $
|
|
#
|
|
# Certance CP3100 configuration info
|
|
#
|
|
|
|
# Use the generic ARM soft interrupt code.
|
|
file arch/arm/arm/softintr.c
|
|
|
|
file arch/evbarm/iq80321/iq80321_machdep.c
|
|
file arch/evbarm/cp3100/cp3100_pci.c
|
|
file arch/evbarm/cp3100/cp3100_leds.c
|
|
|
|
# CP3100 on-board devices
|
|
device obio {addr, [size = -1], [width = -1], [xint = -1]}: bus_space_generic
|
|
attach obio at mainbus
|
|
file arch/evbarm/iq80321/obio.c obio
|
|
file arch/evbarm/iq80321/obio_space.c obio
|
|
|
|
# on-board TI 165C50 UART
|
|
attach com at obio with com_obio
|
|
file arch/evbarm/iq80321/com_obio.c com_obio
|
|
|
|
# i80321 I/O Processor CPU support
|
|
include "arch/arm/xscale/files.i80321"
|
|
|
|
attach iopxs at mainbus with iopxs_mainbus
|
|
file arch/evbarm/iq80321/i80321_mainbus.c iopxs_mainbus
|