[SRU] drivers/usb/cdns3 module path missing
Bug #2140344 reported by
Heinrich Schuchardt
This bug affects 1 person
| Affects | Status | Importance | Assigned to | Milestone | ||
|---|---|---|---|---|---|---|
| initramfs-tools (Ubuntu) | Status tracked in Resolute | |||||
| Noble |
Fix Released
|
Undecided
|
Heinrich Schuchardt | |||
| Questing |
Invalid
|
Undecided
|
Unassigned | |||
| Resolute |
Invalid
|
Undecided
|
Unassigned | |||
Bug Description
[ Impact ]
The RISC-V StarFive JH7110 SoC uses the drivers in drivers/usb/cdns3 for booting from USB. Some JH7110 have no SD-card (e.g. Milk-V Mars CM eMMC). We need USB support for installation.
[ Test Plan ]
Check that on riscv64 the following modules are included into the initrd when running update-initramfs:
* cdns3_starfive
* cdns_usb_common
* cdns3
Check that booting from USB on a JH7110 board is possible with the initrd.
[ Where problems could occur ]
If there were a syntax error, creation of initrds might fail.
The addition of further drivers increases the initrd size.
Module dependencies for the cdns3 driver might be missing in the initrd.
[ Other Info ]
n/a
Related branches
~xypron/ubuntu/+source/initramfs-tools:lp2140344
- Ubuntu Sponsors: Pending requested
- git-ubuntu import: Pending requested
-
Diff: 26 lines (+7/-0)2 files modifieddebian/changelog (+6/-0)
hook-functions (+1/-0)
| Changed in initramfs-tools (Ubuntu Noble): | |
| status: | New → In Progress |
| description: | updated |
| Changed in initramfs-tools (Ubuntu Resolute): | |
| assignee: | Heinrich Schuchardt (xypron) → nobody |
| Changed in initramfs-tools (Ubuntu Questing): | |
| assignee: | Heinrich Schuchardt (xypron) → nobody |
| Changed in initramfs-tools (Ubuntu Noble): | |
| assignee: | Heinrich Schuchardt (xypron) → nobody |
| summary: |
- drivers/usb/cdns3 module path missing + [SRU] drivers/usb/cdns3 module path missing |
| Changed in initramfs-tools (Ubuntu Noble): | |
| assignee: | nobody → Heinrich Schuchardt (xypron) |
To post a comment you must log in.

Dracut already has this line:
modules. d/70kernel- modules/ module- setup.sh: 96:
"=drivers/ usb/cdns3" \