freebsd-dev/sys/mips/conf/BERI_NETFPGA_MDROOT
Bjoern A. Zeeb 62820660cc Introduce opt_netfpga.h and allow setting NF10BMAC_64BIT from mips kernel
configs.  Switch the BERI_NETFPGA_MDROOT to 64bit by default.

Give we have working interrupts also cleanup the extra polling CFLAGS from
the module Makefile.

MFC after:	2 weeks
2014-06-26 17:20:45 +00:00

38 lines
791 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 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
options NF10BMAC_64BIT
#
# 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