dracutdevs / dracut

dracut the event driven initramfs infrastructure
https://github.com/dracutdevs/dracut/wiki
GNU General Public License v2.0
600 stars 399 forks source link

feat(kernel-modules): Install SPMI modules on ARM/RISC-V #2557

Open bdrung opened 10 months ago

bdrung commented 10 months ago

MediaTek's PCIe (pcie-mediatek-gen3) and the PHY driver depends on spmi-mtk-pmif which is related to power domain. Power domain relate driver spmi-mtk-pmif must be included in the initramfs for supporting PCIe if user want to access peripherals during boot, for example, NVMe disks.

So install all System Power Management Interface (SPMI) modules on ARM/RISC-V.

Bug-openSUSE: https://bugzilla.suse.com/show_bug.cgi?id=1216767 Bug-Ubuntu: https://launchpad.net/bugs/2038512

This pull request changes...

Changes

Checklist