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