Deleted Added
full compact
SOCKIT.common (276755) SOCKIT.common (281018)
1#
2# Kernel configuration for Terasic SoCKit (Altera Cyclone V SoC).
3#
4# For more information on this file, please read the config(5) manual page,
5# and/or the handbook section on Kernel Configuration Files:
6#
7# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
8#
9# The handbook is also available locally in /usr/share/doc/handbook
10# if you've installed the doc distribution, otherwise always see the
11# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
12# latest information.
13#
14# An exhaustive list of options and more detailed explanations of the
15# device lines is also present in the ../../conf/NOTES and NOTES files.
16# If you are in doubt as to the purpose or necessity of a line, check first
17# in NOTES.
18#
1#
2# Kernel configuration for Terasic SoCKit (Altera Cyclone V SoC).
3#
4# For more information on this file, please read the config(5) manual page,
5# and/or the handbook section on Kernel Configuration Files:
6#
7# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
8#
9# The handbook is also available locally in /usr/share/doc/handbook
10# if you've installed the doc distribution, otherwise always see the
11# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
12# latest information.
13#
14# An exhaustive list of options and more detailed explanations of the
15# device lines is also present in the ../../conf/NOTES and NOTES files.
16# If you are in doubt as to the purpose or necessity of a line, check first
17# in NOTES.
18#
19# $FreeBSD: head/sys/arm/conf/SOCKIT 276755 2015-01-06 16:15:57Z jhb $
19# $FreeBSD: head/sys/arm/conf/SOCKIT.common 281018 2015-04-03 11:12:59Z andrew $
20
20
21ident SOCKIT
22include "../altera/socfpga/std.socfpga"
23
24makeoptions MODULES_OVERRIDE=""
25
26makeoptions WERROR="-Werror"
27
28options HZ=100
29options SCHED_ULE # ULE scheduler

--- 47 unchanged lines hidden (view full) ---

77
78# NFS root from boopt/dhcp
79#options BOOTP
80#options BOOTP_NFSROOT
81#options BOOTP_COMPAT
82#options BOOTP_NFSV3
83#options BOOTP_WIRED_TO=ue0
84
21include "../altera/socfpga/std.socfpga"
22
23makeoptions MODULES_OVERRIDE=""
24
25makeoptions WERROR="-Werror"
26
27options HZ=100
28options SCHED_ULE # ULE scheduler

--- 47 unchanged lines hidden (view full) ---

76
77# NFS root from boopt/dhcp
78#options BOOTP
79#options BOOTP_NFSROOT
80#options BOOTP_COMPAT
81#options BOOTP_NFSV3
82#options BOOTP_WIRED_TO=ue0
83
85options ROOTDEVNAME=\"ufs:/dev/da0\"
86
87# MMC/SD/SDIO Card slot support
88device mmc # mmc/sd bus
89device mmcsd # mmc/sd flash cards
90device dwmmc
91
92# Pseudo devices
93
94device loop

--- 37 unchanged lines hidden (view full) ---

132
133# USB ethernet support, requires miibus
134device miibus
135device axe # ASIX Electronics USB Ethernet
136device bpf # Berkeley packet filter
137
138# Flattened Device Tree
139options FDT # Configure using FDT/DTB data
84# MMC/SD/SDIO Card slot support
85device mmc # mmc/sd bus
86device mmcsd # mmc/sd flash cards
87device dwmmc
88
89# Pseudo devices
90
91device loop

--- 37 unchanged lines hidden (view full) ---

129
130# USB ethernet support, requires miibus
131device miibus
132device axe # ASIX Electronics USB Ethernet
133device bpf # Berkeley packet filter
134
135# Flattened Device Tree
136options FDT # Configure using FDT/DTB data
140options FDT_DTB_STATIC
141makeoptions FDT_DTS_FILE=socfpga-sockit.dts