1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-21 11:13:30 +00:00
freebsd/sys/mips/conf/BERI_NETFPGA_MDROOT
Bjoern A. Zeeb 8b8807f515 Add an FDT DTS and MDROOT kernel configuration for BERI on NetFPGA.
At this point we only support one CPU, the PIC, and a UART console.

Reviewed by:	brooks
Sponsored by:	DARPA, AFRL
MFC after:	5 days
2013-12-12 18:08:31 +00:00

29 lines
658 B
Plaintext

#
# 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 FDT
options FDT_DTB_STATIC
makeoptions FDT_DTS_FILE=beri-netfpga.dts
device uart
#
# 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