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

Benjamin Kaduk bjk at FreeBSD.org
Mon Jan 18 07:02:30 UTC 2016


Author: bjk
Date: Mon Jan 18 07:02:29 2016
New Revision: 48053
URL: https://svnweb.freebsd.org/changeset/doc/48053

Log:
  Add RISC-V entry from br

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	Mon Jan 18 05:05:55 2016	(r48052)
+++ head/en_US.ISO8859-1/htdocs/news/status/report-2015-10-2015-12.xml	Mon Jan 18 07:02:29 2016	(r48053)
@@ -3563,4 +3563,72 @@
       </task>
     </help>
   </project>
+
+  <project cat='arch'>
+    <title>&os;/RISC-V</title>
+
+    <contact>
+      <person>
+	<name>
+	  <given>Ruslan</given>
+	  <common>Bukin</common>
+	</name>
+	<email>br at bsdpad.com</email>
+      </person>
+
+      <person>
+	<name>
+	  <given>Ed</given>
+	  <common>Maste</common>
+	</name>
+	<email>emaste at FreeBSD.org</email>
+      </person>
+
+      <person>
+	<name>
+	  <given>Arun</given>
+	  <common>Thomas</common>
+	</name>
+	<email>arun.thomas at baesystems.com</email>
+      </person>
+    </contact>
+
+    <links>
+      <url href="https://wiki.FreeBSD.org/riscv">Project Wiki</url>
+    </links>
+
+    <body>
+      <p>We have begun work on support for the RISC-V
+	architecture.</p>
+
+      <p>RISC-V is a new ISA designed to support computer
+	architecture research and education that is now set to become a
+	standard open architecture for industry implementations.</p>
+
+      <p>A minimal set of changes needed to compile the kernel
+	toolchain has been committed, along with machine headers and
+	run-time linker (rtld-elf) support.</p>
+
+      <p>All development has been happening in a separate branch,
+	with a goal of moving development to head in a few weeks.</p>
+
+      <p>At present, &os;/RISC-V boots to multiuser in the Spike
+	simulator.</p>
+    </body>
+
+    <sponsor>
+      DARPA, AFRL
+    </sponsor>
+
+    <sponsor>
+      HEIF5
+    </sponsor>
+
+    <help>
+      <task>
+	<p>We plan to commit the rest of userspace (i.e,. libc),
+	  kernel support, etc., in a few weeks.</p>
+      </task>
+    </help>
+  </project>
 </report>


More information about the svn-doc-all mailing list