From owner-dev-commits-doc-all@freebsd.org Mon Apr 12 15:14:51 2021 Return-Path: Delivered-To: dev-commits-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E23405D4701 for ; Mon, 12 Apr 2021 15:14:51 +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 4FJsjR66LMz4Zdd; Mon, 12 Apr 2021 15:14:51 +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 C49941993E; Mon, 12 Apr 2021 15:14:51 +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 13CFEpIa062712; Mon, 12 Apr 2021 15:14:51 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13CFEpaf062711; Mon, 12 Apr 2021 15:14:51 GMT (envelope-from git) Date: Mon, 12 Apr 2021 15:14:51 GMT Message-Id: <202104121514.13CFEpaf062711@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Mitchell Horne Subject: git: 2c286f7440 - main - relnotes: add some more arm64 changes MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: mhorne X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 2c286f74405c80a1629d0c42a3542a706f8c83a3 Auto-Submitted: auto-generated X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Apr 2021 15:14:51 -0000 The branch main has been updated by mhorne (src committer): URL: https://cgit.FreeBSD.org/doc/commit/?id=2c286f74405c80a1629d0c42a3542a706f8c83a3 commit 2c286f74405c80a1629d0c42a3542a706f8c83a3 Author: Mitchell Horne AuthorDate: 2021-04-07 20:56:07 +0000 Commit: Mitchell Horne CommitDate: 2021-04-12 15:11:32 +0000 relnotes: add some more arm64 changes Reviewed by: emaste Differential Revision: https://reviews.freebsd.org/D29650 --- website/content/en/releases/13.0R/relnotes.adoc | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/website/content/en/releases/13.0R/relnotes.adoc b/website/content/en/releases/13.0R/relnotes.adoc index 48707f03ca..395a8b950a 100644 --- a/website/content/en/releases/13.0R/relnotes.adoc +++ b/website/content/en/releases/13.0R/relnotes.adoc @@ -505,6 +505,25 @@ The amd64 architecture now supports 57-bit virtual addresses (LA57) on supported The 64-bit ARM architecture known as arm64 or AArch64 is promoted to Tier-1 status for FreeBSD 13. https://lists.freebsd.org/pipermail/freebsd-arm/2021-April/023602.html[Announcement] +Added a driver for the Broadcom "GENET" ethernet driver found on the Raspberry +Pi 4B. It was derived in part from NetBSD's version of the driver. +gitref:2cd0c529781a[repository=src] + +Added support for using Address Space Identifiers (ASIDs) to the arm64 pmap. This +improves TLB utilization for some workloads. gitref:50e3ab6bcf8c[repository=src] + +The man:linux[4] ABI compatibility layer is now enabled by default. +gitref:6659d8e7c26[repository=src] {{< sponsored "The FreeBSD Foundation" >}} + +Added support for the man:gdb[4] kernel debugger. +gitref:bbfa199cbc16[repository=src] {{< sponsored "The FreeBSD Foundation" >}} + +Added support for building ISO installer images. +gitref:6dadc5d1cdec[repository=src] {{< sponsored "The FreeBSD Foundation" >}} + +Added SD card configuration files for the Rock64 and RockPro64. +gitref:b407a449ac4c[repository=src] gitref:0edb2e1d0caa[repository=src] + === ARMv5 Removed support for version 5 of the 32-bit ARM architecture.