[meta-ti] [scarthgap PATCH] ipc: ti-rpmsg-char: Update library to 0.6.7

2024-07-15 Thread praneeth via lists.yoctoproject.org
From: Praneeth Bajjuri update from 0.6.6 to 0.6.7. This update brings the following fixes from ti-rpmsg-char repo. 5100a2e lib: Fix truncation warnings 15011fe example: Add roundtrip delay metering aac39ae lib: fix truncation warnings with spritnf 4b9fd76 include: rproc_id: Add numbered enum Si

Re: [meta-ti] yocto linux development for AM3359 ICE development board

2024-04-15 Thread praneeth via lists.yoctoproject.org
On 4/14/2024 11:07 PM, SasiKumar E wrote: Hi Praneeth, we are starting the design with AM3359 development board but for the final custom board we are intended to design with AM5729 microprocessor, thus TI provides different SDK for both processors we thought working in yocto will provide a g

Re: [meta-ti] yocto linux development for AM3359 ICE development board

2024-04-12 Thread praneeth via lists.yoctoproject.org
On 4/12/2024 8:46 AM, SasiKumar E wrote: Hi Team, I am new to microprocessor development, and I want to start working with the AM3359 development board, I have done the quick build for QEMU and now trying to configure for the AM3359 development board, I am going through the https://docs.yoct

Re: [meta-ti][master][PATCH] conf: machine: beagleplay/beaglebone-ai64: Set KERNEL_DEVICETREE_PREFIX

2024-04-04 Thread praneeth via lists.yoctoproject.org
On 4/4/2024 8:37 AM, Ryan Eatmon wrote: Set the KERNEL_DEVICETREE_PREFIX so that, when using the various TI kernel recipes, the "correct" DTB files are pulled in depending on what is available in that kernel source. Signed-off-by: Ryan Eatmon --- meta-ti-bsp/conf/machine/beaglebone-ai64.con

[meta-ti] [kirkstone PATCH] conf: machine: am62p: pick lpm overlay

2024-03-14 Thread praneeth via lists.yoctoproject.org
From: Praneeth Bajjuri overlay k3-am62x-sk-lpm-wkup-sources.dtso is common across am62x platforms. This overlay is added in 6.1 kernel at [1] [1]: https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/commit/?&id=4ba1886b886d This patch is to enable the same low power management wakeup sourc

[meta-ti] [master][PATCH] ipc: ti-rpmsg-char: Update library to 0.6.6

2024-03-11 Thread praneeth via lists.yoctoproject.org
From: Praneeth Bajjuri update from 0.6.4 to 0.6.6. This update brings the following fixes from ti-rpmsg-char repo. 55a6f40 remove ti.ipc4.ping-pong reference 8892e57 lib: fix data type build warnings 7c2ab48 lib: fix build warnings Signed-off-by: Praneeth Bajjuri --- meta-ti-bsp/recipes-ti/ip

[meta-ti] [kirkstone][PATCH] ipc: ti-rpmsg-char: Update library to 0.6.6

2024-03-11 Thread praneeth via lists.yoctoproject.org
From: Praneeth Bajjuri update from 0.6.4 to 0.6.6. This update brings the following fixes from ti-rpmsg-char repo. 55a6f40 remove ti.ipc4.ping-pong reference 8892e57 lib: fix data type build warnings 7c2ab48 lib: fix build warnings Signed-off-by: Praneeth Bajjuri --- meta-ti-bsp/recipes-ti/ip

[meta-ti] [kirkstone PATCH] conf: machine: am62xx-lp-evm.conf: Pick LPM wkup sources overlay

2023-11-29 Thread praneeth via lists.yoctoproject.org
commit [1] created a common LPM wkup sources overlay and removes k3-am62x-sk-mcu-gpio-wakeup.dtso for am62 device family. k3-am62x-sk prefix picks this overlay for am62xx, am62axx and am62xxsip already. This patch picks the necessary overlay for am62xx-lp-evm since it doesnt use the same prefix as

[meta-ti] [kirkstone PATCHv2] pru-icss_git.bb: update to PSSP v6.3.0

2023-11-21 Thread praneeth via lists.yoctoproject.org
Upgrade to v6.3.0 version. This release adds resources for using AM243x & AM64x PRU cores with cores running FreeRTOS: * The RTOS Getting Started Labs * Examples for using PRU GPIO and the broadside interface * SORTE_G example (a custom networking interface) Bug fixes: * AM64x & AM65x header

Re: [meta-ti] [kirkstone PATCH] pru-icss_git.bb: update to PSSP v6.3.0

2023-11-21 Thread praneeth via lists.yoctoproject.org
On 11/21/2023 5:40 PM, Denys Dmytriyenko wrote: On Tue, Nov 21, 2023 at 05:24:36PM -0600, praneeth via lists.yoctoproject.org wrote: Upgrade to v6.3.0 version. This release adds resources for using AM243x & AM64x PRU cores with cores running FreeRTOS: * The RTOS Getting Started

[meta-ti] [kirkstone PATCH] pru-icss_git.bb: update to PSSP v6.3.0

2023-11-21 Thread praneeth via lists.yoctoproject.org
Upgrade to v6.3.0 version. This release adds resources for using AM243x & AM64x PRU cores with cores running FreeRTOS: * The RTOS Getting Started Labs * Examples for using PRU GPIO and the broadside interface * SORTE_G example (a custom networking interface) Bug fixes: * AM64x & AM65x header

Re: [meta-ti] [PATCH v5] optee-os: Enable OP-TEE TRNG in AM62X

2023-11-20 Thread praneeth via lists.yoctoproject.org
On 11/19/2023 11:11 PM, Kamlesh Gurudasani wrote: Enable TRNG in AM62X, as bugs related to TRNG has been fixed now. TF-A fix: https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/commit/?id=d7a7135d32a8c7da004c0c19b75bd4e2813f9759 OP-TEE fix: https://github.com/OP-TEE/optee_os/commit/e

Re: [meta-ti][kirkstone][PATCH] ti-gc320-driver: fix stdarg header file compilation issues

2023-11-15 Thread praneeth via lists.yoctoproject.org
updating denys email id On 11/15/2023 4:58 AM, Sinthu Raja M via lists.yoctoproject.org wrote: From: Sinthu Raja The stdarg header file location is changed to linux/stdarg.h. Add patch to fix the compilation issue and also add fix to import DMA_BUF namspace to load the dma_buf modules Signed-

[meta-ti] [kirkstone PATCH] conf: machine: am62xx-lp-evm.conf: Pick MCU GPIO wakeup overlay

2023-11-14 Thread praneeth via lists.yoctoproject.org
commit [1] renamed the MCU GPIO wakeup overlay as k3-am62x-sk-mcu-gpio-wakeup.dtbo k3-am62x-sk prefix picks this overlay for am62xx, am62axx and am62xxsip already. This patch picks the necessary overlay for am62xx-lp-evm since it doesnt use the same prefix as other am62 platforms. [1]: https://

Re: [meta-ti] [PATCH v4] optee-os: Enable OP-TEE TRNG in AM62X and AM62PX

2023-11-13 Thread praneeth via lists.yoctoproject.org
On 11/8/2023 9:17 AM, Kamlesh Gurudasani wrote: Enable TRNG in AM62X and AM62PX, as bugs related to TRNG has been fixed now. TF-A fix: https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/commit/?id=d7a7135d32a8c7da004c0c19b75bd4e2813f9759 OP-TEE fix: https://github.com/OP-TEE/optee_os

[meta-ti] [kirkstone PATCH v2] conf: machine: am62*: extend picking common overlays by prefix

2023-11-08 Thread praneeth via lists.yoctoproject.org
commit f5851386 ("conf: machine: am62*: Pick common overlays by prefix") picks common HDMI and CSI overlays for am62 platform variants. Adding capability to extend the same prefix for common overlays for applicable am62 platforms in more generic way to include new mcan overlays added [1] [1]: ht

Re: [meta-ti] [kirkstone PATCH] conf: machine: am62*: extend picking common overlays by prefix

2023-11-08 Thread praneeth via lists.yoctoproject.org
On 11/8/2023 1:07 AM, Jai Luthra wrote: Hi Praneeth, Thanks for the patch. On Nov 07, 2023 at 17:53:16 -0600, Praneeth Bajjuri wrote: commit f5851386 ("conf: machine: am62*: Pick common overlays by prefix") picks common HDMI and CSI overlays for am62 platform variants. Adding capability to

[meta-ti] [kirkstone PATCH] conf: machine: am62*: extend picking common overlays by prefix

2023-11-07 Thread praneeth via lists.yoctoproject.org
commit f5851386 ("conf: machine: am62*: Pick common overlays by prefix") picks common HDMI and CSI overlays for am62 platform variants. Adding capability to extend the same prefix for common overlays for am62 family in more generic way to include new mcan overlays added [1] [1]: https://git.ti.c

Re: [meta-ti] [PATCH] optee-os: Enable OP-TEE TRNG in AM62X

2023-11-06 Thread praneeth via lists.yoctoproject.org
On 11/6/2023 5:25 AM, Kamlesh Gurudasani wrote: Enable TRNG in AM62X, as bugs related to TRNG has been fixed now. Can you provide more details on what fixed TRNG ? Assuming its something specific inside OPTEE 4.0 version. Signed-off-by: Kamlesh Gurudasani --- meta-ti-bsp/recipes-secu

Re: [meta-ti] [kirkstone][PATCH v3 0/2] Remove PRU Ethernet firmwares for legacy devices

2023-10-09 Thread praneeth via lists.yoctoproject.org
On 10/9/2023 2:09 AM, Ravi Gunasekaran wrote: Linux kernel 6.1 does not have support for PRU-ICSSM driver. So remove packaging of all the PRU-ICSSM firmwares for kernel 6.1 based SDKs. In the v2 version, it was suggested to have the changes in the SDK layer. But after discussion with meta-ti(R

Re: [meta-ti] [PATCH] trusted-firmware-a: Update to sha fixing deep sleep on AM62x

2023-10-04 Thread praneeth via lists.yoctoproject.org
On 10/4/2023 11:00 AM, Kamlesh Gurudasani wrote: "Bajjuri, Praneeth" writes: On 10/4/2023 10:49 AM, Kamlesh Gurudasani wrote: Update to commit d7a7135d32a8c7da004c0c19b75bd4e2813f9759, which fixes deep sleep bug on AM62x Thanks for the patch, But is this commit sanity tested across all K3

Re: [meta-ti] [PATCH] trusted-firmware-a: Update to sha fixing deep sleep on AM62x

2023-10-04 Thread praneeth via lists.yoctoproject.org
On 10/4/2023 10:49 AM, Kamlesh Gurudasani wrote: Update to commit d7a7135d32a8c7da004c0c19b75bd4e2813f9759, which fixes deep sleep bug on AM62x Thanks for the patch, But is this commit sanity tested across all K3 platforms? https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/com

[meta-ti] [kirkstone/master PATCH] linux-ti-staging: am335x/am437x: Add no_smp option

2023-09-28 Thread praneeth via lists.yoctoproject.org
From: Praneeth Bajjuri multi_v7_defconfig that is used for legacy platforms enables SMP by default. Platforms like am335x and am473x are single core platforms that doesnt need this option to be enabled. This config cannot go in multi_v7_defconfig as well, since there will be systems like am57x/

Re: [meta-ti] [RFC|kirkstone] linux-ti-staging: add config preempt for am335x and am437x

2023-09-20 Thread praneeth via lists.yoctoproject.org
On 9/15/2023 11:42 AM, Denys Dmytriyenko wrote: On Fri, Sep 15, 2023 at 11:17:11AM -0500, Bajjuri, Praneeth wrote: On 9/14/2023 8:47 PM, Balagopalakrishnan, Anand wrote: Hi Denys, This is only needed for v7 platforms like AM3 / AM4 and possibly AM57x also. CONFIG_PREEMPT is enabled by def

Re: [meta-ti] [RFC|kirkstone] linux-ti-staging: add config preempt for am335x and am437x

2023-09-15 Thread praneeth via lists.yoctoproject.org
On 9/14/2023 8:47 PM, Balagopalakrishnan, Anand wrote: Hi Denys, This is only needed for v7 platforms like AM3 / AM4 and possibly AM57x also. CONFIG_PREEMPT is enabled by default on arm64 platforms like AM65x. Praneeth will send a kernel patch for TI kernel. This meta-ti patch is meant to u

Re: [meta-ti] [RFC|kirkstone] linux-ti-staging: add config preempt for am335x and am437x

2023-09-14 Thread praneeth via lists.yoctoproject.org
On 9/14/2023 2:36 PM, Denys Dmytriyenko wrote: On Thu, Sep 14, 2023 at 10:40:26PM +0530, Anand Balagopalakrishnan via lists.yoctoproject.org wrote: SGX needs a preemptible kernel. CONFIG_PREEMPT has always been enabled on TI Linux kernels upto K5.1. This is enabled on AM65x by default but mi

Re: [meta-ti][master/kirkstone][PATCH 2/2] conf: machine: Add am62xxsip-evm configuration

2023-09-08 Thread praneeth via lists.yoctoproject.org
On 9/8/2023 3:38 PM, Chirag Shilwant wrote: - Add A53 and R5 machine configurations for am62xxsip-evm. - Use UBOOT_CONFIG_FRAGMENT as am62xsip_sk_r5.config for R5 machine configuration. Signed-off-by: Chirag Shilwant Reviewed-by: Praneeth Bajjuri --- meta-ti-bsp/conf/machine/am62xxsi

Re: [meta-ti][master/kirkstone][PATCH 1/2] conf: machine: Add am62xx-sip-evm configuration

2023-09-08 Thread praneeth via lists.yoctoproject.org
On 9/8/2023 9:25 AM, Ryan Eatmon wrote: On 9/8/2023 9:15 AM, Bajjuri, Praneeth wrote: On 9/8/2023 8:02 AM, Chirag Shilwant wrote: - Add A53 and R5 machine configurations for am62xx-sip-evm. Can you keep the name consistent with the convention https://git.ti.com/cgit/ti-u-boot/ti-u-boot/

Re: [meta-ti][master/kirkstone][PATCH 2/2] recipes-bsp: u-boot: Add logic to handle fragment u-boot configs

2023-09-08 Thread praneeth via lists.yoctoproject.org
On 9/8/2023 8:14 AM, Chirag Shilwant wrote: - Add u-boot-mergeconfig.inc which will ensure we handle fragment u-boot configs. - Include u-boot-mergeconfig.inc in u-boot-ti.inc. - Add a new variable UBOOT_CONFIG_FRAGMENT which stores the name of fragment defconfig to be used. This patch has

Re: [meta-ti][master/kirkstone][PATCH 1/2] conf: machine: Add am62xx-sip-evm configuration

2023-09-08 Thread praneeth via lists.yoctoproject.org
On 9/8/2023 8:02 AM, Chirag Shilwant wrote: - Add A53 and R5 machine configurations for am62xx-sip-evm. Can you keep the name consistent with the convention https://git.ti.com/cgit/ti-u-boot/ti-u-boot/commit/?h=ti-u-boot-2023.04&id=600ab30716936aa7f91dd11a9b1b8f8a184122e0 s/am62xx-sip-evm/am

[meta-ti] [kirkstone PATCH] meta-ti: conf: am62xx-lp-evm: Use common include am62xx.inc

2023-07-13 Thread praneeth via lists.yoctoproject.org
From: Praneeth Bajjuri commit 5f9be228390b ("machine: Add AM62Q HS-SE evm configuration") has added am62xx-lp.inc which is used by am62xx-lp-evm machine. The features listed in am62xx.inc are common between machines am62xx-evm and am62xx-lp-evm. (Ex: MACHINE_FEATURES = "gpu") Hence updating the

[meta-ti] [kirkstone PATCH v2] pru-icss_git.bb: update to PSSP v6.2.0

2023-07-05 Thread praneeth via lists.yoctoproject.org
From: Praneeth Bajjuri Upgrade to v6.2.0 version. This release supports Linux kernel 6.1. The RPMsg library in previous versions of the PSSP will not work with the PRU RPMsg drivers in Linux kernel 6.1. Other changes in this version: * Bug fixes: - Getting Started Labs, fix "zero" command

[meta-ti] [kirkstone/master PATCH] pru-icss_git.bb: update to PSSP v6.2.0

2023-07-03 Thread praneeth via lists.yoctoproject.org
From: Praneeth Bajjuri Upgrade to v6.2.0 version. This release supports Linux kernel 6.1. The RPMsg library in previous versions of the PSSP will not work with the PRU RPMsg drivers in Linux kernel 6.1. Other changes in this version: * Bug fixes: - Getting Started Labs, fix "zero" command

Re: [meta-ti][master/kirkstone][PATCH] conf: am335x-evm and am437x-evm: bump max_leb_cnt

2023-06-20 Thread praneeth via lists.yoctoproject.org
On 6/20/2023 12:09 PM, Ryan Eatmon wrote: New features added require another increase to max_leb_cnt. Julien, Please review. Signed-off-by: Ryan Eatmon --- meta-ti-bsp/conf/machine/am335x-evm.conf | 2 +- meta-ti-bsp/conf/machine/am437x-evm.conf | 2 +- 2 files changed, 2 insertions

Re: [meta-ti][master/kirkstone][PATCH] ti-sci-fw: Include the TIFS LPM stub with the rest of SYSFW

2023-06-15 Thread praneeth via lists.yoctoproject.org
On 6/15/2023 3:18 PM, Andrew Davis via lists.yoctoproject.org wrote: This firmware is shipped with the rest of ti-sysfw blobs, it shares the same versions too and so should be simply bundled with the same. This stub is also built into U-Boot and not loaded during kernel runtime anymore, so rem

Re: [meta-ti][master/kirkstone][PATCH] conf: am335x-evm and am437x-evm: bump max_leb_cnt

2023-06-12 Thread praneeth via lists.yoctoproject.org
On 6/10/2023 8:05 PM, Ryan Eatmon wrote: New features added require an increase to max_leb_cnt. +Julien (Please review) Signed-off-by: Ryan Eatmon --- meta-ti-bsp/conf/machine/am335x-evm.conf | 2 +- meta-ti-bsp/conf/machine/am437x-evm.conf | 2 +- 2 files changed, 2 insertions(+), 2

Re: [meta-ti] [meta-ti kirkstone/master PATCH v2] ti-kernel: Apply RT fragments to RT kernel config

2023-06-07 Thread praneeth via lists.yoctoproject.org
On 6/7/2023 6:09 PM, Bryan Brattlof via lists.yoctoproject.org wrote: Apply the ti_rt.config fragment to all the linux-ti-staging-rt-6.1 defconfigs so we can properly build the RT kernel for our devices. Signed-off-by: Bryan Brattlof Acked-by: Praneeth Bajjuri --- Changes since v1:[0]

Re: [meta-ti] [kirkstone][PATCH] meta-ti-bsp: Add recipe for u-boot-ti-jailhouse and linux-ti-jailhouse

2023-06-05 Thread praneeth via lists.yoctoproject.org
On 6/2/2023 12:08 PM, Ryan Eatmon wrote: On 6/2/2023 7:21, Denys Dmytriyenko wrote: On Fri, Jun 02, 2023 at 02:59:32PM +0530, Paresh Bhagat via lists.yoctoproject.org wrote: Add a recipe for u-boot-ti-jailhouse and linux-ti-jailhouse which contains patches used for jailhouse. These will be

Re: [meta-ti] [kirkstone/master PATCH] ipc: ti-rpmsg-char: Update library to 0.6.1

2023-05-26 Thread praneeth via lists.yoctoproject.org
On 5/25/2023 11:44 PM, Hari Nagalla wrote: Update the ti-rpmsg-char library to 0.6.1 version to fix rpmsg_ctlr id on v6.1 kernel when multiple channels are created. Signed-off-by: Hari Nagalla Reviewed-by: Praneeth Bajjuri --- meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char.inc | 6 +++--- 1

[meta-ti] [kirkstone/master PATCH] ipc: ti-rpmsg-char: Update library to 0.6.0

2023-05-17 Thread praneeth via lists.yoctoproject.org
Update the ti-rpmsg-char library to 0.6.0 version that enables the support for 6.1 kernel. Signed-off-by: Praneeth Bajjuri --- meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char.inc b/me

Re: [meta-ti][master/kirkstone][PATCH] ti-img-rogue-driver: enable bxs/8xe apm

2023-05-08 Thread praneeth via lists.yoctoproject.org
On 5/8/2023 10:38 AM, Randolph Sapp via lists.yoctoproject.org wrote: On 5/8/23 10:33, r...@ti.com wrote: From: Randolph Sapp Bump the src revision to enable the following features on Jacinto: - Active power managment - Power island control via firmware Signed-off-by: Randolph Sapp

Re: [meta-ti][master/kirkstone][PATCH v5 3/3] u-boot-ti-staging: Add 2023.01 in prep for LTS migration

2023-03-27 Thread praneeth via lists.yoctoproject.org
On 3/23/2023 5:52 PM, Ryan Eatmon wrote: We are preparing to migrate our u-boot version to 2023.01. As we are still working on the migration, mark the default preference low for this version. We will enable building with this u-boot in a meta-arago brand in the near future. Once the migratio

Re: [meta-ti][kirkstone/master][PATCH v4 3/3] u-boot-ti-staging: Add 2023.01 in prep for LTS migration

2023-03-22 Thread praneeth via lists.yoctoproject.org
On 3/22/2023 9:32 AM, Ryan Eatmon wrote: We are preparing to migrate our u-boot version to 2023.01. As we are still working on the migration, mark the default preference low for this version. We will enable building with this u-boot in a meta-arago brand in the near future. Once the migratio

Re: [meta-ti] [kirkstone PATCH] u-boot-ti-staging: upgrade to 2023.01

2023-03-15 Thread praneeth via lists.yoctoproject.org
On 3/15/2023 6:55 PM, Denys Dmytriyenko wrote: I haven't seen the original patch on the list and nothing is in Patchwork: https://patchwork.yoctoproject.org/project/ti/list/ weird, let me check my settings. On Wed, Mar 15, 2023 at 06:42:21PM -0500, praneeth via lists.yoctoprojec

Re: [meta-ti] [kirkstone PATCH] u-boot-ti-staging: upgrade to 2023.01

2023-03-15 Thread praneeth via lists.yoctoproject.org
On 3/15/2023 6:40 PM, Praneeth Bajjuri wrote: upgrade to 2023.01 and make 2021.01 recipe as not default version. build and sanity boot tested bootloader on am62xx gp. Signed-off-by: Praneeth Bajjuri --- .../recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb | 2 ++ .../recipes-bsp/u

Re: [meta-ti][master/kirkstone][PATCH] linux-ti-staging: Add 6.1 recipe

2023-03-15 Thread praneeth via lists.yoctoproject.org
On 3/15/23 13:28, Ryan Eatmon wrote: On 3/15/2023 12:55, Andrew Davis wrote: On 3/14/23 2:52 PM, Denys Dmytriyenko wrote: On Tue, Mar 14, 2023 at 11:46:23AM -0500, Bajjuri, Praneeth wrote: On 3/14/2023 11:37 AM, Ryan Eatmon wrote: Is there a better way of adding 6.1 without destroying the

Re: [meta-ti][master/kirkstone][PATCH] linux-ti-staging: Add 6.1 recipe

2023-03-14 Thread praneeth via lists.yoctoproject.org
On 3/14/2023 11:37 AM, Ryan Eatmon wrote: Is there a better way of adding 6.1 without destroying the 5.10 support?  Because until we have 6.1 up and working it would be nice to have a working kirkstone for anyone using it... Want to hear from denys as well based on past migration histor

Re: [meta-ti][dunfell][RFC PATCH v2] am62axx-evm: Add support for HS-FS and HS-SE platforms

2023-02-10 Thread praneeth via lists.yoctoproject.org
Sai, On 2/9/2023 6:08 PM, Sai Sree Kartheek Adivi wrote: Add support for HS-FS and HS-SE along with GP platforms and make HS-FS default. Now that the needed firmwares are in the production branches, please resubmit the patch without RFC in subject. Signed-off-by: Sai Sree Kartheek Adivi

Re: [meta-ti] [dunfell][PATCH] conf: machine: am62xx-lp-evm: Add OLDI Panel overlay

2023-02-10 Thread praneeth via lists.yoctoproject.org
On 2/10/2023 11:38 AM, praneeth via lists.yoctoproject.org wrote: On 2/9/2023 9:54 PM, Aradhya Bhatia via lists.yoctoproject.org wrote: Add the Microtips OLDI Panel DT overlay for AM62 LP SK. Signed-off-by: Aradhya Bhatia Reviewed-by: Praneeth Bajjuri ---   conf/machine/am62xx-lp

Re: [meta-ti] [dunfell][PATCH] conf: machine: am62xx-lp-evm: Add OLDI Panel overlay

2023-02-10 Thread praneeth via lists.yoctoproject.org
On 2/9/2023 9:54 PM, Aradhya Bhatia via lists.yoctoproject.org wrote: Add the Microtips OLDI Panel DT overlay for AM62 LP SK. Signed-off-by: Aradhya Bhatia --- conf/machine/am62xx-lp-evm.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/machine/am62xx-lp-evm.conf b/conf/machine

Re: [meta-ti] MDIO driver bug (U-Boot:drivers/net/ti/cpsw_mdio.c)

2023-02-08 Thread praneeth via lists.yoctoproject.org
+Sriram,kevin On 2/8/2023 12:45 PM, Ulf Samuelsson wrote: Hi guys, I think I found a bug in the U-Boot drivers/net/ti/cpsw_mdio.c driver Sent the patch below to the u-boot mailing list with no response. It has only been a day though, but I thought to highlight it here. Thanks for notifying

Re: [meta-ti][dunfell][PATCH V2] conf: machine: j721s2: Add ehrpwm overlay for am68-sk

2023-02-08 Thread praneeth via lists.yoctoproject.org
On 2/8/2023 10:37 AM, Ryan Eatmon via lists.yoctoproject.org wrote: On 2/7/2023 9:13, Sinthu Raja wrote: From: Sinthu Raja The AM68 SK has PWM output pins connected to its RPi headers. Add overlay file to enable PWM pins. Signed-off-by: Sinthu Raja --- Changes in v2: == Addr

Re: [meta-ti] [dunfell PATCH] k3conf update SRCREV to add am62ax support

2023-01-25 Thread praneeth via lists.yoctoproject.org
On 1/25/2023 5:54 PM, Bryan Brattlof via lists.yoctoproject.org wrote: update the SHA of k3conf to pickup am62ax support Signed-off-by: Bryan Brattlof Reviewed-by: Praneeth Bajjuri --- recipes-devtools/k3conf/k3conf_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -

Re: [meta-ti][dunfell][PATCH] conf: machine: am62xx-evm: Add Support for AM62xx HS-SE

2023-01-23 Thread praneeth via lists.yoctoproject.org
On 1/23/2023 9:43 AM, Andrew Davis wrote: On 1/23/23 4:24 AM, Chirag Shilwant via lists.yoctoproject.org wrote: - Add machine conf for AM62xx HS-SE. - The wic images will boot on AM62x GP devices by default. To boot on AM62x HS-SE, simply switch out the SYSFW image: /me longs for day when

Re: [meta-ti] [dunfell PATCH] optee-os: Enable SW PRNG for OP-TEE in AM62X

2023-01-17 Thread praneeth via lists.yoctoproject.org
+Kamlesh On 1/17/2023 9:44 AM, Andrew Davis via lists.yoctoproject.org wrote: On 1/17/23 12:12 AM, Dhruva Gole wrote: commit 98506a4a07363 ("optee-os: Update SRCREV for OP-TEE TRNG in AM62X") Disables SW PRNG => Enabling Hardware RNG. This is breaking Suspend Resume on AM62xx EVM variants. T

Re: [meta-ti][dunfell][PATCH v3] machine: Add am62axx evm configuration

2023-01-05 Thread praneeth via lists.yoctoproject.org
Paresh,Kamlesh,Chirag On 1/5/2023 6:16 PM, Bajjuri, Praneeth wrote: Paresh, On 12/8/2022 2:12 PM, Paresh Bhagat wrote: Lets add the basic AM62Axx-evm configuration. - Add configurations. - Add firmware overrides. - Add u-boot overrides. - Add tifs-lpm-stub. - Add cnm-wave-fw. In the related

Re: [meta-ti][dunfell][PATCH v3] machine: Add am62axx evm configuration

2023-01-05 Thread praneeth via lists.yoctoproject.org
Paresh, On 12/8/2022 2:12 PM, Paresh Bhagat wrote: Lets add the basic AM62Axx-evm configuration. - Add configurations. - Add firmware overrides. - Add u-boot overrides. - Add tifs-lpm-stub. - Add cnm-wave-fw. Signed-off-by: Sai Sree Kartheek Adivi Signed-off-by: Paresh Bhagat --- conf/machi

[meta-ti] [dunfell PATCH] optee-os: Lower log level for am62axx

2023-01-05 Thread praneeth via lists.yoctoproject.org
Lower the log level for am62axx platform commit 27641e1f2d7f ("optee-os: Lower log level for AM62x") changes the log level for am62xx platforms. This patch is to extend the same for am62axx Signed-off-by: Praneeth Bajjuri Reported-by: Sai Sree Kartheek Adivi --- recipes-security/optee/optee-os

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

2023-01-04 Thread praneeth via lists.yoctoproject.org
On 1/4/2023 8:26 AM, Devarsh Thakkar wrote: Update library to 0.5.2 as it adds support for AM62A SoC. Please make a separate patch for master/kirkstone as well. Co-Authored-By: Sai Sree Kartheek Adivi Signed-off-by: Devarsh Thakkar Acked-by: Praneeth Bajjuri --- recipes-ti/ipc/t

Re: [meta-ti][dunfell][PATCH] optee-os: Revert to lower log level for AM62x

2022-12-09 Thread praneeth via lists.yoctoproject.org
On 12/9/2022 8:35 AM, Kamlesh Gurudasani wrote: While removing SOFTWARE_PRNG support commit:98506a4a07363a1b57012ccfaee263f47e5b46c4, accidently removed the changes applied by commit:27641e1f2d7f6696fd7bbd8f24fcac20766b6234 (optee-os: Lower log level for AM62x). Reverting those changes back S

Re: [meta-ti] [dunfell PATCH] optee-os: Upgrade to upstream 3.19.0

2022-10-27 Thread praneeth via lists.yoctoproject.org
On 10/27/2022 6:30 PM, Praneeth Bajjuri wrote: Update to the latest upstream master which is 3.19.0. +judith, jai to verify on TI platforms. Signed-off-by: Praneeth Bajjuri --- recipes-security/optee/optee-os_%.bbappend | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --

[meta-ti] [dunfell PATCH] optee-os: Upgrade to upstream 3.19.0

2022-10-27 Thread praneeth via lists.yoctoproject.org
Update to the latest upstream master which is 3.19.0. Signed-off-by: Praneeth Bajjuri --- recipes-security/optee/optee-os_%.bbappend | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-security/optee/optee-os_%.bbappend b/recipes-security/optee/optee-os_%.bbappend in

Re: [meta-ti][dunfell][PATCH] cnm-wave-fw: update firmware name to wave521c_k3_codec_fw.bin

2022-10-25 Thread praneeth via lists.yoctoproject.org
On 10/25/2022 6:10 PM, Ryan Eatmon wrote: update firmware name to wave521c_k3_codec_fw.bin to align with linux-firmware main branch. the following patch is part of ti-linux-firmware thru mainline sync. commit 48407ffd ("cnm: update chips&media wave521c firmware.") Signed-off-by: Praneeth Bajj

Re: [meta-ti] [dunfell PATCH] cnm-wave-fw: update firmware name to wave521c_k3_codec_fw.bin

2022-10-25 Thread praneeth via lists.yoctoproject.org
On 10/25/2022 6:02 PM, Ryan Eatmon wrote: On 10/25/2022 17:49, Praneeth Bajjuri wrote: update firmware name to wave521c_k3_codec_fw.bin to align with linux-firmware main branch. the following patch is part of ti-linux-firmware thru mainline sync. commit 48407ffd ("cnm: update chips&media wa

[meta-ti] [dunfell PATCH] cnm-wave-fw: update firmware name to wave521c_k3_codec_fw.bin

2022-10-25 Thread praneeth via lists.yoctoproject.org
update firmware name to wave521c_k3_codec_fw.bin to align with linux-firmware main branch. the following patch is part of ti-linux-firmware thru mainline sync. commit 48407ffd ("cnm: update chips&media wave521c firmware.") Signed-off-by: Praneeth Bajjuri --- recipes-bsp/cnm-wave-fw/cnm-wave-fw_

Re: [meta-ti] PDK Source Missing on Dunfell

2022-10-14 Thread praneeth via lists.yoctoproject.org
On 10/14/2022 10:45 AM, Joshua Watt wrote: I'm attempting to use PDK sources on Dunfell (basically trying to include any recipe that inherits ti-pdk-fetch.bbclass) and it's started erroring out saying that https://git.ti.com/git/processor-sdk/pdk.git doesn't exist anymore. I've poked around on

Re: [meta-ti][dunfell PATCH v2 1/4] optee-os: Update SRCREV for OP-TEE TRNG in J784S4

2022-10-10 Thread praneeth via lists.yoctoproject.org
On 10/10/2022 10:34 AM, Andrew Davis wrote: On 10/10/22 10:30 AM, Jayesh Choudhary wrote: Update the SRCREV to the commit when sa3ul support was added in upstream OP-TEE for J784S4 platform to access rng. Signed-off-by: Jayesh Choudhary I had Ack'd this whole series in v1, you should add

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

2022-09-23 Thread praneeth via lists.yoctoproject.org
Update the ti-rpmsg-char library to 0.5.1 version that enables the support for R5F on am62x SoCs. Signed-off-by: Praneeth Bajjuri --- 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 b/recipes-ti/ipc/ti-rp

[meta-ti] [kirkstone/master PATCH] ipc: ti-rpmsg-char: Update library to 0.5.1

2022-09-23 Thread praneeth via lists.yoctoproject.org
Update the ti-rpmsg-char library to 0.5.1 version that enables the support for R5F on am62x SoCs. Signed-off-by: Praneeth Bajjuri --- meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char.in

Re: [meta-ti][dunfell][PATCH 1/2] optee-os: Upgrade to upstream 3.18.0

2022-08-26 Thread praneeth via lists.yoctoproject.org
On 8/26/2022 2:16 PM, Andrew Davis via lists.yoctoproject.org wrote: Update to the latest upstream master which is 3.18.0. Signed-off-by: Andrew Davis Reviewed-by: Praneeth Bajjuri --- recipes-security/optee/optee-os_%.bbappend | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

Re: [meta-ti] [dunfell/master PATCHv2] trusted-firmware-a: upgrade to v2.7

2022-08-11 Thread praneeth via lists.yoctoproject.org
On 8/11/2022 10:57 AM, praneeth via lists.yoctoproject.org wrote: upgrade arm-trusted-firmare to v2.7 Signed-off-by: Praneeth Bajjuri Tested-by: Judith Mendez Sanity tested boot on AM64 HS and AM62 GP --- *Changes from v1: removed linux-fw recipe update, that was a mistake. recipes

[meta-ti] [dunfell/master PATCHv2] trusted-firmware-a: upgrade to v2.7

2022-08-11 Thread praneeth via lists.yoctoproject.org
upgrade arm-trusted-firmare to v2.7 Signed-off-by: Praneeth Bajjuri Tested-by: Judith Mendez --- *Changes from v1: removed linux-fw recipe update, that was a mistake. recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [meta-ti] [dunfell/master PATCH] trusted-firmware-a: upgrade to v2.7

2022-08-11 Thread praneeth via lists.yoctoproject.org
On 8/11/2022 10:52 AM, Praneeth Bajjuri wrote: upgrade arm-trusted-firmare to v2.7 Signed-off-by: Praneeth Bajjuri Tested-by: Judith Mendez --- recipes-bsp/ti-linux-fw/ti-linux-fw.inc | 2 +- recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend | 2 +- Accide

[meta-ti] [dunfell/master PATCH] trusted-firmware-a: upgrade to v2.7

2022-08-11 Thread praneeth via lists.yoctoproject.org
upgrade arm-trusted-firmare to v2.7 Signed-off-by: Praneeth Bajjuri Tested-by: Judith Mendez --- recipes-bsp/ti-linux-fw/ti-linux-fw.inc | 2 +- recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git

Re: [meta-ti][dunfell][PATCH 0/3] Update to 08.04.01.001

2022-08-04 Thread praneeth via lists.yoctoproject.org
On 8/4/2022 5:29 PM, Ryan Eatmon wrote: Update linux, linux rt and ti-linux-fw to 08.04.01.001 tag Ryan Eatmon (3): linux-ti-staging: Bump to 08.04.01.001 release linux-ti-staging-rt: Bump to 08.04.01.001 release also u-boot? https://git.ti.com/cgit/ti-u-boot/ti-u-boot/tag/?h=08.04.01.

Re: [meta-ti] [dunfel PATCH v2] k3conf: update SRCREV to add j721S2 fixes

2022-07-26 Thread praneeth via lists.yoctoproject.org
On 7/19/2022 2:59 PM, Bryan Brattlof wrote: update the SHA for k3conf to pickup the j721s2 fixes Signed-off-by: Bryan Brattlof --- Changes from v1: - send a separate patch for each branch to avoid merge conflicts - include the mailing list in the email :( recipes-devtools/k3conf/k3conf

Re: [meta-ti] [kirkstone/master PATCH v2] k3conf: update SRCREV to add j721S2 support

2022-07-26 Thread praneeth via lists.yoctoproject.org
On 7/19/2022 3:38 PM, Bryan Brattlof wrote: update the SHA for k3conf to pickup j721s2 support Signed-off-by: Bryan Brattlof --- Changes from v1: - send a separate patch for each branch to avoid merge conflicts Ryan, i dont see this patch in master/kirkstone. https://git.yoctoproject.org

Re: [meta-ti][dunfell][PATCH] linux-ti-staging: Unblock SA2UL for AM64x and J7200 HS devices

2022-06-30 Thread praneeth via lists.yoctoproject.org
Andrew, assuming this is applicable for master branch as well. On 6/29/2022 2:15 AM, Andrew Davis via lists.yoctoproject.org wrote: The SA2UL driver now works on HS devices, unblock this. Signed-off-by: Andrew Davis Reviewed-by: Praneeth Bajjuri --- recipes-kernel/linux/linux-ti-stagin

Re: [meta-ti][dunfell][PATCH] optee-os: Use software RNG on AM62x and J721s2

2022-06-27 Thread praneeth via lists.yoctoproject.org
On 6/28/2022 2:10 AM, Andrew Davis via lists.yoctoproject.org wrote: The TRNG driver is not currently functional for these two platforms. Disable the TRNG driver until fixed. Reported-by: Vignesh Raghavendra Signed-off-by: Andrew Davis Reviewed-by: Praneeth Bajjuri --- recipes-securi

Re: [meta-ti][dunfell][PATCH v4 1/2] trusted-firmware-a: Update to latest upstream master

2022-06-15 Thread praneeth via lists.yoctoproject.org
On 6/15/2022 9:17 AM, Andrew Davis via lists.yoctoproject.org wrote: For TF-A we work against upstream first, our fork has only been used in the rare cases we need to ship a feature before we can get it upstream. This is not currently the case so lets switch to upstream repo until there is a ne

Re: [meta-ti] [dunfell PATCH] k3conf: Update SRCREV to add J721S2 support

2022-06-14 Thread praneeth via lists.yoctoproject.org
On 6/14/2022 11:53 PM, Bryan Brattlof wrote: update the SHA of k3conf to pickup j721s2 support how about master branch? Signed-off-by: Bryan Brattlof Reviewed-by: Praneeth Bajjuri --- recipes-devtools/k3conf/k3conf_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) di

[meta-ti] [dunfell/master PATCH] linux-ti-staging: Update 5.10 kernel to 5.10.120

2022-06-14 Thread praneeth via lists.yoctoproject.org
Update linux 5.10 to 5.10.120 stable Signed-off-by: Praneeth Bajjuri --- recipes-kernel/linux/linux-ti-staging-rt_5.10.bb | 4 ++-- recipes-kernel/linux/linux-ti-staging_5.10.bb| 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes-kernel/linux/linux-ti-staging-rt_5

[meta-ti] [dunfell PATCH] conf: machine: am62xx: add new dtb for low-power

2022-05-17 Thread praneeth via lists.yoctoproject.org
The following commits in ti-linux-5.10.y kernel has introduced new dtbs. a minimal skeleton and a lpm (low-power-mode) demo dtb. commit c161df7b1ea0 ("arm64: dts: ti: Introduce k3-am625-sk-lpmdemo") commit 61df7fcf9307 ("arm64: dts: ti: introduce minimal dt for am625") This patch on am62xx conf i

Re: [meta-ti][dunfell][PATCH] conf: machine: am62xx Fix overlay extension

2022-05-13 Thread praneeth via lists.yoctoproject.org
On 5/13/2022 11:55 AM, Ryan Eatmon wrote: The file extension for the overlay needs to be .dtbo. Signed-off-by: Ryan Eatmon Reviewed-by: Praneeth Bajjuri --- conf/machine/am62xx-evm.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/am62xx-evm.conf b

Re: [meta-ti][dunfell][PATCH] recipes-bsp: tifs-lpm-stub: Introduce new recipe

2022-05-04 Thread praneeth via lists.yoctoproject.org
On 5/4/2022 4:49 PM, Ryan Eatmon wrote: On 5/4/2022 16:43, Denys Dmytriyenko wrote: On Wed, May 04, 2022 at 04:38:44PM -0500, Ryan Eatmon via lists.yoctoproject.org wrote: This firmware stub is required by the TI foundational security software while transitioning to low power mode. Add a r

[meta-ti] [dunfell PATCH v2 2/2] conf/machine: am62xx: Update build flag for low power mode

2022-05-04 Thread praneeth via lists.yoctoproject.org
From: Nishanth Menon Update build flag for arm-trusted-firmware to include low power mode support K3_PM_SYSTEM_SUSPEND is added in arm-trusted-firmware now which enables low power mode support for am62xx. Signed-off-by: Nishanth Menon Signed-off-by: Praneeth Bajjuri --- conf/machine/include/

[meta-ti] [dunfell PATCH v2 1/2] trusted-firmware-a: upgrade to v2.6+

2022-05-04 Thread praneeth via lists.yoctoproject.org
upgrade arm-trusted-firmare to master which is currently v2.6+ This upgrade picks up am62x low power mode feature. Signed-off-by: Praneeth Bajjuri --- recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp

[meta-ti] [dunfell PATCH v2 0/2] am62xx: Upgrade ATF to get LP support

2022-05-04 Thread praneeth via lists.yoctoproject.org
This series upgrades ATF to current master which is 2.6+. This gets much needed AM62 Low power mode feature. Changes in v2: * Fixed the build flag patch as provided by Nishanth Menon * updated RFC patch sent earlier to move from ti-atf-next to ti-atf Nishanth Menon (1): conf/machine: am62xx: Up

Re: [meta-ti] [dunfell PATCH] conf/machine: am62xx: Update build flag for low power mode

2022-05-04 Thread praneeth via lists.yoctoproject.org
On 5/3/2022 3:16 PM, Denys Dmytriyenko wrote: On Tue, May 03, 2022 at 02:25:09PM -0500, Praneeth Bajjuri wrote: Update build flag for arm-trusted-firmware to include low power mode support K3_PM_SYSTEM_SUSPEND is added in arm-trusted-firmware now which enables low power mode support for am62x

Re: [meta-ti] [dunfell PATCH] conf/machine: am62xx: Update build flag for low power mode

2022-05-03 Thread praneeth via lists.yoctoproject.org
On 5/3/2022 2:25 PM, praneeth via lists.yoctoproject.org wrote: Update build flag for arm-trusted-firmware to include low power mode support K3_PM_SYSTEM_SUSPEND is added in arm-trusted-firmware now which enables low power mode support for am62xx. Signed-off-by: Praneeth Bajjuri I would

[meta-ti] [dunfell PATCH] conf/machine: am62xx: Update build flag for low power mode

2022-05-03 Thread praneeth via lists.yoctoproject.org
Update build flag for arm-trusted-firmware to include low power mode support K3_PM_SYSTEM_SUSPEND is added in arm-trusted-firmware now which enables low power mode support for am62xx. Signed-off-by: Praneeth Bajjuri --- conf/machine/include/am62xx.inc | 1 + 1 file changed, 1 insertion(+) diff

Re: [meta-ti] [dunfell-next RFC PATCH] trusted-firmware-a: upgrade to v2.6+

2022-05-03 Thread praneeth via lists.yoctoproject.org
On 5/3/2022 10:31 AM, Ryan Eatmon wrote: On 5/3/2022 10:24, Praneeth Bajjuri wrote: upgrade arm-trusted-firmare to master which is currently v2.6+ This upgrade picks up am62x low power mode feature. Signed-off-by: Praneeth Bajjuri --- AM62 low power mode support: https://review.trustedfi

[meta-ti] [dunfell-next RFC PATCH] trusted-firmware-a: upgrade to v2.6+

2022-05-03 Thread praneeth via lists.yoctoproject.org
upgrade arm-trusted-firmare to master which is currently v2.6+ This upgrade picks up am62x low power mode feature. Signed-off-by: Praneeth Bajjuri --- AM62 low power mode support: https://review.trustedfirmware.org/q/topic:%22ti-k3-system-suspend-base-support%22 .../trusted-firmware-a/trusted

[meta-ti] [dunfell PATCH] k3conf: Update SRCREV to pick AM62x support

2022-04-22 Thread praneeth via lists.yoctoproject.org
Update the k3conf to the latest SHA. This adds AM62x support. Signed-off-by: Praneeth Bajjuri --- recipes-devtools/k3conf/k3conf_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-devtools/k3conf/k3conf_git.bb b/recipes-devtools/k3conf/k3conf_git.bb index 0f2705b

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

2022-04-22 Thread praneeth via lists.yoctoproject.org
On 4/22/2022 10:57 AM, Ryan Eatmon wrote: Add missing k3-am625-sk-csi2-ov5640.dtb required for the camera overlay. Signed-off-by: Ryan Eatmon Reviewed-by: Praneeth Bajjuri --- conf/machine/am62xx-evm.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/machine/am62xx-evm.conf

[meta-ti] [dunfell/master PATCH] ipc: ti-rpmsg-char: Update library to 0.4.1

2022-04-20 Thread praneeth via lists.yoctoproject.org
Update the ti-rpmsg-char library to 0.4.1 version that enables the support for AM62x SoC family remote processors. Signed-off-by: Praneeth Bajjuri --- 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 b/rec

[meta-ti] [dunfell/master] conf: am62xx: remove unused dtbs

2022-04-04 Thread praneeth via lists.yoctoproject.org
The current ti-linux-5.10.y kernel doesnt have the following dtb. -ti/k3-am625-sk-lpmdemo.dtb -ti/k3-am625-minimal.dtb This patch is to remove them for now. Enable the applicable dtb once the equivalent support is added in ti-linux-5.10.y kernel later. Signed-off-by: Praneeth Bajjuri ---

Re: [meta-ti] [dunfell/master PATCH] pruss-fw: am57xx: Update hsr/prp/sw/dual-emac firmware

2022-03-04 Thread praneeth via lists.yoctoproject.org
On 3/4/2022 1:25 PM, Ryan Eatmon wrote: diff --git a/recipes-bsp/prueth-fw/prueth-fw_5.6.15.bb b/recipes-bsp/prueth-fw/prueth-fw.bb similarity index 88% rename from recipes-bsp/prueth-fw/prueth-fw_5.6.15.bb rename to recipes-bsp/prueth-fw/prueth-fw.bb index f7336fb1..e41bb3c0 100644 --- a/reci

Re: [meta-ti] [dunfell/master PATCH] pruss-fw: am57xx: Update hsr/prp/sw/dual-emac firmware

2022-03-04 Thread praneeth via lists.yoctoproject.org
On 3/4/2022 1:15 PM, Praneeth Bajjuri wrote: commit 5a05d0b ("ti-pruss: Update AM57x PRP firmware to 002.020.035") commit d88ee87 ("ti-pruss: Update AM57x HSR firmware to 002.020.035") commit bc428f2 ("ti-pruss: Update AM57x Switch firmware to 003.002.012") commit f154d9e ("ti-pruss: Update AM5

[meta-ti] [dunfell/master PATCH] pruss-fw: am57xx: Update hsr/prp/sw/dual-emac firmware

2022-03-04 Thread praneeth via lists.yoctoproject.org
commit 5a05d0b ("ti-pruss: Update AM57x PRP firmware to 002.020.035") commit d88ee87 ("ti-pruss: Update AM57x HSR firmware to 002.020.035") commit bc428f2 ("ti-pruss: Update AM57x Switch firmware to 003.002.012") commit f154d9e ("ti-pruss: Update AM57x Dual-EMAC firmware to 005.006.018") has updat

  1   2   3   >