blob: ecc5bfe1edfde6e9efec6281042bb0e54164eba5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
#
# 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
# specialized to to include a root filesystem specification.
#
# $FreeBSD$
#
include "BERI_TEMPLATE"
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
|