git: 374503a83b - main - Drop 11.x and add projected 14.x support tiers.
John Baldwin
jhb at FreeBSD.org
Fri Oct 1 18:38:57 UTC 2021
The branch main has been updated by jhb:
URL: https://cgit.FreeBSD.org/doc/commit/?id=374503a83b3c7758e0968eb63ef83c5cad811533
commit 374503a83b3c7758e0968eb63ef83c5cad811533
Author: John Baldwin <jhb at FreeBSD.org>
AuthorDate: 2021-10-01 18:38:11 +0000
Commit: John Baldwin <jhb at FreeBSD.org>
CommitDate: 2021-10-01 18:38:11 +0000
Drop 11.x and add projected 14.x support tiers.
- For now make the projected 14.x tiers match 13.x.
- Move armeb and pc98 to the Unsupported Platforms list.
Reviewed by: imp, emaste
Differential Revision: https://reviews.freebsd.org/D32261
---
website/content/en/platforms/_index.adoc | 34 ++++++++++++++------------------
1 file changed, 15 insertions(+), 19 deletions(-)
diff --git a/website/content/en/platforms/_index.adoc b/website/content/en/platforms/_index.adoc
index ce8c98a193..1964cede52 100644
--- a/website/content/en/platforms/_index.adoc
+++ b/website/content/en/platforms/_index.adoc
@@ -14,31 +14,25 @@ Here is a list of platforms supported by FreeBSD.
[.tblbasic]
[cols=",,,,",options="header",]
|===
-|Platform Name |TARGET_ARCH |11.x link:{committers-guide}#archs[Support Tier] |12.x link:{committers-guide}#archs[Support Tier] |13.x link:{committers-guide}#archs[Support Tier]
+|Platform Name |TARGET_ARCH |12.x link:{committers-guide}#archs[Support Tier] |13.x link:{committers-guide}#archs[Support Tier] |Projected 14.x link:{committers-guide}#archs[Support Tier]
|64-bit x86 |link:amd64[amd64] |Tier 1 |Tier 1 |Tier 1
-|32-bit x86 |link:i386[i386] |Tier 1 |Tier 1 |Tier 2
-|PC98 |link:pc98[pc98] |Tier 2 |Unsupported |Unsupported
-|64-bit ARMv8 |link:arm[aarch64] |Tier 2 |Tier 2 |Tier 1
-|32-bit ARMv4/5 |link:arm[arm] |Tier 2 |Tier 2 |Unsupported
-|32-bit big-endian ARM |link:arm[armeb] |Tier 2 |Unsupported |Unsupported
+|32-bit x86 |link:i386[i386] |Tier 1 |Tier 2 |Tier 2
+|64-bit ARMv8 |link:arm[aarch64] |Tier 2 |Tier 1 |Tier 1
+|32-bit ARMv4/5 |link:arm[arm] |Tier 2 |Unsupported |Unsupported
|32-bit ARMv6 |link:arm[armv6] |Tier 2 |Tier 2 |Tier 2
-|32-bit ARMv7 |link:arm[armv7] |<<n-armv7,*1>>|Tier 2 |Tier 2
-|32-bit MIPS soft-float |link:mips[mips, mipsel] |Tier 3 |Tier 2 |Tier 2
-|32-bit MIPS hard-float |link:mips[mipshf, mipselhf] |N/A |Tier 2 |Tier 2
-|32-bit MIPS n32 |link:mips[mipsn32] |Tier 3 |Tier 2 |Tier 2
-|64-bit MIPS soft-float |link:mips[mips64, mips64el] |Tier 3 |Tier 2 |Tier 2
-|64-bit MIPS hard-float |link:mips[mips64hf, mips64elhf] |N/A |Tier 2 |Tier 2
+|32-bit ARMv7 |link:arm[armv7] |Tier 2 |Tier 2 |Tier 2
+|32-bit MIPS soft-float |link:mips[mips, mipsel] |Tier 2 |Tier 2 |Tier 2
+|32-bit MIPS hard-float |link:mips[mipshf, mipselhf] |Tier 2 |Tier 2 |Tier 2
+|32-bit MIPS n32 |link:mips[mipsn32] |Tier 2 |Tier 2 |Tier 2
+|64-bit MIPS soft-float |link:mips[mips64, mips64el] |Tier 2 |Tier 2 |Tier 2
+|64-bit MIPS hard-float |link:mips[mips64hf, mips64elhf] |Tier 2 |Tier 2 |Tier 2
|32-bit PowerPC |link:ppc[powerpc] |Tier 2 |Tier 2 |Tier 2
-|32-bit PowerPC with SPE |link:ppc[powerpcspe] | |Tier 2 |Tier 2
+|32-bit PowerPC with SPE |link:ppc[powerpcspe] |Tier 2 |Tier 2 |Tier 2
|64-bit PowerPC |link:ppc[powerpc64] |Tier 2 |Tier 2 |Tier 2
-|64-bit RISC-V |https://wiki.freebsd.org/riscv[riscv64, riscv64sf] | |Tier 3 |Tier 2
-|64-bit SPARCv9 |link:sparc[sparc64] |Tier 2 |Tier 2 |Unsupported
+|64-bit RISC-V |https://wiki.freebsd.org/riscv[riscv64, riscv64sf] |Tier 3 |Tier 2 |Tier 2
+|64-bit SPARCv9 |link:sparc[sparc64] |Tier 2 |Unsupported |Unsupported
|===
-=== Notes
-
-. [[n-armv7]] armv7 platforms were supported by armv6 prior to 12.0.
-
== Unsupported Platforms
These platforms were supported by older versions of FreeBSD.
@@ -48,5 +42,7 @@ These platforms were supported by older versions of FreeBSD.
|===
|Platform Name |TARGET_ARCH |Last Supported Release
|Alpha |link:alpha[alpha] |link:../releases/#rel6-4[6.4]
+|32-bit big-endian ARM |link:arm[armeb] |link:../releases/#rel11-4[11.4]
|Intel IA-64 |link:ia64[ia64] |link:../releases/#rel10-4[10.4]
+|PC98 |link:pc98[pc98] |link:../releases/#rel11-4[11.4]
|===
More information about the dev-commits-doc-all
mailing list