NetBSD/sys/arch/evbmips/conf/std.atheros
gdamore e653071cb2 Initial import of AR2315 support, specifically the Meraki Mini (see
the Meraki web site at http://www.meraki.net/ )  This includes changes
to the AR5312 to make it more conducive to sharing code with the AR5315,
and also includes improved early console support.

All devices including ethernet and wlan interfaces on the Meraki Mini are
functional with this port, _except_ SPI flash, which will be introduced
later.

This port was funded by the Champaign-Urbana Communit Wireless Network
Project (CUWiN).
2006-09-26 06:37:31 +00:00

16 lines
394 B
Plaintext

# $NetBSD: std.atheros,v 1.3 2006/09/26 06:37:32 gdamore Exp $
machine evbmips mips
include "conf/std" # MI standard options
options MIPS3_ENABLE_CLOCK_INTR
options EXEC_ELF32 # exec ELF32 binaries
options EXEC_SCRIPT # exec #! scripts
makeoptions DEFTEXTADDR="0x80020000"
makeoptions BOARDTYPE="atheros"
include "arch/evbmips/conf/files.atheros"
include "arch/mips/conf/files.atheros"