Hi Tom, Here's 2 simple changes, one to add commands to read/write fuses and another to add proper MAC generation for the JetHub D1 product.
The CI job is at https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic/pipelines/9712 Thanks, Neil The following changes since commit aafc378a6caef453a40f2f9f3d6bef69e592c28d: Merge https://source.denx.de/u-boot/custodians/u-boot-marvell (2021-10-28 07:57:54 -0400) are available in the Git repository at: https://source.denx.de/u-boot/custodians/u-boot-amlogic.git tags/u-boot-amlogic-20211102 for you to fetch changes up to 4f4f974a46244270c1c6723017711c0aa8250206: ARM: amlogic: add JetHub D1 eth mac generation with manufacturer OUI (2021-10-29 19:16:07 +0200) ---------------------------------------------------------------- - add sm efuse write support and cmd for read/write efuse - add JetHub D1 eth mac generation with manufacturer OUI ---------------------------------------------------------------- Vyacheslav Bocharov (2): ARM: amlogic: add sm efuse write support and cmd for read/write efuse ARM: amlogic: add JetHub D1 eth mac generation with manufacturer OUI arch/arm/mach-meson/sm.c | 68 ++++++++++++++++++++++++++++++++- board/amlogic/jethub-j100/MAINTAINERS | 8 ++++ board/amlogic/jethub-j100/Makefile | 6 +++ board/amlogic/jethub-j100/jethub-j100.c | 42 ++++++++++++++++++++ board/amlogic/jethub-j80/MAINTAINERS | 3 +- configs/jethub_j100_defconfig | 1 + 6 files changed, 125 insertions(+), 3 deletions(-) create mode 100644 board/amlogic/jethub-j100/MAINTAINERS create mode 100644 board/amlogic/jethub-j100/Makefile create mode 100644 board/amlogic/jethub-j100/jethub-j100.c