Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Oct 2015 03:38:43 +0000 (UTC)
From:      Benjamin Kaduk <bjk@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r47590 - head/en_US.ISO8859-1/htdocs/news/status
Message-ID:  <201510160338.t9G3chJj058043@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bjk
Date: Fri Oct 16 03:38:43 2015
New Revision: 47590
URL: https://svnweb.freebsd.org/changeset/doc/47590

Log:
  Add arm64 report from andrew

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

Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2015-07-2015-09.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/news/status/report-2015-07-2015-09.xml	Fri Oct 16 03:31:43 2015	(r47589)
+++ head/en_US.ISO8859-1/htdocs/news/status/report-2015-07-2015-09.xml	Fri Oct 16 03:38:43 2015	(r47590)
@@ -1748,4 +1748,63 @@
     </help>
   </project>
 
+  <project cat="arch">
+    <title>&os;/arm64</title>
+
+    <contact>
+      <person>
+	<name>
+	  <given>Andrew</given>
+	  <common>Turner</common>
+	</name>
+	<email>andrew@FreeBSD.org</email>
+      </person>
+
+      <person>
+	<name>
+	  <given>Ed</given>
+	  <common>Maste</common>
+	</name>
+	<email>emaste@FreeBSD.org</email>
+      </person>
+    </contact>
+    <!-- Optional section but highly encouraged. -->
+    <links>
+      <url href="https://wiki.FreeBSD.org/arm64" >&os; arm64 wiki page</url>
+    </links>
+
+    <body>
+      <p>On arm64, numerous cleanups and fixes have been applied to
+	the kernel.  This includes fixes to exception handling,
+	asynchronous signals, ddb, and pmap.  ddb has been updated to
+	better handle accessing memory that may be unmapped.  The pmap
+	code was made more complete by implementng more functions as
+	needed.</p>
+
+      <p>Further work on SMP means that &os; now boots on all 48
+	cores on the Cavium ThunderX platform.  This includes adding
+	support for the ARM GICv3 interrupt controllers and fixing the
+	memory mapping to be shareable between CPUs.</p>
+
+      <p>The test suite has been run on both qemu, and hardware.  Most of the
+	test cases are passing, with around 30 tests either broken or failing.
+	Work on diagnosing the issues with the remaining test cases is ongoing.
+      </p>
+    </body>
+
+    <sponsor>
+      The FreeBSD Foundation
+    </sponsor>
+
+    <sponsor>
+      ABT Systems Ltd
+    </sponsor>
+
+    <help>
+      <task>
+	<p>Port to more SoCs.</p>
+      </task>
+    </help>
+  </project>
+
 </report>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510160338.t9G3chJj058043>