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