Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Jun 2012 23:20:19 GMT
From:      Brooks Davis <brooks@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 212287 for review
Message-ID:  <201206042320.q54NKJij046566@skunkworks.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@212287?ac=10

Change 212287 by brooks@brooks_ecr_current on 2012/06/04 23:19:13

	Add isf(4) to BERI_DE4_MDROOT.
	
	Add geom_map(4) to BERI_DE4_[MS]DROOT along with hint
	definitions to define partitions for all known allocations in
	the current flash layout.

Affected files ...

.. //depot/projects/ctsrd/beribsd/src/sys/mips/conf/BERI_DE4.hints#3 edit
.. //depot/projects/ctsrd/beribsd/src/sys/mips/conf/BERI_DE4_MDROOT#2 edit
.. //depot/projects/ctsrd/beribsd/src/sys/mips/conf/BERI_DE4_SDROOT#3 edit

Differences ...

==== //depot/projects/ctsrd/beribsd/src/sys/mips/conf/BERI_DE4.hints#3 (text+ko) ====

@@ -54,3 +54,45 @@
 #hint.isf.1.at="nexus0"
 #hint.isf.1.maddr=0x76000000
 #hint.isf.1.msize=0x2000000
+
+# Spare bits at the beginning of the first chip (128K)
+hint.map.0.at="isf0"
+hint.map.0.start=0x00000000
+hint.map.0.end=0x00020000
+hint.map.0.name="isf0p0"
+#hint.map.0.readonly=1
+
+# Hardwired location of default bitfile
+hint.map.1.at="isf0"
+hint.map.1.start=0x00020000
+hint.map.1.end=0x01820000
+hint.map.1.name="fpga"
+#hint.map.1.readonly=1
+
+# Spare bits at the end of the first chip
+hint.map.2.at="isf0"
+hint.map.2.start=0x01820000
+hint.map.2.end=0x02000000
+hint.map.2.name="isf0p1"
+#hint.map.2.readonly=1
+
+# First half of the second chip (16MB)
+hint.map.3.at="isf1"
+hint.map.3.start=0x00000000
+hint.map.3.end=0x01000000
+hint.map.3.name="isf1p0"
+#hint.map.3.readonly=1
+
+# CTSRD specific location of kernel (8MB)
+hint.map.4.at="isf1"
+hint.map.4.start=0x01000000
+hint.map.4.end=0x01800000
+hint.map.4.name="kernel"
+#hint.map.4.readonly=1
+
+# Extra space on the second chip (8MB)
+hint.map.5.at="isf1"
+hint.map.5.start=0x01800000
+hint.map.5.end=0x02000000
+hint.map.5.name="isf1p1"
+#hint.map.5.readonly=1

==== //depot/projects/ctsrd/beribsd/src/sys/mips/conf/BERI_DE4_MDROOT#2 (text+ko) ====

@@ -60,6 +60,9 @@
 device		terasic_de4led
 device		terasic_mtl
 
+device		isf
+device		geom_map
+
 device		md
 device		ether
 device		loop

==== //depot/projects/ctsrd/beribsd/src/sys/mips/conf/BERI_DE4_SDROOT#3 (text+ko) ====

@@ -51,7 +51,9 @@
 device		altera_sdcard
 device		terasic_de4led
 device		terasic_mtl
+
 device		isf
+device		geom_map
 
 device		md
 device		ether



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201206042320.q54NKJij046566>