[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#914422: linux: Enable network drivers for Huawei D06 server board



Package: src:linux
Version: 4.18.6-1~bpo9+1
Severity: important

Attached patch enables network drivers for Huawei D06 server board. With
those changes we are able to run debian installer over the network.

I can not add kernel boot messages due to lack of access to machine.	


-- System Information:
Debian Release: 9.6
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: arm64 (aarch64)

Kernel: Linux 4.19.0-311-arm64 (SMP w/8 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8),
LANGUAGE=en_GB:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages linux-image-4.18.0-0.bpo.1-arm64 depends on:
ii  initramfs-tools [linux-initramfs-tool]  0.130
ii  kmod                                    23-2
ii  linux-base                              4.5

Versions of packages linux-image-4.18.0-0.bpo.1-arm64 recommends:
ii  apparmor             2.11.0-3+deb9u2
ii  firmware-linux-free  3.4
ii  irqbalance           1.1.0-2.3

Versions of packages linux-image-4.18.0-0.bpo.1-arm64 suggests:
pn  debian-kernel-handbook  <none>
pn  linux-doc-4.18          <none>

Versions of packages linux-image-4.18.0-0.bpo.1-arm64 is related to:
pn  firmware-amd-graphics     <none>
pn  firmware-atheros          <none>
pn  firmware-bnx2             <none>
pn  firmware-bnx2x            <none>
pn  firmware-brcm80211        <none>
pn  firmware-cavium           <none>
pn  firmware-intel-sound      <none>
pn  firmware-intelwimax       <none>
pn  firmware-ipw2x00          <none>
pn  firmware-ivtv             <none>
pn  firmware-iwlwifi          <none>
pn  firmware-libertas         <none>
pn  firmware-linux-nonfree    <none>
pn  firmware-misc-nonfree     <none>
pn  firmware-myricom          <none>
pn  firmware-netxen           <none>
pn  firmware-qlogic           <none>
pn  firmware-realtek          <none>
pn  firmware-samsung          <none>
pn  firmware-siano            <none>
pn  firmware-ti-connectivity  <none>
pn  xen-hypervisor            <none>

-- no debconf information
From 727236c28418584658281f8d38b2eee29f95a844 Mon Sep 17 00:00:00 2001
From: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
Date: Thu, 22 Nov 2018 10:56:15 +0100
Subject: [PATCH] Enable D06 networking - #3962

---
 debian/config/arm64/config                 | 5 +++++
 debian/installer/modules/arm64/nic-modules | 4 ++++
 2 files changed, 9 insertions(+)

diff --git a/debian/config/arm64/config b/debian/config/arm64/config
index d6ea2ac27a41..5dee724cf1f8 100644
--- a/debian/config/arm64/config
+++ b/debian/config/arm64/config
@@ -609,6 +609,11 @@ CONFIG_HIP04_ETH=m
 CONFIG_HNS=m
 CONFIG_HNS_DSAF=m
 CONFIG_HNS_ENET=m
+CONFIG_HNS3=m
+CONFIG_HNS3_HCLGE=m
+CONFIG_HNS3_DCB=y
+CONFIG_HNS3_HCLGEVF=m
+CONFIG_HNS3_ENET=m
 
 ##
 ## file: drivers/net/ethernet/intel/Kconfig
diff --git a/debian/installer/modules/arm64/nic-modules b/debian/installer/modules/arm64/nic-modules
index 8c17a20c5186..1569da967a49 100644
--- a/debian/installer/modules/arm64/nic-modules
+++ b/debian/installer/modules/arm64/nic-modules
@@ -11,6 +11,10 @@ hns_mdio
 hnae
 hns_dsaf
 hns_enet_drv
+hns3
+hclge
+hclgevf
+hnae3
 nicpf ?
 nicvf ?
 thunder_bgx ?
-- 
2.19.1


Reply to: