From owner-p4-projects@FreeBSD.ORG Fri Feb 15 16:27:26 2013 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 7614819A; Fri, 15 Feb 2013 16:27:26 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 3A175198 for ; Fri, 15 Feb 2013 16:27:26 +0000 (UTC) (envelope-from brooks@freebsd.org) Received: from skunkworks.freebsd.org (skunkworks.freebsd.org [IPv6:2001:1900:2254:2068::682:0]) by mx1.freebsd.org (Postfix) with ESMTP id EC2E27A0 for ; Fri, 15 Feb 2013 16:27:25 +0000 (UTC) Received: from skunkworks.freebsd.org ([127.0.1.74]) by skunkworks.freebsd.org (8.14.6/8.14.6) with ESMTP id r1FGRPGg042844 for ; Fri, 15 Feb 2013 16:27:25 GMT (envelope-from brooks@freebsd.org) Received: (from perforce@localhost) by skunkworks.freebsd.org (8.14.6/8.14.6/Submit) id r1FGRPeC042841 for perforce@freebsd.org; Fri, 15 Feb 2013 16:27:25 GMT (envelope-from brooks@freebsd.org) Date: Fri, 15 Feb 2013 16:27:25 GMT Message-Id: <201302151627.r1FGRPeC042841@skunkworks.freebsd.org> X-Authentication-Warning: skunkworks.freebsd.org: perforce set sender to brooks@freebsd.org using -f From: Brooks Davis Subject: PERFORCE change 222069 for review To: Perforce Change Reviews Precedence: bulk X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.14 List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Feb 2013 16:27:26 -0000 http://p4web.freebsd.org/@@222069?ac=10 Change 222069 by brooks@brooks_zenith on 2013/02/15 16:26:50 Add a set of hints for cfi0 map partitions. Affected files ... .. //depot/projects/ctsrd/beribsd/src/sys/mips/conf/BERI_DE4.hints#21 edit Differences ... ==== //depot/projects/ctsrd/beribsd/src/sys/mips/conf/BERI_DE4.hints#21 (text+ko) ==== @@ -1,29 +1,66 @@ # $FreeBSD: head/sys/mips/conf/BERI_DE4.hints 239713 2012-08-26 10:40:13Z rwatson $ # Reserved configuration blocks. Don't touch. -hint.map.0.at="isf0" +hint.map.0.at="cfid0" hint.map.0.start=0x00000000 hint.map.0.end=0x00020000 hint.map.0.name="config" hint.map.0.readonly=1 # Hardwired location of bitfile -hint.map.1.at="isf0" +hint.map.1.at="cfid0" hint.map.1.start=0x00020000 hint.map.1.end=0x01820000 hint.map.1.name="fpga" +# Saved OS configuration +hint.map.2.at="cfid0" +hint.map.2.start=0x01820000 +hint.map.2.end=0x01840000 +hint.map.2.name="osconfig" + # Currently unused space on the first chip -hint.map.2.at="isf0" -hint.map.2.start=0x01820000 -hint.map.2.end=0x02000000 -hint.map.2.name="reserved" +hint.map.3.at="cfid0" +hint.map.3.start=0x01840000 +hint.map.3.end=0x02000000 +hint.map.3.name="reserved" + +# Kernel on the second chip +hint.map.4.at="cfid0" +hint.map.4.start=0x02000000 +hint.map.4.end=0x04000000 +hint.map.4.name="kernel" + +# Reserved configuration blocks. Don't touch. +hint.map.5.at="isf0" +hint.map.5.start=0x00000000 +hint.map.5.end=0x00020000 +hint.map.5.name="config" +hint.map.5.readonly=1 + +# Hardwired location of bitfile +hint.map.6.at="isf0" +hint.map.6.start=0x00020000 +hint.map.6.end=0x01820000 +hint.map.6.name="fpga" + +# Saved OS configuration +hint.map.7.at="isf0" +hint.map.7.start=0x01820000 +hint.map.7.end=0x01840000 +hint.map.7.name="osconfig" + +# Currently unused space on the first chip +hint.map.8.at="isf0" +hint.map.8.start=0x01840000 +hint.map.8.end=0x02000000 +hint.map.8.name="reserved" # Kernel on the second chip -hint.map.3.at="isf1" -hint.map.3.start=0x00000000 -hint.map.3.end=0x02000000 -hint.map.3.name="kernel" +hint.map.9.at="isf1" +hint.map.9.start=0x00000000 +hint.map.9.end=0x02000000 +hint.map.9.name="kernel" # Altera Triple-Speed Ethernet Mac, present in tPad and DE-4 configurations # configured from fdt(4) but PHYs are still described in here.