ACK: [PATCH v2] Initrd modules: fbdev/hdmi out support for psplash

Stefan Bader stefan.bader at canonical.com
Wed Jul 24 06:40:08 UTC 2019


On 23.07.19 17:24, Paolo Pisati wrote:
> BugLink: https://launchpad.net/bugs/1837209
> 
> Signed-off-by: Paolo Pisati <paolo.pisati at canonical.com>
Acked-by: Stefan Bader <stefan.bader at canonical.com>
> ---
>  Makefile | 24 ++++++++++++++++++++++++
>  1 file changed, 24 insertions(+)
> 
> diff --git a/Makefile b/Makefile
> index c468f2d..b2c5ea5 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -61,6 +61,26 @@ Pin-Priority: 700
>  endef
>  export APTPREF
>  
> +define RASPIFBKMODS
> +sysimgblt
> +sysfillrect
> +syscopyarea
> +fb_sys_fops
> +drm
> +drm_kms_helper
> +vc4
> +cec
> +snd
> +snd_soc_core
> +snd_compress
> +ac97_bus
> +snd_pcm_dmaengine
> +snd_pcm
> +snd_timer
> +snd_bcm2835
> +endef
> +export RASPIFBKMODS
> +
>  versioncheck: KIMGDEB = $(shell chroot chroot apt-cache depends $(KERNELDEB) | awk '/$(KERNELPRE)/ {print $$2}')
>  install : KVERS = $(shell ls -1 chroot/boot/vmlinuz-*| tail -1 |sed 's/^.*vmlinuz-//;s/.efi.signed$$//')
>  
> @@ -99,6 +119,10 @@ all:
>  	echo "COMPRESS=lzma" >chroot/etc/initramfs-tools/conf.d/ubuntu-core.conf
>  	# LP1794279: vc4-kms-v3d and hardware accelerated framebuffer support
>  	echo "i2c-bcm2708" > chroot/etc/initramfs-tools/modules
> +	# LP1837209: fbdev / hdmi out support for psplash
> +	if [ "$(KERNEL)" = "linux-image-raspi2" ]; then \
> +		echo "$${RASPIFBKMODS}" >> chroot/etc/initramfs-tools/modules; \
> +	fi
>  	if [ "$(DPKG_ARCH)" = "amd64" ]; then \
>  	  echo "nvme" >> chroot/etc/initramfs-tools/modules; \
>  	  echo "usbhid" >> chroot/etc/initramfs-tools/modules; \
> 


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


More information about the kernel-team mailing list