BERI_DE4_BASE revision 257527
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: stable/10/sys/mips/conf/BERI_DE4_BASE 257527 2013-11-01 21:15:39Z 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
35options 	ATSE_CFI_HACK
36device		sc
37
38device		uart
39
40device		miibus
41options 	DEVICE_POLLING
42
43