summaryrefslogtreecommitdiffstats
path: root/sys/arm/conf
diff options
context:
space:
mode:
authorLuiz Souza <luiz@netgate.com>2017-10-07 15:47:37 -0500
committerLuiz Souza <luiz@netgate.com>2017-10-07 16:03:07 -0500
commit63ce908484e110ed6ff24538f2002a5eb9b214fa (patch)
tree2f2f40f3cfb8c7b47a0f1e7fd92e160562fbf33d /sys/arm/conf
parent31356f365bc68094ebc62a6dbd1e67f0f503c8ee (diff)
downloadFreeBSD-src-63ce908484e110ed6ff24538f2002a5eb9b214fa.zip
FreeBSD-src-63ce908484e110ed6ff24538f2002a5eb9b214fa.tar.gz
Add the ARMADA38X-netboot kernel config that is going be used in factory installer images.
(cherry picked from commit 631c9e43aaccc5c33a96996bbe56ffb069293aa2)
Diffstat (limited to 'sys/arm/conf')
-rw-r--r--sys/arm/conf/ARMADA38X2
-rw-r--r--sys/arm/conf/ARMADA38X-netboot33
2 files changed, 34 insertions, 1 deletions
diff --git a/sys/arm/conf/ARMADA38X b/sys/arm/conf/ARMADA38X
index 9047cd8..e6c74e9 100644
--- a/sys/arm/conf/ARMADA38X
+++ b/sys/arm/conf/ARMADA38X
@@ -17,7 +17,7 @@ makeoptions MODULES_EXTRA="dtb/mv"
#options MD_ROOT
#makeoptions MFS_IMAGE=/path/to/miniroot
#options ROOTDEVNAME=\"ufs:md0\"
-options ROOTDEVNAME=\"/dev/da0s1a\"
+#options ROOTDEVNAME=\"/dev/da0s1a\"
options SCHED_ULE # ULE scheduler
options SMP
diff --git a/sys/arm/conf/ARMADA38X-netboot b/sys/arm/conf/ARMADA38X-netboot
new file mode 100644
index 0000000..f4f4552
--- /dev/null
+++ b/sys/arm/conf/ARMADA38X-netboot
@@ -0,0 +1,33 @@
+#
+# ARMADA38X-netboot -- Custom configuration for the SG-3100 with netboot
+# options, for factory installation. Check out # http://www.netgate.com
+#
+# For more information on this file, please read the config(5) manual page,
+# and/or the handbook section on Kernel Configuration Files:
+#
+# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
+#
+# The handbook is also available locally in /usr/share/doc/handbook
+# if you've installed the doc distribution, otherwise always see the
+# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
+# 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$
+
+include "ARMADA38X"
+
+ident ARMADA38X-netboot
+
+# MD_ROOT options
+options MD_ROOT
+options MD_ROOT_SIZE=16384
+options ROOTDEVNAME=\"ufs:md0.uzip\"
+options GEOM_UZIP
+
+options FDT_DTB_STATIC
+makeoptions FDT_DTS_FILE=armada-385-80300-0148-G00-X100.dts
OpenPOWER on IntegriCloud