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