Date: Thu, 2 May 2024 15:44:41 GMT From: Lorenzo Salvadore <salvadore@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: 4b01aefa1b - main - Status/2024Q1/ten64-whle-honeycomb.adoc: Fix lists Message-ID: <202405021544.442FifuY016157@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by salvadore: URL: https://cgit.FreeBSD.org/doc/commit/?id=4b01aefa1b3d4bdeae358781d553a3c074325e6f commit 4b01aefa1b3d4bdeae358781d553a3c074325e6f Author: Lorenzo Salvadore <salvadore@FreeBSD.org> AuthorDate: 2024-05-02 14:36:29 +0000 Commit: Lorenzo Salvadore <salvadore@FreeBSD.org> CommitDate: 2024-05-02 14:36:29 +0000 Status/2024Q1/ten64-whle-honeycomb.adoc: Fix lists Add missing blank lines to get lists display properly. --- .../en/status/report-2024-01-2024-03/ten64-whle-honeycomb.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/content/en/status/report-2024-01-2024-03/ten64-whle-honeycomb.adoc b/website/content/en/status/report-2024-01-2024-03/ten64-whle-honeycomb.adoc index 2cd21e9767..cdfbfbc72f 100644 --- a/website/content/en/status/report-2024-01-2024-03/ten64-whle-honeycomb.adoc +++ b/website/content/en/status/report-2024-01-2024-03/ten64-whle-honeycomb.adoc @@ -10,15 +10,18 @@ Solid-Run's HoneyComb, Traverse Technologies's Ten64 and some versions of Conclu Work has happened to support or improve support for peripherals on these boards. For DPAA2 I have local changes which will need review (or further discussion): + * Cleanup of memac (MDIO) code reducing bus attachment (ACPI and FDT specific) code into more common code. * Cleanup of MC bus attachment code (again ACPI, FDT). * For reasons of mii_fdt.c support on some PHYs on FDT-based platforms restructure MAC/MII code and mostly migrate it out of the network interface (NI). * Improve Dmitry Salychev's (dsl) initial SFF/SFP code, prototyping a bus similar to MII for SFP with the hope that with more work it can grow into a larger, general FreeBSD framework and hooked it up to DPMAC. * With this, minimal support (still fairly hacked up) for "managed" SFP+ mode (using the Ten64 terminology) is usable on FDT-based systems using DAC and fiber cables. * Add more sysctl statistics to DPMAC and NI. + In short, I mostly cleaned up some of the mess I contributed to during the initial bring-up. For the LS1088a based WHLE-LS1 systems changes include: + * device-tree file updates. * Added support for the PCA9546 I2C Switch (committed). * Added basic support for the PCAL6524 24-bit Fm+ I2C-bus/SMBus I/O expander. @@ -28,6 +31,7 @@ For the LS1088a based WHLE-LS1 systems changes include: * Tested one of three PCIe slots and USB fine. For the Ten64: + * Most of the basic lifting happened a while ago and it has generally been usable. * Detecting the VSC8514 PHY as such went in end of last year. * Used as the default platform to test the DPAA2 changes and SFP/SFP+ code.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405021544.442FifuY016157>