diff --git a/website/content/en/platforms/_index.adoc b/website/content/en/platforms/_index.adoc --- a/website/content/en/platforms/_index.adoc +++ b/website/content/en/platforms/_index.adoc @@ -19,7 +19,7 @@ |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 --- a/website/content/en/platforms/arm.adoc +++ b/website/content/en/platforms/arm.adoc @@ -24,7 +24,7 @@ [[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.