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

Warren Block wblock at FreeBSD.org
Wed Oct 8 02:56:30 UTC 2014


Author: wblock
Date: Wed Oct  8 02:56:28 2014
New Revision: 45746
URL: https://svnweb.freebsd.org/changeset/doc/45746

Log:
  Add ARM report.

Modified:
  head/en_US.ISO8859-1/htdocs/news/status/report-2014-07-2014-09.xml

Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2014-07-2014-09.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/news/status/report-2014-07-2014-09.xml	Wed Oct  8 01:13:27 2014	(r45745)
+++ head/en_US.ISO8859-1/htdocs/news/status/report-2014-07-2014-09.xml	Wed Oct  8 02:56:28 2014	(r45746)
@@ -936,4 +936,46 @@
       </task>
     </help>
   </project>
+
+  <project cat='arch'>
+    <title>&os; on Newer ARM Boards</title>
+
+    <contact>
+      <person>
+	<name>
+	  <given>Ganbold</given>
+	  <common>Tsagaankhuu</common>
+	</name>
+	<email>ganbold at FreeBSD.org</email>
+      </person>
+    </contact>
+
+    <links>
+      <url href="https://github.com/tsgan/qualcomm">Some preliminary codes for Snapdragon board IFC6410</url>
+    </links>
+
+    <body>
+      <p>Work on initial support of the IFC6410 board,which was
+	stopped due to bricked bootloader, has been started again.
+	This board has the Qualcomm Snapdragon S4 SoC, featuring the
+	Krait CPU.  This CPU is considered a "platform" for use in
+	smartphones, tablets, and smartbook devices.  Krait has many
+	similarities with the ARM Cortex-A15 CPU and is also based on
+	the ARMv7 instruction set. These peripherals are working:</p>
+
+      <ul>
+	<li>Qualcomm High Speed UART driver for MSM 7000/8000 series
+	  chips (included in <tt>src</tt> tree)</li>
+
+	<li>Krait Timer</li>
+      </ul>
+    </body>
+
+    <help>
+      <task>
+	<p>Get MMC driver working.  May need more help from
+	  experts.</p>
+      </task>
+    </help>
+  </project>
 </report>


More information about the svn-doc-head mailing list