summaryrefslogtreecommitdiffstats
path: root/sys/mips/conf/BERI_NETFPGA_MDROOT
blob: 2ba4917d007a8e6d31ecd14867ae1fc5b3e27a19 (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
29
30
31
32
33
34
35
36
#
# BERI_NETFPGA_MDROOT -- Kernel for the SRI/Cambridge "BERI" (Bluespec Extensible
# RISC Implementation) FPGA soft core, as configured in its NetFPGA reference
# configuration.
#
# $FreeBSD$
#

include "BERI_TEMPLATE"

ident		BERI_NETFPGA_MDROOT

options 	HZ=100

options 	FDT
options 	FDT_DTB_STATIC
makeoptions	FDT_DTS_FILE=beri-netfpga.dts

#device		uart
device		altera_jtag_uart

device		bpf

options 	DEVICE_POLLING
device		netfpga10g_nf10bmac

#
# This kernel configuration uses an embedded memory root file system.
# Adjust the following path and size based on local requirements.
#
options 	MD_ROOT			# MD is a potential root device
options 	MD_ROOT_SIZE=26112	# 25.5MB
options 	ROOTDEVNAME=\"ufs:md0\"
#makeoptions	MFS_IMAGE=/foo/baz/baz/mdroot.img

# end
OpenPOWER on IntegriCloud