Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 May 2013 22:57:21 GMT
From:      Philip Withnall <prw35@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 228884 for review
Message-ID:  <201305202257.r4KMvL9u008378@skunkworks.freebsd.org>

index | next in thread | raw e-mail

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

Change 228884 by prw35@pwithnall_zenith on 2013/05/20 22:57:15

	Add CHERI compositor to BERI DE4 hardware configuration
	
	This follows on from changeset #228881, enabling the CHERI compositor
	driver by default.

Affected files ...

.. //depot/projects/ctsrd/cheribsd/src/sys/boot/fdt/dts/beripad-de4.dts#10 edit
.. //depot/projects/ctsrd/cheribsd/src/sys/mips/conf/BERI_DE4_BASE#6 edit

Differences ...

==== //depot/projects/ctsrd/cheribsd/src/sys/boot/fdt/dts/beripad-de4.dts#10 (text+ko) ====

@@ -201,6 +201,13 @@
 			       0x70177000 0x2000>;
 		};
 
+		compositor@7f80d000 {
+			compatible = "sri-cambridge,compositor";
+			reg = <0x7f80d000 0x1000
+			       0x20000000 0x10000000
+			       0x7f006100 0x007f>;
+		};
+
 /*
 		usb@0x7f100000 {
 			compatible = "philips,isp1761";

==== //depot/projects/ctsrd/cheribsd/src/sys/mips/conf/BERI_DE4_BASE#6 (text+ko) ====

@@ -25,6 +25,7 @@
 device		altera_avgen
 device		altera_jtag_uart
 device		altera_sdcard
+device		cheri_compositor
 device		terasic_de4led
 device		terasic_mtl
 


help

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