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