diff options
author | John Baldwin <jhb@FreeBSD.org> | 2023-08-15 16:32:38 +0000 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2023-08-15 16:32:38 +0000 |
commit | 3c03f0a30f394a8584356c0e48119d577c5cfa33 (patch) | |
tree | eb8d511832f9eca99eb4ac8573189562cd90ba94 | |
parent | a7f092b867ca752670c76b1723e2f826a03c1d48 (diff) | |
download | doc-3c03f0a30f.tar.gz doc-3c03f0a30f.zip |
Mark armv6 as Tier 3 for 14.x.
This is inline with src commit
98d03dca9ac8e3eb5857c72768e200e2bb0c3800 which removed armv6 from the
default universe builds.
Reviewed by: emaste
Differential Revision: https://reviews.freebsd.org/D41451
-rw-r--r-- | website/content/en/platforms/_index.adoc | 2 | ||||
-rw-r--r-- | website/content/en/platforms/arm.adoc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/website/content/en/platforms/_index.adoc b/website/content/en/platforms/_index.adoc index 7dfb71f18f..926251d7db 100644 --- a/website/content/en/platforms/_index.adoc +++ b/website/content/en/platforms/_index.adoc @@ -19,7 +19,7 @@ Here is a list of platforms supported by FreeBSD. |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 ARMv6 |link:arm[armv6] |Tier 2 |Tier 2 |Tier 3 |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 |Unsupported |32-bit MIPS hard-float |link:mips[mipshf, mipselhf] |Tier 2 |Tier 2 |Unsupported diff --git a/website/content/en/platforms/arm.adoc b/website/content/en/platforms/arm.adoc index 847e61f39a..ec7656d417 100644 --- a/website/content/en/platforms/arm.adoc +++ b/website/content/en/platforms/arm.adoc @@ -24,7 +24,7 @@ This page contains information about the FreeBSD port to the 32- and 64-bit ARM [[status]] == Status -32-bit ARMv6 and ARMv7 are officially a link:{committers-guide}#archs[Tier 2] architecture, as link:../../[the FreeBSD Project] does not provide official releases or pre-built packages for this platform due to it primarily targeting the embedded arena. However, FreeBSD/ARM is being actively developed and maintained, is well supported, and provides an excellent framework for building ARM-based systems. FreeBSD/arm supported ARMv4 and ARMv5 processors, and is deprecated as of 13.0. FreeBSD/armv7 includes SMP support. +32-bit ARMv7 is officially a link:{committers-guide}#archs[Tier 2] architecture, as link:../../[the FreeBSD Project] does not provide official releases or pre-built packages for this platform due to it primarily targeting the embedded arena. However, FreeBSD/ARM is being actively developed and maintained, is well supported, and provides an excellent framework for building ARM-based systems. FreeBSD/arm previously supported ARMv4 and ARMv5 processors which were deprecated in 13.0. FreeBSD/armv7 includes SMP support. FreeBSD/arm64 supports 64-bit ARMv8 processors and is a link:{committers-guide}#archs[Tier 1] architecture as of 13.0. 64-bit ARM platforms follow a set of standard conventions, and a single FreeBSD build will work on hardware from multiple vendors. As a result, FreeBSD provides official releases for FreeBSD/arm64 and packages are available. |