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. Note: ----- A patch was posted earlier to enable splashscreen functionality[1]. It breaks ethernet-boot builds because of size constraints, and splashscreen functionality is not required with ethernet-boot as of now. This series addresses the issue. [1]: https://lore.kernel.org/all/[email protected]/ --- Devarsh Thakkar (2): configs: am62x: Add splashscreen config fragment configs: am62x: Add splashscreen prune config fragment Swamil Jain (2): configs: am62x_evm_a53_ethboot_defconfig: Disable splashscreen configs: am62x_evm_a53_defconfig: Enable A53 splashscreen at u-boot SPL configs/am62x_a53_splashscreen.config | 16 ++++++++++++++++ configs/am62x_evm_a53_defconfig | 3 ++- configs/am62x_evm_a53_ethboot_defconfig | 1 + configs/am62x_evm_prune_splashscreen.config | 16 ++++++++++++++++ 4 files changed, 35 insertions(+), 1 deletion(-) create mode 100644 configs/am62x_a53_splashscreen.config create mode 100644 configs/am62x_evm_prune_splashscreen.config

