NetBSD/sys/arch/evbarm/conf/std.nslu2
scw 6f6167730e A port of NetBSD to the Linksys NSLU2 (a.k.a. "Slug").
The NSLU2 (Network Storage Link for USB 2.0 Disk Drives) is a small, *cheap*
NAS device consisting of an Intel IXP420 (Xscale) CPU, a 10/100mbit Ethernet
port, and two USB 2.0 ports. It has 32MB of SDRAM and 8MB of Flash memory,
and runs RedBoot/Linux out of the box. Now it can also run NetBSD.
2006-02-28 20:40:33 +00:00

24 lines
591 B
Plaintext

# $NetBSD: std.nslu2,v 1.1 2006/02/28 20:40:33 scw Exp $
#
# Standard NetBSD/evbarm options for Linksys NSLU2
machine evbarm arm
include "conf/std" # MI standard options
# Pull in NSLU2 config definitions.
include "arch/evbarm/conf/files.nslu2"
options EXEC_ELF32
options EXEC_AOUT
options EXEC_SCRIPT
options ARM32
makeoptions LOADADDRESS="0xc0200000"
makeoptions BOARDMKFRAG="${THISARM}/conf/mk.nslu2"
options ARM_INTR_IMPL="<arch/arm/xscale/ixp425_intr.h>"
options __BUS_SPACE_HAS_STREAM_METHODS
# We need to configure the PCI bus.
options PCI_NETBSD_CONFIGURE