NetBSD/sys/arch/evbmips/conf/std.meraki
matt 81d18a2f73 Revamp / rework the Atheros MIPS SoC support. Add initial support for the
AR71xx (MIPS 24K core) SoC and the AR9344 (MIPS 74K core) SoC.  Force use
of -mips32 for all Atheros kernels.  Make code much more common.
2011-07-07 05:06:44 +00:00

20 lines
497 B
Plaintext

# $NetBSD: std.meraki,v 1.3 2011/07/07 05:06:44 matt 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 CPUFLAGS+="-mips32"
makeoptions DEFTEXTADDR="0x80041000"
makeoptions BOARDTYPE="atheros"
include "arch/evbmips/conf/files.atheros"
include "arch/mips/conf/files.atheros"
# Atheros HAL options
include "external/isc/atheros_hal/conf/std.ath_hal"