From nobody Mon Oct 4 18:26:23 2021 X-Original-To: dev-commits-doc-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 13ADD12ABF10 for ; Mon, 4 Oct 2021 18:26:24 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HNTgh03gSz4RGP; Mon, 4 Oct 2021 18:26:24 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D5DB01E2DB; Mon, 4 Oct 2021 18:26:23 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 194IQNmT083512; Mon, 4 Oct 2021 18:26:23 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 194IQNkm083511; Mon, 4 Oct 2021 18:26:23 GMT (envelope-from git) Date: Mon, 4 Oct 2021 18:26:23 GMT Message-Id: <202110041826.194IQNkm083511@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: John Baldwin Subject: git: 918260423f - main - Project mips as unsupported for 14.x. List-Id: Commit messages for all branches of the doc repository List-Archive: https://lists.freebsd.org/archives/dev-commits-doc-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-doc-all@freebsd.org X-BeenThere: dev-commits-doc-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jhb X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 918260423f1d0efcacd6add4ccbc0ccfee3b2f78 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/doc/commit/?id=918260423f1d0efcacd6add4ccbc0ccfee3b2f78 commit 918260423f1d0efcacd6add4ccbc0ccfee3b2f78 Author: John Baldwin AuthorDate: 2021-10-04 18:23:05 +0000 Commit: John Baldwin CommitDate: 2021-10-04 18:23:05 +0000 Project mips as unsupported for 14.x. While MIPS is still present in main, the consensus in recent discussions on arch@ and mips@ is to remove it prior to 14.0. https://lists.freebsd.org/archives/freebsd-arch/2021-September/000068.html https://lists.freebsd.org/archives/freebsd-mips/2021-September/000014.html Reviewed by: imp, emaste Differential Revision: https://reviews.freebsd.org/D32263 --- website/content/en/platforms/_index.adoc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/website/content/en/platforms/_index.adoc b/website/content/en/platforms/_index.adoc index 6ea65d25b1..ec6fa4ce17 100644 --- a/website/content/en/platforms/_index.adoc +++ b/website/content/en/platforms/_index.adoc @@ -21,11 +21,11 @@ Here is a list of platforms supported by FreeBSD. |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] |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 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 +|32-bit MIPS n32 |link:mips[mipsn32] |Tier 2 |Tier 2 |Unsupported +|64-bit MIPS soft-float |link:mips[mips64, mips64el] |Tier 2 |Tier 2 |Unsupported +|64-bit MIPS hard-float |link:mips[mips64hf, mips64elhf] |Tier 2 |Tier 2 |Unsupported |32-bit PowerPC |link:ppc[powerpc] |Tier 2 |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