diff --git a/website/content/en/status/report-2026-01-2026-03/bananapi-r64-r2-pro-drivers.adoc b/website/content/en/status/report-2026-01-2026-03/bananapi-r64-r2-pro-drivers.adoc index c4bee3c78b..d88524c0a3 100644 --- a/website/content/en/status/report-2026-01-2026-03/bananapi-r64-r2-pro-drivers.adoc +++ b/website/content/en/status/report-2026-01-2026-03/bananapi-r64-r2-pro-drivers.adoc @@ -1,75 +1,75 @@ === FreeBSD Driver Development for BananaPi-R64/R2-PRO Links: + link:https://wiki.freebsd.org/arm/Bananapi[Wiki] URL: link:https://wiki.freebsd.org/arm/Bananapi[] Contact: Martin Filla ==== R64 Introduction The Banana Pi R64 is a MediaTek MT7622-based development board (ARM Cortex-A53, dual-core ~1.35 GHz) featuring 4× Gigabit LAN, 1× Gigabit WAN, Wi-Fi (4×4n), Bluetooth 5.0, and multiple peripheral interfaces (UART, SPI, I²C, GPIO, SATA, mini-PCIe, eMMC, etc.). ==== Current State of FreeBSD Support R64 Implemented so far: - **UART driver** - **Clock management (clocks)** - **Pinctrl** - **Storage controllers (eMMC/SD/MMC) driver** - **Ethernet Switch mt7531 driver** - **Ethernet mt7622 driver** - **XHCI driver** - **Watchdog driver** - **RTC driver** - **RNG driver** - **Pciecfg driver** - **SysIRQ driver** ==== Development roadmap R64 Implement missing drivers: - USB3 / T-PHY - SATA / AHCI / T-PHY - Wi-Fi (likely MediaTek MT7615) - GPIO subsystems - I2C - SPI - PWM - PCIE Work in progress drivers: - T-PHY ==== R2-PRO Introduction -The Banana Pi BPI-R2 Pro is the next generation smart router developement board. +The Banana Pi BPI-R2 Pro is the next generation smart router development board. It is powered by Rockchip RK 3568 processor. Onboard 2GB LPDDR4 memory and 16GB eMMC storage, and supports 2 USB 3.0 interface, 5 gigabit network port. M.2 key-E and mini PCIe interface, 2 mipi DSI interface (one can change to LVDS by software), 1 CSI camera interface, 1 HDMI output. ==== Current State of FreeBSD Support R2-PRO Implemented so far: - **UART driver** - **Clock management (clocks)** - **Pinctrl** - **GPIO** - **Storage controllers (eMMC/SD/MMC) driver** - **XHCI driver** - **Watchdog driver** - **PCIE driver** ==== Development roadmap R2-PRO Implement missing drivers: - HDMI - MIPI - USB3 Work in progress drivers: - AHCI/SATA - PCIE diff --git a/website/content/en/status/report-2026-01-2026-03/jdk25default.adoc b/website/content/en/status/report-2026-01-2026-03/jdk25default.adoc index d6abf87cf3..105f80f967 100644 --- a/website/content/en/status/report-2026-01-2026-03/jdk25default.adoc +++ b/website/content/en/status/report-2026-01-2026-03/jdk25default.adoc @@ -1,25 +1,25 @@ === Ports -- Make openjdk25 the default JAVA_VERSION Link: link:https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=293559[Issue 293559] URL: link:https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=293559[] Contact: Ronald Klop Java is an important environment for running some application on FreeBSD. -The OpenJDK ports are activaly maintained and up to date. +The OpenJDK ports are actively maintained and up to date. Since October 2025 OpenJDK 25 LTS is available in the ports tree. Building on the groundwork of moving ports to OpenJDK 21 the switch of JAVA_DEFAULT to 25 is a much smaller step. Most Java ports compile and run without changes. Only a handful of ports need some fixes, which is currently in progress. The work is being tracked in PR 293559. I think it is reasonable to have the ports in shape for the JAVA_VERSION=25 setting in the second quarter of 2026. Plan: * An exp-run is requested * Check the last ports and create a PR or commit -* Commit the PRs that are timeing out on maintainer feedback +* Commit the PRs that are timing out on maintainer feedback * Maybe ask for another exp-run * If done, increase JAVA_VERSION