Package: linux-image-arm64 Version: 4.15.11-1 Severity: normal Dear Maintainer,
In Debian kernels 4.15 and 4.16 for arm64 this kernel config : CONFIG_MDIO_BUS_MUX_MMIOREG is missing to fully enable ethernet support for the Amlogic Meson GXL based boards like the LibreTech-CC or Khadas VIM, thus d-i netboot cannot setup the interface to finalize system install. The upstream commit 88c9cb7c109e ("ARM64: configs: Activate Internal PHY for Meson GXL") activates the correct configs for upstream defconfig. Best Regards, Neil Armstrong -- System Information: Debian Release: stretch/sid APT prefers xenial-updates APT policy: (500, 'xenial-updates'), (500, 'xenial-security'), (500, 'xenial'), (100, 'xenial-backports') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.13.0-37-generic (SMP w/8 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Init: systemd (via /run/systemd/system)
>From a53b32b8e171fc5539fb41015a45f01de3451a20 Mon Sep 17 00:00:00 2001 From: Neil Armstrong <narmstr...@baylibre.com> Date: Thu, 29 Mar 2018 11:58:49 +0200 Subject: [PATCH] [arm64] fix support of Ethernet on Amlogic Meson GXL based boards Signed-off-by: Neil Armstrong <narmstr...@baylibre.com> --- debian/config/arm64/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/config/arm64/config b/debian/config/arm64/config index 33412cb..d4f3d88 100644 --- a/debian/config/arm64/config +++ b/debian/config/arm64/config @@ -592,6 +592,8 @@ CONFIG_AT803X_PHY=m CONFIG_MARVELL_PHY=m CONFIG_MARVELL_10G_PHY=m CONFIG_MESON_GXL_PHY=m +CONFIG_MDIO_BUS_MUX=m +CONFIG_MDIO_BUS_MUX_MMIOREG=m ## ## file: drivers/net/wireless/ath/wcn36xx/Kconfig -- 2.7.4