
Hi,
On Sun, 24 Mar 2024 15:19:03 +0000, Christian Hewitt wrote:
In submitting the original patches for WeTek Hub/Play2 I appear to have squashed an experimental change to place the u-boot.dtsi file on the common board dtsi, but this was incorrect and results in broken Ethernet. Patch 1 creates per-board u-boot.dtsi files to fix that. However, while the NIC is now probed correctly the current p200.c board file doesn't find the MAC in efuse and we get random MAC addresses. Patch 2 adds a fallback method for generating a MAC from the CPU serial.
[...]
Thanks, Applied to https://source.denx.de/u-boot/custodians/u-boot-amlogic (u-boot-amlogic)
[1/2] ARM: dts: fix Ethernet on WeTek Hub/Play2 https://source.denx.de/u-boot/custodians/u-boot-amlogic/-/commit/cac77418d6b... [2/2] board: amlogic: add meson_generate_serial_ethaddr fallback to p200 https://source.denx.de/u-boot/custodians/u-boot-amlogic/-/commit/65d5c367b00...