Home | History | Annotate | Line # | Download | only in conf
      1 #	$NetBSD: files.evbmips,v 1.8 2019/12/27 09:22:20 msaitoh Exp $
      2 
      3 # maxpartitions must be the first item in files.${ARCH}
      4 maxpartitions 16
      5 
      6 maxusers 8 16 64
      7 
      8 # Platform support option headers.
      9 defflag		ALGOR_P4032	# Algorithmics P-4032
     10 defflag		ALGOR_P5064	# Algorithmics P-5064
     11 defflag		ALGOR_P6032	# Algorithmics P-6032
     12 defflag		ALCHEMY_PB1000	# Alchemy Semi Pb1000
     13 defflag		MIPS_MALTA	# MIPS Malta mips32/64 eval board
     14 defflag		INFINEON_ADM5120 # Infineon ADM5120
     15 
     16 # Various items that a buggy proms might not provide us.
     17 defparam	MEMSIZE
     18 defparam	ETHADDR
     19 
     20 # Console glue.
     21 file	dev/cons.c
     22 
     23 # PMON support
     24 defflag	PMON
     25 file	arch/mips/pmon/pmon.c		pmon
     26 file	arch/mips/pmon/pmon32.S		pmon
     27 
     28 include	"arch/evbmips/conf/majors.evbmips"
     29