Re: [meta-ti][master/scarthgap][PATCH] conf: machine: Update am62pxx-evm for multi-BSP support

2024-07-04 Thread Devarsh Thakkar via lists.yoctoproject.org
Hi Chirag, Thanks for the patch. On 04/07/24 12:49, Chirag Shilwant wrote: > - In ti-u-boot-2024.04, the config fragment to disable splashscreen > is now renamed to am62x_evm_prune_splashscreen.config [1] > Hence, update UBOOT_CONFIG_FRAGMENTS for the same. > > - Add

[meta-ti] [kirkstone] [PATCH] meta-ti-bsp: Add bootsplash image file for AM62P

2024-01-24 Thread Devarsh Thakkar via lists.yoctoproject.org
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 --- meta-ti-bsp/conf/machine/include/am62pxx.inc | 3 +++

Re: [meta-ti] [kirkstone] [PATCH v2 1/2] u-boot-ti-staging_2023.04: Copy bitmap file to boot partition for AM62x

2023-06-15 Thread Devarsh Thakkar via lists.yoctoproject.org
On 15/06/23 19:42, Ryan Eatmon wrote: > > > On 6/15/2023 9:10 AM, Denys Dmytriyenko wrote: >> On Thu, Jun 15, 2023 at 08:36:36AM -0500, Ryan Eatmon via >> lists.yoctoproject.org wrote: >>> >>> >>> On 6/14/2023 9:33 AM, Devarsh Thakkar wrote: Early splash screen support for AM62x has been

Re: [meta-ti] [kirkstone] [PATCH v2 1/2] u-boot-ti-staging_2023.04: Copy bitmap file to boot partition for AM62x

2023-06-15 Thread Devarsh Thakkar via lists.yoctoproject.org
On 15/06/23 19:06, Ryan Eatmon wrote: > > > On 6/14/2023 9:33 AM, Devarsh Thakkar wrote: >> Early splash screen support for AM62x has been enabled in u-boot >> and it requires bitmap tarball to be present in boot partition >> as per the default environment settings done in u-boot [1]. >> >>

Re: [meta-ti] [kirkstone] [PATCH v2 1/2] u-boot-ti-staging_2023.04: Copy bitmap file to boot partition for AM62x

2023-06-14 Thread Devarsh Thakkar via lists.yoctoproject.org
On 14/06/23 21:21, Denys Dmytriyenko wrote: On Wed, Jun 14, 2023 at 08:53:07PM +0530, Devarsh Thakkar wrote: Hi Denys, Thanks for the review, On 14/06/23 20:24, Denys Dmytriyenko wrote: On Wed, Jun 14, 2023 at 08:03:05PM +0530, Devarsh Thakkar via lists.yoctoproject.org wrote: Early

Re: [meta-ti] [kirkstone] [PATCH v2 1/2] u-boot-ti-staging_2023.04: Copy bitmap file to boot partition for AM62x

2023-06-14 Thread Devarsh Thakkar via lists.yoctoproject.org
Hi Denys, Thanks for the review, On 14/06/23 20:24, Denys Dmytriyenko wrote: > On Wed, Jun 14, 2023 at 08:03:05PM +0530, Devarsh Thakkar via > lists.yoctoproject.org wrote: >> Early splash screen support for AM62x has been enabled in u-boot >> and it requires bitmap tar

[meta-ti] [kirkstone] [PATCH v2 2/2] conf: machine: am62xx: Add TI logo as image boot file

2023-06-14 Thread Devarsh Thakkar via lists.yoctoproject.org
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 --- V2: Rename ti logo bitmap image as per suggested changes (same is being done in ti-u-boot repo) ---

[meta-ti] [kirkstone] [PATCH v2 1/2] u-boot-ti-staging_2023.04: Copy bitmap file to boot partition for AM62x

2023-06-14 Thread Devarsh Thakkar via lists.yoctoproject.org
Early splash screen support for AM62x has been enabled in u-boot and it requires bitmap tarball to be present in boot partition as per the default environment settings done in u-boot [1]. Copy the ti logo bitmap tarball to boot partition of wic image in order to enable out of box early display on

[meta-ti] [kirkstone] [PATCH v2 0/2] Early splash screen on

2023-06-14 Thread Devarsh Thakkar via lists.yoctoproject.org
This series is to enable out-of-box early splash screen on AM62x devices with wic images compiled using meta-ti. With this, u-boot SPL or u-boot proper can load TI logo from boot partition and display it while board is being booted. Devarsh Thakkar (2): u-boot-ti-staging_2023.04: Copy bitmap

Re: [meta-ti] [kirkstone] [PATCH 1/2] u-boot-ti-staging_2023.04: Copy bitmap file to boot partition for AM62x

2023-06-13 Thread Devarsh Thakkar via lists.yoctoproject.org
Hi Andrew, Thanks for the suggestions. On 09/06/23 20:18, Andrew Davis wrote: > On 6/9/23 9:40 AM, Devarsh Thakkar wrote: >> Hi Andrew, >> >> Thanks for the quick review. >> >> On 09/06/23 20:05, Andrew Davis wrote: >>> On 6/9/23 9:29 AM, Devarsh Thakkar wrote: Early splash screen support

Re: [meta-ti] [kirkstone] [PATCH 1/2] u-boot-ti-staging_2023.04: Copy bitmap file to boot partition for AM62x

2023-06-09 Thread Devarsh Thakkar via lists.yoctoproject.org
Hi Andrew, Thanks for the quick review. On 09/06/23 20:05, Andrew Davis wrote: > On 6/9/23 9:29 AM, Devarsh Thakkar wrote: >> Early splash screen support for AM62x has been enabled in u-boot >> and it requires ti.gz bitmap file to be present in boot partition >> as per the default environment

[meta-ti] [kirkstone] [PATCH 2/2] conf: machine: am62xx: Add TI logo as image boot file

2023-06-09 Thread Devarsh Thakkar via lists.yoctoproject.org
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 --- meta-ti-bsp/conf/machine/include/am62xx.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git

[meta-ti] [kirkstone] [PATCH 0/2] Early splash screen on AM62x

2023-06-09 Thread Devarsh Thakkar via lists.yoctoproject.org
This series is to enable out-of-box early splash screen on AM62x devices with wic images compiled using meta-ti. With this, u-boot SPL or u-boot proper can load TI logo from boot partition and display it while board is being booted. Devarsh Thakkar (2): u-boot-ti-staging_2023.04: Copy bitmap

[meta-ti] [kirkstone] [PATCH 1/2] u-boot-ti-staging_2023.04: Copy bitmap file to boot partition for AM62x

2023-06-09 Thread Devarsh Thakkar via lists.yoctoproject.org
Early splash screen support for AM62x has been enabled in u-boot and it requires ti.gz bitmap file to be present in boot partition as per the default environment settings done in u-boot [1]. Copy ti.gz [2] to boot partition to enable out of box early display on AM62x when it is flashed with the

Re: [meta-ti] [master/kirkstone][PATCH 1/2] v4l-utils: Add recipe for v1.23.0

2023-05-23 Thread Devarsh Thakkar via lists.yoctoproject.org
Hi Jai, Thanks for the patch. On 23/05/23 13:51, Jai Luthra wrote: > An older recipe (v1.22.0) is present in the meta-openembedded/meta-oe > layer for kirkstone. > > TI's 6.1 based kernel has backported multistream routing APIs [1] from > upstream kernel, which requires a few patches to

[meta-ti][dunfell][PATCH] ipc: ti-rpmsg-char: Update library to 0.5.2

2023-01-04 Thread Devarsh Thakkar via lists.yoctoproject.org
Update library to 0.5.2 as it adds support for AM62A SoC. Co-Authored-By: Sai Sree Kartheek Adivi Signed-off-by: Devarsh Thakkar --- recipes-ti/ipc/ti-rpmsg-char.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-ti/ipc/ti-rpmsg-char.inc

Re: [meta-ti] [master][PATCH 21/26] conf: machine: am62xx Add missing dtbo file

2022-05-13 Thread Devarsh Thakkar via lists.yoctoproject.org
On 02/05/22 20:21, Denys Dmytriyenko wrote: > From: Ryan Eatmon > > Add missing k3-am625-sk-csi2-ov5640.dtb required for the camera overlay. > > Signed-off-by: Ryan Eatmon > Reviewed-by: Praneeth Bajjuri > Signed-off-by: Denys Dmytriyenko > --- > meta-ti-bsp/conf/machine/am62xx-evm.conf | 1

Re: [meta-ti][dunfell][PATCH] ti-sci-fw: Add DM firmware to deploy directory for am62xx-evm

2022-05-12 Thread Devarsh Thakkar via lists.yoctoproject.org
On 12/05/22 19:16, Aparna M wrote: Add DM firmware ipc_echo_testb_mcu1_0_release_strip.xer5f to deploy directory for am62xx-evm. This is required for building tispl.bin. Signed-off-by: Aparna M --- recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git

[meta-ti][dunfell][PATCH] u-boot-ti: Use SRCREV to get short commit ID

2022-04-19 Thread Devarsh Thakkar via lists.yoctoproject.org
Due to recent security update in git, we are not able to fetch revision currently using existing method: https://github.blog/2022-04-12-git-security-vulnerability-announced/ So instead, use the SRCREV to parse the short commit ID and set the UBOOT_LOCALVERSION variable. Signed-off-by: Devarsh