Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Jul 2012 19:44:21 GMT
From:      Brooks Davis <brooks@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 214343 for review
Message-ID:  <201207131944.q6DJiLxO024201@skunkworks.freebsd.org>

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

Change 214343 by brooks@brooks_ecr_current on 2012/07/13 19:43:18

	Add a /dev/berirom using the altera_avgen generic memory mapped
	region driver.  This allows access to the CPU version rom in recent
	BERI/CHERI version.

Affected files ...

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

Differences ...

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

@@ -51,6 +51,16 @@
 hint.terasic_mtl.0.text_msize=0x2000
 
 #
+# BERI Hardware Version Rom
+#
+hint.altera_avgen.0.at="nexus0"
+hint.altera_avgen.0.maddr=0x7F00A000
+hint.altera_avgen.0.msize=20
+hint.altera_avgen.0.width=4
+hint.altera_avgen.0.fileio="rw"
+hint.altera_avgen.0.devname="berirom"
+
+#
 # Expose the DE4 flash via an Avalon "generic" device.
 # This is incompatible with the isf(4) driver.
 #



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