From cb05f8d52aa4b2b521a2bda5f11cfd756e1991ac Mon Sep 17 00:00:00 2001 From: Alper Nebi Yasak Date: Sat, 11 May 2019 16:42:45 +0300 Subject: [PATCH] [arm64] udeb: usb-modules: Include phy-rockchip-typec, extcon-usbc-cros-ec On Samsung Chromebook Plus (v1) trying to boot from a rootfs on a USB storage device without these modules in the initramfs, it drops to an initramfs shell with a non-working display. For the d-i netboot image, the screen doesn't turn on, but the installer menu works. A recent change to initramfs-tools includes extcon-usbc-cros-ec, so include that and a relevant PHY module here as well. Relevant: https://salsa.debian.org/kernel-team/initramfs-tools/commit/994d698a Signed-off-by: Alper Nebi Yasak --- debian/changelog | 1 + debian/installer/modules/arm64/usb-modules | 2 ++ 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index 17bd5dbd8..4b05ef1ce 100644 --- a/debian/changelog +++ b/debian/changelog @@ -30,6 +30,7 @@ linux (4.19.37-4) UNRELEASED; urgency=medium * udeb: input-modules: Include all keyboard driver modules * [arm64] udeb: kernel-image: Include cros_ec_spi and SPI drivers * [arm64] udeb: kernel-image: Include phy-rockchip-pcie + * [arm64] udeb: usb-modules: Include phy-rockchip-typec, extcon-usbc-cros-ec -- Ben Hutchings Sun, 19 May 2019 00:04:16 +0100 diff --git a/debian/installer/modules/arm64/usb-modules b/debian/installer/modules/arm64/usb-modules index 0d2a75924..0fa8398ba 100644 --- a/debian/installer/modules/arm64/usb-modules +++ b/debian/installer/modules/arm64/usb-modules @@ -2,3 +2,5 @@ dwc2 dwc3 usb3503 +phy-rockchip-typec +extcon-usbc-cros-ec