PERFORCE change 212780 for review

Brooks Davis brooks at FreeBSD.org
Wed Jun 13 21:30:37 UTC 2012


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

Change 212780 by brooks at brooks_ecr_current on 2012/06/13 21:29:51

	Update the geom_map hints to match flash layout changes in the CTSRD
	subversion repository.

Affected files ...

.. //depot/projects/ctsrd/beribsd/src/sys/mips/conf/BERI_DE4.hints#7 edit

Differences ...

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

@@ -81,21 +81,17 @@
 # Hardwired location of bitfile
 hint.map.1.at="isf0"
 hint.map.1.start=0x00020000
-hint.map.1.end=0x01000000
-# Actual value from DE4 Getting Started Guide
-#hint.map.1.end=0x01820000
+hint.map.1.end=0x01820000
 hint.map.1.name="fpga"
 
 # Kernel on first chip
 hint.map.2.at="isf0"
-hint.map.2.start=0x01000000
-# Actual value from DE4 Getting Started Guide
-#hint.map.2.start=0x01820000
+hint.map.2.start=0x01820000
 hint.map.2.end=0x02000000
-hint.map.2.name="kernel"
+hint.map.2.name="reserved"
 
 # The second chip
 hint.map.3.at="isf1"
 hint.map.3.start=0x00000000
 hint.map.3.end=0x02000000
-hint.map.3.name="root"
+hint.map.3.name="kernel"


More information about the p4-projects mailing list