PERFORCE change 209211 for review
Robert Watson
rwatson at FreeBSD.org
Sat Apr 7 17:27:02 UTC 2012
http://p4web.freebsd.org/@@209211?ac=10
Change 209211 by rwatson at rwatson_svr_ctsrd_mipsbuild on 2012/04/07 17:26:16
Adjust BERI configuration based on local documentation changes;
it's a reference configuration for using a memory file system, so
comment on that.
Add a BERI_SDROOT configuration file that will be used for booting
from the Altera SD Card IP Core.
Affected files ...
.. //depot/projects/ctsrd/beribsd/src/sys/mips/conf/BERI#7 edit
.. //depot/projects/ctsrd/beribsd/src/sys/mips/conf/BERI_SDROOT#1 add
Differences ...
==== //depot/projects/ctsrd/beribsd/src/sys/mips/conf/BERI#7 (text+ko) ====
@@ -31,8 +31,6 @@
options FFS #Berkeley Fast Filesystem
-#options ROOTDEVNAME=\"ufs:ada0s1a\"
-
# Debugging for use in -current
#options DEADLKRES #Enable the deadlock resolver
options INVARIANTS #Enable calls of extra sanity checking
@@ -40,9 +38,13 @@
#options WITNESS #Enable checks to detect deadlocks and cycles
#options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
+#
+# This kernel configuration uses an embedded 8MB memory root file system.
+# Adjust the following path based on local requirements.
+#
options MD_ROOT # MD is a potential root device
options MD_ROOT_SIZE=8192
-makeoptions MFS_IMAGE=/tmp/root.img
+makeoptions MFS_IMAGE=/local/scratch/rnw24/root.img
options ROOTDEVNAME=\"ufs:md0\"
device altera_jtag_uart
More information about the p4-projects
mailing list