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