9f85db3b59
Sync BERI kernel configs with P4: Switch the majority of device configuration to FDT from hints. Add BERI_*_BASE configs to reduce duplication in the MDROOT and SDROOT kernels. Add NFS and GSSAPI support by default. Enable ATSE_CFI_HACK in BERI configs, stable MAC addresses are useful. BERI_SIM.hint is no longer used, remove it. Sponsored by: DARPA/AFRL Approved by: re (delphij)
43 lines
939 B
Plaintext
43 lines
939 B
Plaintext
#
|
|
# BERI_DE4_BASE -- Kernel for the SRI/Cambridge "BERI" (Bluespec Extensible RISC
|
|
# Implementation) FPGA soft core, as configured in its Terasic DE-4 reference
|
|
# configuration. This kernel configration must be further specialized to
|
|
# to include a root filesystem specification.
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
include "BERI_TEMPLATE"
|
|
|
|
ident BERI_DE4_BASE
|
|
|
|
options NFSCL # New Network Filesystem Client
|
|
options NFSLOCKD # Network Lock Manager
|
|
options NFS_ROOT # NFS usable as /, requires NFSCL
|
|
|
|
options FDT
|
|
options FDT_DTB_STATIC
|
|
makeoptions FDT_DTS_FILE=beripad-de4.dts
|
|
|
|
hints "BERI_DE4.hints" # Flash partitions still use hints.
|
|
|
|
device altera_atse
|
|
device altera_avgen
|
|
device altera_jtag_uart
|
|
device altera_sdcard
|
|
device terasic_de4led
|
|
device terasic_mtl
|
|
|
|
device bpf
|
|
device cfi
|
|
device cfid
|
|
options CFI_SUPPORT_STRATAFLASH
|
|
options ATSE_CFI_HACK
|
|
device sc
|
|
|
|
device uart
|
|
|
|
device miibus
|
|
options DEVICE_POLLING
|
|
|