summaryrefslogtreecommitdiff
path: root/sys/arch/hpcmips/conf/std.lcard
blob: 5b8b3ce2f7ee0e382dd3375b1775baf2be0f9c9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
#	$NetBSD: std.lcard,v 1.9 2016/07/11 19:36:04 skrll Exp $
# standard, required hpcmips info

machine hpcmips mips
include		"conf/std"	# MI standard options
makeoptions	MACHINE_ARCH="mipsel"

options 	NOFPU			# No FPU
options 	FPEMUL			# emulate FPU insn

options 	MIPS3			# R4000/R4400/R4600 CPUs
options 	MIPS3_4100		# VR4100 core
makeoptions	CPUFLAGS="-mips3"	# CPU codegen options
options 	VR41XX			# NEC VR41xx series
options 	PMAP_NO_PV_UNCACHED
options 	ENABLE_MIPS_4KB_PAGE
options		NO_SYMBOLSZ_ENTRY

options 	VR4181			# NEC VR4181

options		EPOCHYEAR=1970

mainbus0	at root
cpu*	at mainbus0
vr4181ip*	at mainbus0 platform GENERIC_MIPS_VR_4181
vrbcu*	at vr4181ip? addr 0x0a000000 size 0x20
#vrcmu*	at vrip? addr 0x0a000004 size 0x2
vrdsu*	at vr4181ip? addr 0x0b0000e0 size 0x08
vrrtc*	at vr4181ip? addr 0x0b0000c0 size 0x20 unit VRRTC
options 	CONSPEED=115200
com0	at vr4181ip? addr 0x0c000010 size 0x10 unit VRSIU pwctl PWCTL_COM0

# Standard exec-package options
options 	EXEC_ELF32		# native exec format
options 	EXEC_SCRIPT		# may be unsafe

makeoptions	DEFTEXTADDR="0x80040000"
makeoptions	DEFCOPTS="-Os -mmemcpy"