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

Dru Lavigne dru at FreeBSD.org
Mon Jun 27 17:40:37 UTC 2016


Author: dru
Date: Mon Jun 27 17:40:35 2016
New Revision: 49013
URL: https://svnweb.freebsd.org/changeset/doc/49013

Log:
  Add Allwinner status report submitted by manu at freebsd.org.
  
  Reviewed by: wblock at freebsd.org
  Sponsored by: iXsystems

Modified:
  head/en_US.ISO8859-1/htdocs/news/status/report-2016-04-2016-06.xml

Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2016-04-2016-06.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/news/status/report-2016-04-2016-06.xml	Mon Jun 27 17:40:22 2016	(r49012)
+++ head/en_US.ISO8859-1/htdocs/news/status/report-2016-04-2016-06.xml	Mon Jun 27 17:40:35 2016	(r49013)
@@ -153,4 +153,95 @@
 	the <tt>ruby at FreeBSD.org</tt> mailing list.</p>
     </body>
   </project>
+
+  <project cat='kern'>
+    <title>ARM Allwinner SoC Support</title>
+
+    <contact>
+      <person>
+	<name>
+	  <given>Jared</given>
+	  <common>McNeill</common>
+	</name>
+	<email>jmcneill at freebsd.org</email>
+      </person>
+      <person>
+	<name>
+	  <given>Emmanuel</given>
+	  <common>Vadot</common>
+	</name>
+	<email>manu at freebsd.org</email>
+      </person>
+    </contact>
+
+    <links>
+      <url href="https://wiki.freebsd.org/FreeBSD/arm/Allwinner">Allwinner FreeBSD Wiki</url>
+    </links>
+
+    <body>
+      <p>Allwinner SoCs are used in multiple hobbyist devboards and
+	single board computers.  Recently, support for these SoCs
+	received many updates.</p>
+
+      <p>Theses tasks were completed during the second quarter of
+	2016:</p>
+
+      <ul>
+	<li>Switch to upstream DTS is complete</li>
+
+	<li>A83T SoC support</li>
+
+	<li>H3 SoC support</li>
+
+	<li>Switch to new clock framework</li>
+
+	<li>Convert A10 interrupt controller to INTRNG</li>
+
+	<li>OHCI support</li>
+
+	<li>Generic ALLWINNER kernel config file</li>
+
+	<li>A20/A31 NMI support</li>
+
+	<li>AXP209 PMU interrupts, GPIO, and sensors support</li>
+
+	<li>A83T thermal sensor support</li>
+
+	<li>RSB (Reduced Serial Bus) support</li>
+
+	<li>AXP813/AXP818 PMU support</li>
+
+	<li>A83T Security ID support</li>
+
+	<li>Allwinner Gigabit Ethernet controller found in
+	  H3/A83T/A64</li>
+
+	<li>USB OTG
+	  <a href="https://reviews.freebsd.org/D5881">(in review)</a></li>
+
+	<li>A10/A20 Security ID support
+	  <a href="https://reviews.freebsd.org/D6383">(in review)</a></li>
+
+	<li>A13 SoC Support
+	  <a href="https://reviews.freebsd.org/D6809">(in review)</a></li>
+      </ul>
+
+      <p>Ongoing work:</p>
+
+      <ul>
+	<li>A64 support</li>
+
+	<li>Use U-Boot EFI implementation for ARM32/ARM64</li>
+      </ul>
+    </body>
+
+    <help>
+      <task>SPI driver</task>
+
+      <task>LCD Support</task>
+
+      <task>Any unsupported hardware device that might be of
+	interest.</task>
+    </help>
+  </project>
 </report>


More information about the svn-doc-all mailing list