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