1 1.8 matt # $NetBSD: std.lcard,v 1.8 2011/02/20 07:58:13 matt Exp $ 2 1.1 igy # standard, required hpcmips info 3 1.1 igy 4 1.1 igy machine hpcmips mips 5 1.5 yamt include "conf/std" # MI standard options 6 1.2 chs makeoptions MACHINE_ARCH="mipsel" 7 1.1 igy 8 1.1 igy options NOFPU # No FPU 9 1.8 matt options FPEMUL # emulate FPU insn 10 1.1 igy 11 1.1 igy options MIPS3 # R4000/R4400/R4600 CPUs 12 1.1 igy options MIPS3_4100 # VR4100 core 13 1.4 tv makeoptions CPUFLAGS="-mips3" # CPU codegen options 14 1.1 igy options VR41XX # NEC VR41xx series 15 1.1 igy options MIPS3_NO_PV_UNCACHED 16 1.1 igy options NO_SYMBOLSZ_ENTRY 17 1.1 igy 18 1.1 igy options VR4181 # NEC VR4181 19 1.1 igy 20 1.1 igy options EPOCHYEAR=1970 21 1.1 igy 22 1.1 igy mainbus0 at root 23 1.1 igy cpu* at mainbus0 24 1.1 igy vr4181ip* at mainbus0 platform GENERIC_MIPS_VR_4181 25 1.1 igy vrbcu* at vr4181ip? addr 0x0a000000 size 0x20 26 1.1 igy #vrcmu* at vrip? addr 0x0a000004 size 0x2 27 1.1 igy vrdsu* at vr4181ip? addr 0x0b0000e0 size 0x08 28 1.1 igy vrrtc* at vr4181ip? addr 0x0b0000c0 size 0x20 unit VRRTC 29 1.1 igy options CONSPEED=115200 30 1.1 igy com0 at vr4181ip? addr 0x0c000010 size 0x10 unit VRSIU pwctl PWCTL_COM0 31 1.1 igy 32 1.1 igy # Standard exec-package options 33 1.1 igy options EXEC_ELF32 # native exec format 34 1.1 igy options EXEC_SCRIPT # may be unsafe 35 1.1 igy 36 1.1 igy makeoptions DEFTEXTADDR="0x80040000" 37 1.1 igy makeoptions DEFCOPTS="-Os -mmemcpy" 38