git: e19c4ead2f - main - Add POWER-related release notes for 13.1-RELEASE.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 08 Mar 2022 10:13:10 UTC
The branch main has been updated by pkubaj (ports committer):
URL: https://cgit.FreeBSD.org/doc/commit/?id=e19c4ead2fa8a2c482775670a86f220bfd1edc6a
commit e19c4ead2fa8a2c482775670a86f220bfd1edc6a
Author: Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2022-03-08 10:12:42 +0000
Commit: Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2022-03-08 10:12:42 +0000
Add POWER-related release notes for 13.1-RELEASE.
---
website/content/en/releases/13.1R/relnotes.adoc | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/website/content/en/releases/13.1R/relnotes.adoc b/website/content/en/releases/13.1R/relnotes.adoc
index 5ab4e15f49..7b915c2c1c 100644
--- a/website/content/en/releases/13.1R/relnotes.adoc
+++ b/website/content/en/releases/13.1R/relnotes.adoc
@@ -95,6 +95,8 @@ This section covers changes and additions to userland applications, contributed
[[userland-contrib]]
=== Contributed Software
+Enable building LLDB on all powerpc architectures. gitref:cb1bee9bd34[repository=src]
+Add assembly optimized code for OpenSSL on powerpc, powerpc64 and powerpc64le. gitref:ce35a3bc852[repository=src]
[[userland-libraries]]
=== Runtime Libraries and API
@@ -108,6 +110,10 @@ This section covers changes to kernel configurations, system tuning, and system
[[kernel-general]]
=== General Kernel Changes
+Fix output corruption on serial console on powerpc64. gitref:dca829138ca[repository=src]
+Change CAS to support Radix MMU. gitref:cc8e726c85b[repository=src]
+Fix running FreeBSD with HPT superpages enabled on QEMU with TCG on powerpc64(le). gitref:f05174ed354[repository=src]
+Add superpages support to pmap_mincore on powerpc64(le). gitref:32b50b8520d[repository=src]
[[drivers]]
== Devices and Drivers
@@ -117,6 +123,10 @@ This section covers changes and additions to devices and device drivers since {r
[[drivers-device]]
=== Device Drivers
+Fix for VGA / HDMI console with AST2500 during boot on powerpc64(le). gitref:c41d129485e[repository=src]
+Fix PCI common read/write functions on big endian targets in manpage:virtio[4]. gitref:7e583075a41[repository=src], gitref:8d589845881[repository=src]
+Add big-endian support to manpage:mpr[4]. gitref:7d45bf699dc[repository=src], gitref:2954aedb8e5[repository=src], gitref:c80a1c1072d[repository=src]
+Reduce max I/O size to avoid DMA issues in manpage:aacraid[4]. gitref:572e3575dba[repository=src]
[[storage]]
== Storage
@@ -135,6 +145,7 @@ This section covers the boot loader, boot menu, and other boot-related changes.
[[boot-loader]]
=== Boot Loader Changes
+Fix boot1 and loader on powerpc64le. gitref:8a62b07bce7[repository=src]
[[network]]
== Networking