1#	$NetBSD: files.explora,v 1.13 2021/03/07 09:43:56 rin Exp $
2
3# maxpartitions must be first item in files.${ARCH}
4
5maxpartitions 16
6
7maxusers 2 8 64
8
9defflag		opt_explora.h	COM_IS_CONSOLE
10defparam	opt_explora.h	COM_CONSOLE_SPEED
11
12include		"arch/powerpc/fpu/files.fpu"
13include		"arch/powerpc/pic/files.pic"
14
15file	arch/evbppc/explora/autoconf.c
16file	arch/evbppc/explora/consinit.c
17file	arch/evbppc/explora/machdep.c
18
19file	arch/powerpc/ibm4xx/ibm4xx_machdep.c
20file	arch/powerpc/ibm4xx/ibm40x_machdep.c
21
22# Board Properties
23file	arch/powerpc/ibm4xx/board_prop.c
24
25defflag	opt_uic.h	MULTIUIC
26file	arch/powerpc/ibm4xx/pic_uic.c
27file	dev/md_root.c				memory_disk_hooks
28
29# Explora local bus
30device	elb {}
31attach	elb at root
32file	arch/evbppc/explora/dev/elb.c		elb
33
34device	cpu
35attach	cpu at elb
36file	arch/powerpc/ibm4xx/cpu.c
37
38attach	com at elb with com_elb
39file	arch/evbppc/explora/dev/com_elb.c	com_elb
40
41attach	lpt at elb with lpt_elb
42file	arch/evbppc/explora/dev/lpt_elb.c	lpt_elb
43
44attach	le at elb with le_elb: le32
45file	arch/evbppc/explora/dev/le_elb.c	le_elb
46
47include	"dev/pckbport/files.pckbport"
48attach	pckbc at elb with pckbc_elb
49file	arch/evbppc/explora/dev/pckbc_elb.c	pckbc_elb
50
51device	fb: wsemuldisplaydev, rasops8
52attach	fb at elb with fb_elb
53file	arch/evbppc/explora/dev/fb_elb.c	fb_elb
54