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