svn commit: r48027 - in head: en_US.ISO8859-1/articles/committers-guide share/xml
Andrew Turner
andrew at FreeBSD.org
Fri Jan 15 17:21:33 UTC 2016
Author: andrew (src committer)
Date: Fri Jan 15 17:21:31 2016
New Revision: 48027
URL: https://svnweb.freebsd.org/changeset/doc/48027
Log:
Add arm64 and riscv to the list of supported architectures in the
committers guide.
Reviewed by: allanjude, gjb
Approved by: core (gnn)
Differential Revision: https://reviews.freebsd.org/D4955
Modified:
head/en_US.ISO8859-1/articles/committers-guide/article.xml
head/share/xml/common.ent
head/share/xml/freebsd.ent
Modified: head/en_US.ISO8859-1/articles/committers-guide/article.xml
==============================================================================
--- head/en_US.ISO8859-1/articles/committers-guide/article.xml Fri Jan 15 16:27:47 2016 (r48026)
+++ head/en_US.ISO8859-1/articles/committers-guide/article.xml Fri Jan 15 17:21:31 2016 (r48027)
@@ -3915,8 +3915,8 @@ Relnotes: yes</programlisting>
list must exist and should be relatively recent. It should be
integrated into the &os; documentation.</para>
- <para>Current Tier 2 platforms are &arch.arm;, &arch.ia64;
- (through &os; 10),
+ <para>Current Tier 2 platforms are &arch.arm;, &arch.arm64;,
+ &arch.ia64; (through &os; 10),
&arch.pc98;, &arch.powerpc;, and &arch.sparc64;.</para>
</sect2>
@@ -3948,7 +3948,8 @@ Relnotes: yes</programlisting>
hardware or emulation environment. This documentation need
not be integrated into the &os; tree.</para>
- <para>Current Tier 3 platforms are &arch.mips;.</para>
+ <para>Current Tier 3 platforms are &arch.mips;, and
+ &arch.riscv;.</para>
</sect2>
<sect2>
Modified: head/share/xml/common.ent
==============================================================================
--- head/share/xml/common.ent Fri Jan 15 16:27:47 2016 (r48026)
+++ head/share/xml/common.ent Fri Jan 15 17:21:31 2016 (r48027)
@@ -54,11 +54,13 @@
<!ENTITY arch.alpha "alpha">
<!ENTITY arch.amd64 "amd64">
<!ENTITY arch.arm "arm">
+<!ENTITY arch.arm64 "arm64">
<!ENTITY arch.i386 "i386">
<!ENTITY arch.ia64 "ia64">
<!ENTITY arch.mips "mips">
<!ENTITY arch.pc98 "pc98">
<!ENTITY arch.powerpc "powerpc">
+<!ENTITY arch.riscv "riscv">
<!ENTITY arch.sparc64 "sparc64">
<!ENTITY arch.sun4v "sun4v">
Modified: head/share/xml/freebsd.ent
==============================================================================
--- head/share/xml/freebsd.ent Fri Jan 15 16:27:47 2016 (r48026)
+++ head/share/xml/freebsd.ent Fri Jan 15 17:21:31 2016 (r48027)
@@ -30,12 +30,14 @@ used in both environments.
<!ENTITY arch.alpha "alpha">
<!ENTITY arch.amd64 "amd64">
<!ENTITY arch.arm "arm">
+<!ENTITY arch.arm64 "arm64">
<!ENTITY arch.i386 "i386">
<!ENTITY arch.ia64 "ia64">
<!ENTITY arch.mips "mips">
<!ENTITY arch.pc98 "pc98">
<!ENTITY arch.powerpc "powerpc">
<!ENTITY arch.powerpc64 "powerpc64">
+<!ENTITY arch.riscv "riscv">
<!ENTITY arch.sparc64 "sparc64">
<!ENTITY arch.sun4v "sun4v">
More information about the svn-doc-head
mailing list