From: Devarsh Thakkar <devarsht@ti.com>
To: <reatmon@ti.com>, <meta-ti@lists.yoctoproject.org>, <denys@konsulko.com>
Cc: <devarsht@ti.com>, <praneeth@ti.com>, <vigneshr@ti.com>,
<a-bhatia1@ti.com>, <j-luthra@ti.com>, <c-shilwant@ti.com>
Subject: [meta-ti] [kirkstone] [PATCH v2] meta-ti-bsp: Add bootsplash image file for AM62P
Date: Sat, 3 Feb 2024 12:35:25 +0530 [thread overview]
Message-ID: <20240203070525.1728676-1-devarsht@ti.com> (raw)
Add TI logo image as bootsplash image file for AM62P and install it in
boot directory from where u-boot can read from and display during
boot-up time.
Signed-off-by: Devarsh Thakkar <devarsht@ti.com>
---
V2: Rebase to updated uboot recipes
---
meta-ti-bsp/conf/machine/include/am62pxx.inc | 3 +++
meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc | 10 ++++++++++
2 files changed, 13 insertions(+)
diff --git a/meta-ti-bsp/conf/machine/include/am62pxx.inc b/meta-ti-bsp/conf/machine/include/am62pxx.inc
index bac68253..38e35851 100644
--- a/meta-ti-bsp/conf/machine/include/am62pxx.inc
+++ b/meta-ti-bsp/conf/machine/include/am62pxx.inc
@@ -17,3 +17,6 @@ OPTEEMACHINE = "k3-am62x"
MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "cnm-wave-fw"
SERIAL_CONSOLES = "115200;ttyS2"
+
+# Bitmap image tarball for early splashscreen
+IMAGE_BOOT_FILES += "ti_logo_414x97_32bpp.bmp.gz"
diff --git a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc
index 493c1c31..42ddf40f 100644
--- a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc
+++ b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc
@@ -341,4 +341,14 @@ do_deploy:append:am62xx() {
install -m 0644 ${S}/tools/logos/ti_logo_414x97_32bpp.bmp.gz ${DEPLOYDIR}
}
+do_install:append:am62pxx() {
+ install -d ${D}/boot
+ install -m 0644 ${S}/tools/logos/ti_logo_414x97_32bpp.bmp.gz ${D}/boot
+}
+
+do_deploy:append:am62pxx() {
+ install -d ${DEPLOYDIR}
+ install -m 0644 ${S}/tools/logos/ti_logo_414x97_32bpp.bmp.gz ${DEPLOYDIR}
+}
+
TOOLCHAIN = "gcc"
--
2.34.1
next reply other threads:[~2024-02-03 7:05 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-03 7:05 Devarsh Thakkar [this message]
2024-02-05 15:14 ` [meta-ti] [kirkstone] [PATCH v2] meta-ti-bsp: Add bootsplash image file for AM62P Ryan Eatmon
2024-02-05 15:43 ` Devarsh Thakkar
2024-02-05 16:06 ` Chirag Shilwant
2024-02-05 21:50 ` Bajjuri, Praneeth
2024-02-07 7:21 ` Chirag Shilwant
[not found] ` <17B183A9980B38E6.2925@lists.yoctoproject.org>
2024-02-08 10:09 ` [EXTERNAL] " Chirag Shilwant
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=20240203070525.1728676-1-devarsht@ti.com \
--to=devarsht@ti.com \
--cc=a-bhatia1@ti.com \
--cc=c-shilwant@ti.com \
--cc=denys@konsulko.com \
--cc=j-luthra@ti.com \
--cc=meta-ti@lists.yoctoproject.org \
--cc=praneeth@ti.com \
--cc=reatmon@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.