b853277efc
Stop building BERI_DE4_BASE and BERI_SIM_BASE, they aren't particularly valid as they don't have a root dev. Do build BERI_DE4_SDROOT which does so devices get coverage. Remove ident from BERI_DE4_BASE for the reasons above which will cause it to fail to build. BERI_SIM_BASE was already this way and broke universe.[0] Reported by: rpokala Sponsored by: DARPA, AFRL
17 lines
365 B
Plaintext
17 lines
365 B
Plaintext
#
|
|
# BERI_DE4_SDROOT -- Kernel for the SRI/Cambridge "BERI" (Bluespec Extensible
|
|
# RISC Implementation) FPGA soft core, as configured in its Terasic DE-4
|
|
# reference configuration.
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
include "BERI_DE4_BASE"
|
|
|
|
ident BERI_DE4_SDROOT
|
|
|
|
#
|
|
# This kernel expects to find its root filesystem on the SD Card.
|
|
#
|
|
options ROOTDEVNAME=\"ufs:/dev/altera_sdcard0\"
|