Skip to content

Commit

Permalink
initramfs-framework: add module to support Plymouth on AM62x/AM62P EVMs
Browse files Browse the repository at this point in the history
For AM62x and AM62P Starter Kit EVMs the splash screen wasn't
appearing during boot on the HDMI output.

Both EVMs use a SiI9022A bridge chip to generate the HDMI signal, so the
corresponding driver should be loaded at the same stage where Plymouth
is initialized, which is in initramfs in our case.

The driver is built and loaded as a kernel module named sii902x.

Signed-off-by: Lucas Akira Morishita <[email protected]>
  • Loading branch information
lucas-akira committed Feb 24, 2025
1 parent baaf99e commit 67c7fa6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recipes-core/initramfs-framework/files/50-am62-graphics.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ tidss
display_connector
tc358768
ti_sn65dsi83
lontium_lt8912b
lontium_lt8912b
sii902x
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ RDEPENDS:initramfs-module-kmod:append:ti-soc = " \
kernel-module-tc358768 \
kernel-module-ti-sn65dsi83 \
kernel-module-lontium-lt8912b \
kernel-module-sii902x \
"

do_install:append:ti-soc() {
Expand Down

0 comments on commit 67c7fa6

Please sign in to comment.