[SRU][xilinx:kernel-snaps-u24.04][PATCH 1/1] xilinx: fix add

Juerg Haefliger juerg.haefliger at canonical.com
Wed Dec 3 06:39:25 UTC 2025


On Wed, 26 Nov 2025 16:06:15 +1100
Stewart Hore <stewart.hore at canonical.com> wrote:

> Buglink:  https://bugs.launchpad.net/bugs/2132956
> 
> Add missing modules to initramfs extra modules list for KR-260 board.
> The missing modules caused boot-reboot cycle on the the KR-260 board.
> After this change the KR-260 board boots to Ubuntu Core configuration.
> 
> See-also: https://warthogs.atlassian.net/browse/PEL-1543
> 
> Signed-off-by: Stewart Hore <stewart.hore at canonical.com>
> ---
>  snapcraft.yaml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/snapcraft.yaml b/snapcraft.yaml
> index 20fedf5..6f43982 100644
> --- a/snapcraft.yaml
> +++ b/snapcraft.yaml
> @@ -40,7 +40,7 @@ parts:
> 
>        # Copy extra modules needed in the initramfs for this platform
>        mkdir -p "$SNAPCRAFT_PART_INSTALL"/usr/lib/ubuntu-core-initramfs/main/usr/lib/modules-load.d/
> -      for i in ehci-hcd uhci-hcd scsi_mod sr_mod sd_mod scsi_dh_rdac mscsi_dh_emc scsi_dh_alua rtc_zynqmp spi_zynqmp_gqspi i2c_cadence zynqmp_dpsub xhci_hcd xhci_pci ehci_hcdg xhci_pcig; do
> +      for i in ehci-hcd uhci-hcd scsi_mod sr_mod sd_mod scsi_dh_rdac mscsi_dh_emc scsi_dh_alua rtc_zynqmp spi_zynqmp_gqspi i2c_cadence zynqmp_dpsub xhci_hcd xhci_pci ehci_hcdg xhci_pcig da9121_regulator gpio_cadence gpio_syscon i2c_mux_pca954x ina260_adc uas usb_storage gpio_pca953x gpio_syscon; do
>                  echo $i >> "$SNAPCRAFT_PART_INSTALL"/usr/lib/ubuntu-core-initramfs/main/usr/lib/modules-load.d/ubuntu-core-initramfs.conf
>        done

Just as a note, it would be helpful to add a note with an explanation and the
buglink to code changes so that we later know how this list came into
existence.

...Juerg


> 
> --
> 2.48.1
> 
> 

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <https://lists.ubuntu.com/archives/kernel-team/attachments/20251203/ea4c1b71/attachment.sig>


More information about the kernel-team mailing list