From owner-p4-projects@FreeBSD.ORG Sat Apr 7 17:27:02 2012 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id E8D771065674; Sat, 7 Apr 2012 17:27:01 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AB56E1065672 for ; Sat, 7 Apr 2012 17:27:01 +0000 (UTC) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from skunkworks.freebsd.org (skunkworks.freebsd.org [IPv6:2001:4f8:fff6::2d]) by mx1.freebsd.org (Postfix) with ESMTP id 9330C8FC12 for ; Sat, 7 Apr 2012 17:27:01 +0000 (UTC) Received: from skunkworks.freebsd.org (localhost [127.0.0.1]) by skunkworks.freebsd.org (8.14.4/8.14.4) with ESMTP id q37HR1wU092770 for ; Sat, 7 Apr 2012 17:27:01 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by skunkworks.freebsd.org (8.14.4/8.14.4/Submit) id q37HR1cX092767 for perforce@freebsd.org; Sat, 7 Apr 2012 17:27:01 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Sat, 7 Apr 2012 17:27:01 GMT Message-Id: <201204071727.q37HR1cX092767@skunkworks.freebsd.org> X-Authentication-Warning: skunkworks.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson To: Perforce Change Reviews Precedence: bulk Cc: Subject: PERFORCE change 209211 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Apr 2012 17:27:02 -0000 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