2014-12-21 11:37:00 +00:00
|
|
|
#
|
2014-10-19 16:26:49 +00:00
|
|
|
# Kernel configuration for Terasic SoCKit (Altera Cyclone V SoC).
|
|
|
|
#
|
|
|
|
# For more information on this file, please read the config(5) manual page,
|
|
|
|
# and/or the handbook section on Kernel Configuration Files:
|
|
|
|
#
|
2017-10-29 08:17:03 +00:00
|
|
|
# https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
|
2014-10-19 16:26:49 +00:00
|
|
|
#
|
|
|
|
# The handbook is also available locally in /usr/share/doc/handbook
|
|
|
|
# if you've installed the doc distribution, otherwise always see the
|
2017-10-29 08:17:03 +00:00
|
|
|
# FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the
|
2014-10-19 16:26:49 +00:00
|
|
|
# latest information.
|
|
|
|
#
|
|
|
|
# An exhaustive list of options and more detailed explanations of the
|
|
|
|
# device lines is also present in the ../../conf/NOTES and NOTES files.
|
|
|
|
# If you are in doubt as to the purpose or necessity of a line, check first
|
|
|
|
# in NOTES.
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
2017-02-28 14:02:16 +00:00
|
|
|
#NO_UNIVERSE
|
|
|
|
|
|
|
|
include "SOCFPGA"
|
2014-10-19 16:26:49 +00:00
|
|
|
ident SOCKIT-BERI
|
|
|
|
|
2014-12-21 11:37:00 +00:00
|
|
|
options ROOTDEVNAME=\"ufs:/dev/mmcsd0s4\"
|
|
|
|
|
2014-10-19 16:26:49 +00:00
|
|
|
# BERI specific
|
|
|
|
device beri_ring
|
2014-10-22 11:30:03 +00:00
|
|
|
device beri_mem
|
2014-11-25 16:24:31 +00:00
|
|
|
device beri_vtblk
|
2014-12-09 16:39:21 +00:00
|
|
|
device vtbe
|
2014-11-25 16:24:31 +00:00
|
|
|
device altera_pio
|
2014-10-19 16:26:49 +00:00
|
|
|
|
2014-12-21 11:37:00 +00:00
|
|
|
# Flattened Device Tree
|
2014-10-19 16:26:49 +00:00
|
|
|
options FDT_DTB_STATIC
|
2017-02-28 14:02:16 +00:00
|
|
|
makeoptions FDT_DTS_FILE=socfpga_cyclone5_sockit_beri_sdmmc.dts
|