diff options
| author | Lorenzo Salvadore <salvadore@FreeBSD.org> | 2024-05-02 14:36:29 +0000 |
|---|---|---|
| committer | Lorenzo Salvadore <salvadore@FreeBSD.org> | 2024-05-02 14:36:29 +0000 |
| commit | 4b01aefa1b3d4bdeae358781d553a3c074325e6f (patch) | |
| tree | fab00145544ed360c33b91976bb725f2ae741887 | |
| parent | ac1207a63ea63e1626c4df2aa068e4b4f83a259b (diff) | |
Status/2024Q1/ten64-whle-honeycomb.adoc: Fix lists
Add missing blank lines to get lists display properly.
| -rw-r--r-- | website/content/en/status/report-2024-01-2024-03/ten64-whle-honeycomb.adoc | 4 |
1 files changed, 4 insertions, 0 deletions
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. |
