Deleted Added
full compact
ZEDBOARD (295540) ZEDBOARD (298068)
1#
2# ZEDBOARD -- Custom configuration for the Xilinx Zynq-7000 based
3# ZedBoard (www.zedboard.org) and similar Zynq boards.
4#
5# For more information on this file, please read the config(5) manual page,
6# and/or the handbook section on Kernel Configuration Files:
7#
8# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
9#
10# The handbook is also available locally in /usr/share/doc/handbook
11# if you've installed the doc distribution, otherwise always see the
12# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
13# latest information.
14#
15# An exhaustive list of options and more detailed explanations of the
16# device lines is also present in the ../../conf/NOTES and NOTES files.
17# If you are in doubt as to the purpose or necessity of a line, check first
18# in NOTES.
19#
1#
2# ZEDBOARD -- Custom configuration for the Xilinx Zynq-7000 based
3# ZedBoard (www.zedboard.org) and similar Zynq boards.
4#
5# For more information on this file, please read the config(5) manual page,
6# and/or the handbook section on Kernel Configuration Files:
7#
8# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
9#
10# The handbook is also available locally in /usr/share/doc/handbook
11# if you've installed the doc distribution, otherwise always see the
12# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
13# latest information.
14#
15# An exhaustive list of options and more detailed explanations of the
16# device lines is also present in the ../../conf/NOTES and NOTES files.
17# If you are in doubt as to the purpose or necessity of a line, check first
18# in NOTES.
19#
20# $FreeBSD: head/sys/arm/conf/ZEDBOARD 295540 2016-02-11 18:01:10Z andrew $
20# $FreeBSD: head/sys/arm/conf/ZEDBOARD 298068 2016-04-15 16:05:41Z andrew $
21
22ident ZEDBOARD
23
24include "std.armv6"
25include "../xilinx/std.zynq7"
26
27options SCHED_ULE # ULE scheduler
28#options NFSSD # Network Filesystem Server

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

47#options BOOTP_NFSROOT
48#options BOOTP_COMPAT
49#options BOOTP_NFSV3
50
51options ROOTDEVNAME=\"ufs:mmcsd0s2a\"
52
53# Interrupt controller
54device gic
21
22ident ZEDBOARD
23
24include "std.armv6"
25include "../xilinx/std.zynq7"
26
27options SCHED_ULE # ULE scheduler
28#options NFSSD # Network Filesystem Server

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

47#options BOOTP_NFSROOT
48#options BOOTP_COMPAT
49#options BOOTP_NFSV3
50
51options ROOTDEVNAME=\"ufs:mmcsd0s2a\"
52
53# Interrupt controller
54device gic
55options ARM_INTRNG
55options INTRNG
56
57# Cache controller
58device pl310 # PL310 L2 cache controller
59# ARM MPCore timer
60device mpcore_timer
61
62device loop
63device random

--- 32 unchanged lines hidden ---
56
57# Cache controller
58device pl310 # PL310 L2 cache controller
59# ARM MPCore timer
60device mpcore_timer
61
62device loop
63device random

--- 32 unchanged lines hidden ---