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