1 1.1 pooka # $NetBSD: std.emips,v 1.1 2011/01/26 01:18:50 pooka Exp $ 2 1.1 pooka # standard, required emips info 3 1.1 pooka 4 1.1 pooka machine emips mips 5 1.1 pooka include "conf/std" # MI standard options 6 1.1 pooka makeoptions MACHINE_ARCH="mipseb" 7 1.1 pooka 8 1.1 pooka # accelerator support, ENOTYET 9 1.1 pooka #options ACCELERATOR 10 1.1 pooka #defparam opt_accelerator.h ACCELERATOR_MAX_OPS 11 1.1 pooka #defparam opt_accelerator.h ACCELERATOR_MAX_SLOTS 12 1.1 pooka 13 1.1 pooka #options ACCELERATOR_MAX_OPS=8 # fixed by the ISA, more or less 14 1.1 pooka #options ACCELERATOR_MAX_SLOTS=4 # should we allow redef in specific config? at runtime? 15 1.1 pooka 16 1.1 pooka # Standard exec-package options 17 1.1 pooka options EXEC_ELF32 # 32-bit ELF support (native format) 18 1.1 pooka options EXEC_SCRIPT # exec of #! scripts 19 1.1 pooka 20 1.1 pooka makeoptions DEFTEXTADDR="0x80020000" 21