BERI_DE4_BASE revision 256912
1#
2# BERI_DE4_BASE -- Kernel for the SRI/Cambridge "BERI" (Bluespec Extensible RISC
3# Implementation) FPGA soft core, as configured in its Terasic DE-4 reference
4# configuration.  This kernel configration must be further specialized to
5# to include a root filesystem specification.
6#
7# $FreeBSD: head/sys/mips/conf/BERI_DE4_BASE 256912 2013-10-22 15:45:31Z brooks $
8#
9
10include "BERI_TEMPLATE"
11
12ident		BERI_DE4_BASE
13
14options 	NFSCL			# New Network Filesystem Client
15options 	NFSLOCKD		# Network Lock Manager
16options 	NFS_ROOT		# NFS usable as /, requires NFSCL
17
18options         FDT
19options         FDT_DTB_STATIC
20makeoptions     FDT_DTS_FILE=beripad-de4.dts
21
22hints		"BERI_DE4.hints"	# Flash partitions still use hints.
23
24device		altera_atse
25device		altera_avgen
26device		altera_jtag_uart
27device		altera_sdcard
28device		terasic_de4led
29device		terasic_mtl
30
31device		bpf
32device		cfi
33device		cfid
34options 	CFI_SUPPORT_STRATAFLASH
35device		sc
36
37device		uart
38
39device		miibus
40options 	DEVICE_POLLING
41
42