BERI_NETFPGA_MDROOT revision 259899
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 259899 2013-12-25 23:57:01Z bz $
7#
8
9include "BERI_TEMPLATE"
10
11ident		BERI_NETFPGA_MDROOT
12
13options 	FDT
14options 	FDT_DTB_STATIC
15makeoptions	FDT_DTS_FILE=beri-netfpga.dts
16
17device		uart
18
19#
20# This kernel configuration uses an embedded memory root file system.
21# Adjust the following path and size based on local requirements.
22#
23options 	MD_ROOT			# MD is a potential root device
24options 	MD_ROOT_SIZE=26112	# 25.5MB
25options 	ROOTDEVNAME=\"ufs:md0\"
26#makeoptions	MFS_IMAGE=/foo/baz/baz/mdroot.img
27
28# end
29