BERI_NETFPGA_MDROOT revision 270060
1#
2# BERI_NETFPGA_MDROOT -- Kernel for the SRI/Cambridge "BERI" (Bluespec Extensible
3# RISC Implementation) FPGA soft core, as configured in its NetFPGA reference
4# configuration.
5#
6# $FreeBSD: stable/10/sys/mips/conf/BERI_NETFPGA_MDROOT 270060 2014-08-16 14:21:03Z bz $
7#
8
9include "BERI_TEMPLATE"
10
11ident		BERI_NETFPGA_MDROOT
12
13options 	HZ=100
14
15options 	FDT
16options 	FDT_DTB_STATIC
17makeoptions	FDT_DTS_FILE=beri-netfpga.dts
18
19#device		uart
20device		altera_jtag_uart
21
22#
23# This kernel configuration uses an embedded memory root file system.
24# Adjust the following path and size based on local requirements.
25#
26options 	MD_ROOT			# MD is a potential root device
27options 	MD_ROOT_SIZE=26112	# 25.5MB
28options 	ROOTDEVNAME=\"ufs:md0\"
29#makeoptions	MFS_IMAGE=/foo/baz/baz/mdroot.img
30
31# end
32