From: Devarsh Thakkar <devarsht@ti.com>
To: <reatmon@ti.com>, <meta-ti@lists.yoctoproject.org>,
<praneeth@ti.com>, <denys@konsulko.com>
Cc: <nm@ti.com>, <vigneshr@ti.com>, <a-bhatia1@ti.com>,
<j-luthra@ti.com>, <khasim@ti.com>, <nsekhar@ti.com>,
<afd@ti.com>, <rs@ti.com>, <devarsht@ti.com>
Subject: [meta-ti] [kirkstone] [PATCH 2/2] conf: machine: am62xx: Add TI logo as image boot file
Date: Fri, 9 Jun 2023 19:59:01 +0530 [thread overview]
Message-ID: <20230609142901.2958733-3-devarsht@ti.com> (raw)
In-Reply-To: <20230609142901.2958733-1-devarsht@ti.com>
Add TI logo bitmap image as image boot file so that it gets
copied to boot partition and A53 SPL or U-boot proper
can load it and display during board bootup.
Signed-off-by: Devarsh Thakkar <devarsht@ti.com>
---
meta-ti-bsp/conf/machine/include/am62xx.inc | 3 +++
1 file changed, 3 insertions(+)
diff --git a/meta-ti-bsp/conf/machine/include/am62xx.inc b/meta-ti-bsp/conf/machine/include/am62xx.inc
index 0bd5279d..8bc4d2fc 100644
--- a/meta-ti-bsp/conf/machine/include/am62xx.inc
+++ b/meta-ti-bsp/conf/machine/include/am62xx.inc
@@ -15,6 +15,9 @@ IMAGE_BOOT_FILES += "tiboot3-am62x-gp-evm.bin"
# Since default tiboot3.bin on AM62x is for HS-FS, add a version for HS-SE
IMAGE_BOOT_FILES += "tiboot3-am62x-hs-evm.bin"
+# Bitmap image tarball for early splashscreen
+IMAGE_BOOT_FILES += "ti.gz"
+
TFA_BOARD = "lite"
TFA_K3_SYSTEM_SUSPEND = "1"
--
2.34.1
prev parent reply other threads:[~2023-06-09 14:29 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-09 14:28 [meta-ti] [kirkstone] [PATCH 0/2] Early splash screen on AM62x Devarsh Thakkar
2023-06-09 14:29 ` [meta-ti] [kirkstone] [PATCH 1/2] u-boot-ti-staging_2023.04: Copy bitmap file to boot partition for AM62x Devarsh Thakkar
2023-06-09 14:35 ` Andrew Davis
2023-06-09 14:40 ` Devarsh Thakkar
2023-06-09 14:48 ` Andrew Davis
2023-06-13 11:50 ` Devarsh Thakkar
2023-06-13 15:02 ` Andrew Davis
2023-06-09 14:29 ` Devarsh Thakkar [this message]
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=20230609142901.2958733-3-devarsht@ti.com \
--to=devarsht@ti.com \
--cc=a-bhatia1@ti.com \
--cc=afd@ti.com \
--cc=denys@konsulko.com \
--cc=j-luthra@ti.com \
--cc=khasim@ti.com \
--cc=meta-ti@lists.yoctoproject.org \
--cc=nm@ti.com \
--cc=nsekhar@ti.com \
--cc=praneeth@ti.com \
--cc=reatmon@ti.com \
--cc=rs@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.