git: 2c286f7440 - main - relnotes: add some more arm64 changes
Mitchell Horne
mhorne at FreeBSD.org
Mon Apr 12 15:14:51 UTC 2021
The branch main has been updated by mhorne (src committer):
URL: https://cgit.FreeBSD.org/doc/commit/?id=2c286f74405c80a1629d0c42a3542a706f8c83a3
commit 2c286f74405c80a1629d0c42a3542a706f8c83a3
Author: Mitchell Horne <mhorne at FreeBSD.org>
AuthorDate: 2021-04-07 20:56:07 +0000
Commit: Mitchell Horne <mhorne at FreeBSD.org>
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.
More information about the dev-commits-doc-all
mailing list