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