Date: Sat, 7 Apr 2012 17:27:01 GMT From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 209211 for review Message-ID: <201204071727.q37HR1cX092767@skunkworks.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@209211?ac=10 Change 209211 by rwatson@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201204071727.q37HR1cX092767>
