2014-12-17 11:36:31 +00:00
|
|
|
#
|
|
|
|
# BERI_SOCKIT -- Kernel for the SRI/Cambridge "BERI" (Bluespec Extensible
|
|
|
|
# RISC Implementation) FPGA soft core, as configured in its Terasic SoCKit
|
|
|
|
# reference configuration. This kernel configration must be further
|
2017-12-27 03:23:21 +00:00
|
|
|
# specialized to include a root filesystem specification.
|
2014-12-17 11:36:31 +00:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2017-02-21 17:34:27 +00:00
|
|
|
include "std.BERI"
|
2014-12-17 11:36:31 +00:00
|
|
|
|
|
|
|
ident BERI_SOCKIT
|
|
|
|
|
|
|
|
options ROOTDEVNAME=\"ufs:vtbd0\"
|
|
|
|
|
|
|
|
device altera_pio
|
|
|
|
device altera_jtag_uart
|
|
|
|
|
|
|
|
device virtio
|
|
|
|
device virtio_blk
|
|
|
|
device vtnet
|
|
|
|
device virtio_mmio
|
|
|
|
|
|
|
|
options FDT
|
|
|
|
options FDT_DTB_STATIC
|
|
|
|
makeoptions FDT_DTS_FILE=beripad-sockit.dts
|