1 1.17.16.2 yamt # $NetBSD: std.arc,v 1.17.16.2 2006/12/30 20:45:29 yamt Exp $ 2 1.8 soda # standard arc info 3 1.1 jonathan 4 1.8 soda machine arc mips 5 1.17.16.1 yamt include "conf/std" # MI standard options 6 1.16 chs makeoptions MACHINE_ARCH="mipsel" 7 1.6 fvdl 8 1.1 jonathan mainbus0 at root 9 1.1 jonathan cpu* at mainbus0 10 1.3 jonathan 11 1.3 jonathan # set CPU architecture level for kernel target 12 1.8 soda #options MIPS1 # R2000/R3000 support 13 1.8 soda options MIPS3 # R4000/R4400 support 14 1.17.16.2 yamt options MIPS3_ENABLE_CLOCK_INTR 15 1.3 jonathan 16 1.17.16.1 yamt # arc port use wired map for device space 17 1.17.16.1 yamt options ENABLE_MIPS3_WIRED_MAP 18 1.17.16.1 yamt 19 1.3 jonathan # Standard (non-optional) system "options" 20 1.3 jonathan 21 1.3 jonathan # Standard exec-package options 22 1.4 lukem options EXEC_ELF32 # native exec format 23 1.4 lukem options EXEC_SCRIPT # may be unsafe 24 1.11 matt 25 1.11 matt makeoptions DEFTEXTADDR="0x80200000" 26