cb7de87666
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. MFC after: 3 days Sponsored by: DARPA/AFRL
20 lines
373 B
Plaintext
20 lines
373 B
Plaintext
#
|
|
# BERI_SIM_BASE -- Base kernel for the SRI/Cambridge "BERI" (Bluespec
|
|
# Extensible RISC Implementation) FPGA soft core, as configured for
|
|
# simulation.
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
include "BERI_TEMPLATE"
|
|
|
|
options FDT
|
|
options FDT_DTB_STATIC
|
|
makeoptions FDT_DTS_FILE=beri-sim.dts
|
|
|
|
options ALTERA_SDCARD_FAST_SIM
|
|
|
|
device altera_avgen
|
|
device altera_jtag_uart
|
|
device altera_sdcard
|