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
This commit is contained in:
parent
80bf78f598
commit
bd2438dfff
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=48027
3 changed files with 8 additions and 3 deletions
|
@ -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>
|
||||
|
|
|
@ -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">
|
||||
|
||||
|
|
|
@ -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">
|
||||
|
||||
|
|
Loading…
Reference in a new issue