svn commit: r43450 - head/en_US.ISO8859-1/htdocs/news/status

Gabor Pali pgj at FreeBSD.org
Wed Jan 8 23:32:11 UTC 2014


Author: pgj
Date: Wed Jan  8 23:32:10 2014
New Revision: 43450
URL: http://svnweb.freebsd.org/changeset/doc/43450

Log:
  - Add 2013Q4 report on Freescale i.MX6 support
  
  Submitted by:	ian

Modified:
  head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml

Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml	Wed Jan  8 18:58:16 2014	(r43449)
+++ head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml	Wed Jan  8 23:32:10 2014	(r43450)
@@ -19,7 +19,7 @@
 
     <!-- XXX: Keep updating the number of entries -->
     <p>Thanks to all the reporters for the excellent work!  This report
-      contains 6 entries and we hope you enjoy reading it.</p>
+      contains 7 entries and we hope you enjoy reading it.</p>
 
     <p>The deadline for submissions covering between January and
       March 2014 is April 7th, 2014.</p>
@@ -382,4 +382,54 @@
       <task>Add support for Berkeley DB 5 and higher to Orage.</task>
     </help>
   </project>
+
+  <project cat='arch'>
+    <title>&os; on Freescale i.MX6 processors</title>
+
+    <contact>
+      <person>
+	<name>
+	  <given>Ian</given>
+	  <common>Lepore</common>
+	</name>
+	<email>ian at freebsd.org</email>
+      </person>
+    </contact>
+
+    <links>
+      <url href="http://lists.freebsd.org/pipermail/freebsd-arm/2013-November/006877.html">Announcement of Wanboard support</url>
+    </links>
+
+    <body>
+      <p>The i.MX range is a family of Freescale Semiconductor
+	proprietary microprocessors for multimedia applications based on
+	the ARM architecture and focused on low-power consumption.  The
+	i.MX6x series is based on the ARM Cortex A9 solo, dual or quad
+	cores.  Initial support for them has been committed to
+	<tt>head</tt>, and merged to <tt>stable/10</tt>.  All members of
+	the i.MX6 family (Solo, Dual, and Quad core) are supported, but
+	SMP support on the multi-core SoCs has not yet been enabled.</p>
+
+      <p>Initial driver support includes:</p>
+
+      <ul>
+	<li>USB (EHCI)</li>
+	<li>Ethernet (Gigabit)</li>
+	<li>SD Card</li>
+	<li>UART</li>
+      </ul>
+
+      <p>The initial hardware bringup was done on Wandboard hardware,
+	see the announcement on <tt>freebsd-arm</tt> in the links section
+	for more information.</p>
+    </body>
+
+    <help>
+      <task>Write drivers for additional on-chip hardware, including
+	I2C, SPI, AHCI, audio, and video.</task>
+
+      <task>Add support to &os;-crochet script to generate Wandboard
+	images</task>
+    </help>
+  </project>
 </report>


More information about the svn-doc-all mailing list