- 27 May, 2023 2 commits
-
-
Josua Mayer authored
Implicitly fixes mac address assignment all interfaces.
-
Josua Mayer authored
-
- 13 May, 2023 1 commit
-
-
Josua Mayer authored
- add back support for original 10.28.100 FW supporting online dpmac protocol change - ensure serdes phy is always enabled as workaround for dpdk link-up - backport a slightly suspicious tweak for bqman from NXP LF-6.1 release
-
- 30 Apr, 2023 3 commits
-
-
Josua Mayer authored
NXP MC release 10.37.0 added official support for switching serdes between 10 and 25G network speed. This is currently only supported on LX2162 Clearfog! Upgrade all configurations to the new MC firmware. Tested on: - Clearfog CX (SD=8_5_2) - Half-Twins (SD=8S_9_2) - LX2162 Clearfog (SD=18_9_0)
-
Josua Mayer authored
MC firmware 10.36 requires adding "compatible" properties to DPL. Update all DPLs accordingly.
-
Josua Mayer authored
-
- 20 Apr, 2023 3 commits
-
-
Josua Mayer authored
-
Josua Mayer authored
In Linux we can by default see 2 LEDs - mmc:0, mmc:1 - created in /sys/class/leds/. This is unexpected for 2 reasons: 1. LX2160A has no mention of mmc led functionality for the pads 2. LX2160A reference manual describes the relevant bit in control register as reserved. Enable SDHCI_QUIRK_NO_LED for LX2160A.
-
Josua Mayer authored
This configuration enables both: - 4x SFP (2x switching between 10/25G) - 8x RJ45 @1Gbps each Note that DPL and MC FW have been updated from problematic 10.32.0.
-
- 19 Apr, 2023 1 commit
-
-
Josua Mayer authored
10.32 has proven unreliable for dpmac 15, 16 & 18. Upgrade to 10.36 (latest) release which is working well.
-
- 18 Apr, 2023 2 commits
-
-
Josua Mayer authored
Ensure to choose serdes 1 protocol 18 to enable support for 25Gbpps on 2 of the SFP+ connectors. The other 2 do not have a retimer and will likely have bad signal integrity if used at 25Gbpbs.
-
Josua Mayer authored
NXP has developed software support in the MC firmware, and Linux to reconfigure serdes speed dynamically between 10G and 25G protocols (USXGMII/CAUI). Backport the provided patches to work with our LSDK-21.08 fork.
-
- 16 Apr, 2023 1 commit
-
-
Josua Mayer authored
-
- 09 Apr, 2023 2 commits
-
-
mefer authored
Requires python version
-
Josua Mayer authored
Fixes: e89f4ca6 clearfog-cx/honeycomb: add support for serdes 1 protocol 20 (2x 40G)
-
- 03 Apr, 2023 2 commits
-
-
Louis Jeanneau authored
-
Josua Mayer authored
-
- 26 Mar, 2023 2 commits
-
-
Josua Mayer authored
-
Josua Mayer authored
After changes to serdes driver and rcw, add the missing device-tree descriptions to allow dpmac driver to probe again.
-
- 30 Jan, 2023 1 commit
-
-
Josua Mayer authored
-
- 26 Jan, 2023 1 commit
-
-
Justin Alan Ryan authored
add docker support per https://community.solid-run.com/t/building-a-docker-enabled-kernel-for-the-solidrun/379
-
- 22 Jan, 2023 1 commit
-
-
Josua Mayer authored
-
- 08 Jan, 2023 1 commit
-
-
Josua Mayer authored
Note that the QSFP can not work in this configuration as the retimer only supports 10/25 frequencies.
-
- 05 Jan, 2023 2 commits
-
-
Josua Mayer authored
-
Josua Mayer authored
The new(er) FW enables switching between 1&10Gbps speed on SFP connector, **only if the COM has PLLF/PLLS swapped**.
-
- 25 Dec, 2022 1 commit
-
-
Josua Mayer authored
-
- 21 Dec, 2022 3 commits
-
-
Josua Mayer authored
-
Josua Mayer authored
- focal (default) - jammy
-
Josua Mayer authored
Change the ip configuration for the temporary VM to be performed directly by the kernel; then copy the kernel reported resolv config to rootfs + chroot. This will avoid firewall issues that may be experienced in paranoid homes, or coprorate networks where direct access to public DNS servers is not allowed.
-
- 20 Nov, 2022 1 commit
-
-
Josua Mayer authored
Signed-off-by: Josua Mayer <josua@solid-run.com>
-
- 17 Nov, 2022 2 commits
-
-
Josua Mayer authored
Signed-off-by: Josua Mayer <josua@solid-run.com>
-
Josua Mayer authored
Signed-off-by: Josua Mayer <josua@solid-run.com>
-
- 10 Nov, 2022 1 commit
-
-
Josua Mayer authored
Signed-off-by: Josua Mayer <josua@solid-run.com>
-
- 08 Nov, 2022 1 commit
-
-
Josua Mayer authored
Signed-off-by: Josua Mayer <josua@solid-run.com>
-
- 27 Oct, 2022 1 commit
-
-
Josua Mayer authored
Signed-off-by: Josua Mayer <josua@solid-run.com>
-
- 26 Oct, 2022 1 commit
-
-
Josua Mayer authored
Signed-off-by: Josua Mayer <josua@solid-run.com>
-
- 26 Sep, 2022 2 commits
-
-
Josua Mayer authored
Add the necessary setup code to dpaa2-eth driver for controlling link-status leds from the mac driver. Signed-off-by: Josua Mayer <josua@solid-run.com>
-
Josua Mayer authored
To allow reliable link-status indication when exporting native interfaces to dpdk, add support for controlling an LED to dpmac driver link up- and down- functions. Note that this is a hack and not a proper solution - with its own particular shortcomings. Most notable is the lack of status indication while Linux is controlling the interface through the dpaa2 ethernet driver! Signed-off-by: Josua Mayer <josua@solid-run.com>
-
- 18 Sep, 2022 1 commit
-
-
Josua Mayer authored
LX2162A Clearfog support only covers 8x 1G rj45 + 2x 10G fixed-link sfp. Signed-off-by: Josua Mayer <josua@solid-run.com>
-
- 11 Sep, 2022 1 commit
-
-
Josua Mayer authored
Signed-off-by: Josua Mayer <josua@solid-run.com>
-