svn commit: r47972 - head/en_US.ISO8859-1/htdocs/news/status
Benjamin Kaduk
bjk at FreeBSD.org
Sat Jan 9 18:59:05 UTC 2016
Author: bjk
Date: Sat Jan 9 18:59:03 2016
New Revision: 47972
URL: https://svnweb.freebsd.org/changeset/doc/47972
Log:
Add iMX.6 video report from gonzo
Modified:
head/en_US.ISO8859-1/htdocs/news/status/report-2015-10-2015-12.xml
Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2015-10-2015-12.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/news/status/report-2015-10-2015-12.xml Sat Jan 9 18:51:47 2016 (r47971)
+++ head/en_US.ISO8859-1/htdocs/news/status/report-2015-10-2015-12.xml Sat Jan 9 18:59:03 2016 (r47972)
@@ -477,4 +477,46 @@
</task>
</help>
</project>
+
+ <project cat='kern'>
+ <title>iMX.6 video output support</title>
+
+ <contact>
+ <person>
+ <name>
+ <given>Oleksandr</given>
+ <common>Tymoshenko</common>
+ </name>
+ <email>gonzo at FreeBSD.org</email>
+ </person>
+ </contact>
+
+ <links>
+ <url href="https://svnweb.FreeBSD.org/changeset/base/292574">Commit Adding Basic Video Support</url>
+ </links>
+
+ <body>
+ <p>iMX.6 is a family of SoC used in multiple hobbyist ARM
+ boards such as the Hummingboard, RIoTboard, and Cubox. Most of
+ these products have HDMI output, but until recently, &os; did not
+ benefit from it. As of r292574, there is basic video output
+ support so you can use the console on iMX6-based boards and
+ probably run Xorg (not yet tested).</p>
+
+ <p>Due to the lack of some kernel functionality (see open
+ tasks), the only supported mode is 1024x768.</p>
+ </body>
+
+ <help>
+ <task>
+ <p>Proper pixel clock initialization (relies on a clock
+ framework).</p>
+ </task>
+
+ <task>
+ <p>More flexible video output path (support multiple IPUs
+ and DIs).</p>
+ </task>
+ </help>
+ </project>
</report>
More information about the svn-doc-all
mailing list