NetBSD/sys/arch/evbmips/conf/std.rasoc
matt 82d845b50d Deal the brokenness of some u-boot (bsentry [byte swapped entry]) and add
some support for varying compressions schemes.
2011-08-16 07:01:37 +00:00

21 lines
541 B
Plaintext

# $NetBSD: std.rasoc,v 1.3 2011/08/16 07:01:37 matt Exp $
machine evbmips mips
include "conf/std" # MI standard options
options MIPS3_ENABLE_CLOCK_INTR
#options MIPS32
options MIPS32R2 # MIPS32 Release 2
options NOFPU # No FPU
options FPEMUL # emulate FPU insn
options EXEC_ELF32 # exec ELF32 binaries
options EXEC_SCRIPT # exec #! scripts
makeoptions CPUFLAGS+="-march=mips32r2"
makeoptions DEFTEXTADDR="0x80010000"
makeoptions NEED_BINARY="yes"
makeoptions NEED_UBOOTIMAGE="bsentry"
include "arch/evbmips/conf/files.rasoc"