PERFORCE change 228884 for review
    Philip Withnall 
    prw35 at FreeBSD.org
       
    Mon May 20 22:57:22 UTC 2013
    
    
  
http://p4web.freebsd.org/@@228884?ac=10
Change 228884 by prw35 at 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 at 7f80d000 {
+			compatible = "sri-cambridge,compositor";
+			reg = <0x7f80d000 0x1000
+			       0x20000000 0x10000000
+			       0x7f006100 0x007f>;
+		};
+
 /*
 		usb at 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
 
    
    
More information about the p4-projects
mailing list