All of lore.kernel.org
 help / color / mirror / Atom feed
From: Swamil Jain <s-jain1@ti.com>
To: <devarsht@ti.com>, <aradhya.bhatia@linux.dev>, <n-jain1@ti.com>,
	<tomi.valkeinen@ideasonboard.com>, <trini@konsulko.com>
Cc: <vigneshr@ti.com>, <praneeth@ti.com>, <h-shenoy@ti.com>,
	<u-kumar1@ti.com>, <n-francis@ti.com>, <u-boot@lists.denx.de>,
	<s-jain1@ti.com>
Subject: [PATCH v4 2/2] configs: am62x_evm_a53_defconfig: Enable A53 splashscreen at u-boot SPL
Date: Thu, 6 Nov 2025 14:28:42 +0530	[thread overview]
Message-ID: <20251106085842.629521-3-s-jain1@ti.com> (raw)
In-Reply-To: <20251106085842.629521-1-s-jain1@ti.com>

From: Devarsh Thakkar <devarsht@ti.com>

Enable A53 splashscreen at u-boot SPL stage. SPL_MAX_SIZE is bumped up
to 0x80000 to accommodate splash related code. SPL Board initialization
Kconfig is set to dynamically update simple-framebuffer and
reserved-memory DT nodes before kernel bootup.

Signed-off-by: Devarsh Thakkar <devarsht@ti.com>
Signed-off-by: Swamil Jain <s-jain1@ti.com>
---
 configs/am62x_a53_splashscreen.config | 17 +++++++++++++++++
 configs/am62x_evm_a53_defconfig       |  3 ++-
 2 files changed, 19 insertions(+), 1 deletion(-)
 create mode 100644 configs/am62x_a53_splashscreen.config

diff --git a/configs/am62x_a53_splashscreen.config b/configs/am62x_a53_splashscreen.config
new file mode 100644
index 00000000000..e043caad00f
--- /dev/null
+++ b/configs/am62x_a53_splashscreen.config
@@ -0,0 +1,17 @@
+CONFIG_FDT_SIMPLEFB=y
+CONFIG_VIDEO=y
+CONFIG_SYS_WHITE_ON_BLACK=y
+CONFIG_SPL_VIDEO_TIDSS=y
+CONFIG_BMP_24BPP=y
+CONFIG_BMP_32BPP=y
+CONFIG_SPL_VIDEO=y
+CONFIG_SPL_SPLASH_SCREEN=y
+CONFIG_SPL_SYS_WHITE_ON_BLACK=y
+CONFIG_SPL_SPLASH_SCREEN_ALIGN=y
+CONFIG_SPL_SPLASH_SOURCE=y
+CONFIG_SPL_BMP=y
+CONFIG_SPL_VIDEO_BMP_GZIP=y
+CONFIG_SPL_BMP_24BPP=y
+CONFIG_SPL_BMP_32BPP=y
+CONFIG_SPL_HIDE_LOGO_VERSION=y
+CONFIG_FS_LOADER=y
diff --git a/configs/am62x_evm_a53_defconfig b/configs/am62x_evm_a53_defconfig
index 4da668396d0..2e857653cac 100644
--- a/configs/am62x_evm_a53_defconfig
+++ b/configs/am62x_evm_a53_defconfig
@@ -24,7 +24,7 @@ CONFIG_SPL_HAS_BSS_LINKER_SECTION=y
 CONFIG_SPL_BSS_START_ADDR=0x80c80000
 CONFIG_SPL_BSS_MAX_SIZE=0x80000
 CONFIG_SPL_STACK_R=y
-CONFIG_SPL_SIZE_LIMIT=0x40000
+CONFIG_SPL_SIZE_LIMIT=0x80000
 CONFIG_SPL_SIZE_LIMIT_PROVIDE_STACK=0x800
 CONFIG_SPL_FS_FAT=y
 CONFIG_SPL_LIBDISK_SUPPORT=y
@@ -143,3 +143,4 @@ CONFIG_EFI_SET_TIME=y
 
 #include <configs/k3_efi_capsule.config>
 #include <configs/am62x_a53_usbdfu.config>
+#include <configs/am62x_a53_splashscreen.config>

  parent reply	other threads:[~2025-11-06  8:59 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-11-06  8:58 [PATCH v4 0/2] Refactor tidss_drv and enable early splash on AM625 Swamil Jain
2025-11-06  8:58 ` [PATCH v4 1/2] drivers: video: tidss: Refactor tidss_drv Swamil Jain
2025-11-06  8:58 ` Swamil Jain [this message]
2025-12-30 17:50   ` [PATCH v4 2/2] configs: am62x_evm_a53_defconfig: Enable A53 splashscreen at u-boot SPL Tom Rini
2026-01-02  9:11     ` Swamil Jain
2025-11-06 12:26 ` [PATCH v4 0/2] Refactor tidss_drv and enable early splash on AM625 Anshul Dalal
2025-11-06 13:37   ` Tom Rini
2025-11-11  9:08     ` Swamil Jain
2025-11-11 13:35       ` Tom Rini
2025-11-20  3:33         ` Swamil Jain
2025-12-30 23:19 ` (subset) " Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20251106085842.629521-3-s-jain1@ti.com \
    --to=s-jain1@ti.com \
    --cc=aradhya.bhatia@linux.dev \
    --cc=devarsht@ti.com \
    --cc=h-shenoy@ti.com \
    --cc=n-francis@ti.com \
    --cc=n-jain1@ti.com \
    --cc=praneeth@ti.com \
    --cc=tomi.valkeinen@ideasonboard.com \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    --cc=u-kumar1@ti.com \
    --cc=vigneshr@ti.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.