PERFORCE change 222069 for review

Brooks Davis brooks at FreeBSD.org
Fri Feb 15 16:27:26 UTC 2013


http://p4web.freebsd.org/@@222069?ac=10

Change 222069 by brooks at 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.


More information about the p4-projects mailing list