]> git.ipfire.org Git - thirdparty/u-boot.git/commit
Merge patch series "Enable splashscreen functionality on AM62X"
authorTom Rini <trini@konsulko.com>
Tue, 2 Jun 2026 19:48:15 +0000 (13:48 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 2 Jun 2026 19:49:16 +0000 (13:49 -0600)
commit4674475760d293d6cca07c2f85ef48029e08078b
treeb01463640e99f019bda0ed98773de255a8036cf8
parent9c04852e59699a1653bffad40044eb87387950a5
parentabd948e5421559bbdee25df37b7261923a22c441
Merge patch series "Enable splashscreen functionality on AM62X"

Swamil Jain <s-jain1@ti.com> says:

This patch series introduces splashscreen support for
AM62x platforms by adding configuration fragments and implementing
selective splashscreen enablement across different boot configurations.

The series adds two configuration fragments: am62x_a53_splashscreen.config
and am62x_evm_prune_splashscreen.config. These fragments allow platforms
to selectively enable or disable splashscreen functionality based on
their specific requirements. The prune fragment is particularly useful
for platforms like AM62P where splashscreen must be disabled when using
TI-DM firmware with display sharing features.

The series enables splashscreen on AM62X.

Link: https://lore.kernel.org/r/20260519141716.1346635-1-s-jain1@ti.com