[meta-ti][dunfell][PATCH] cnm-wave-fw: lock the compatiable machine to j721s2

2022-02-02 Thread Ryan Eatmon via lists.yoctoproject.org
The orignal recipe listed the compatible platforms to all of j7, but at this time it is limited to j721s2. Signed-off-by: Ryan Eatmon --- recipes-bsp/cnm-wave-fw/cnm-wave-fw_git.bb | 2 +- recipes-kernel/linux/kernel-rdepends.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff -

Re: [meta-ti][dunfell][PATCH v2 00/12] Adding support for j721s2

2022-02-02 Thread Denys Dmytriyenko
On Wed, Feb 02, 2022 at 12:33:10PM -0600, Ryan Eatmon via lists.yoctoproject.org wrote: > *** BLURB HERE *** Nice BLURB! :) Anyway, the series looks fine to me. Of course, patches 5, 6 and 7 could have been squashed, but that's not critical. Reviewed-by: Denys Dmytriyenko > Hari Nagalla (1)

[meta-ti][dunfell][PATCH v2 12/12] Revert "ti-sci-fw: Fix for k3-image-gen issue for combined boot images"

2022-02-02 Thread Ryan Eatmon via lists.yoctoproject.org
From: Praneeth Bajjuri This reverts commit d29025f7e868bea6299b55caf78e684fc647be33. * associated fix in k3-image-gen is picked up now. commit 892c86501ff7 ("Makefile: Skip signing of binaries for HS combined boot") hence its no longer needed to carry the same fix from meta-ti here. Signed-

[meta-ti][dunfell][PATCH v2 08/12] recipes-bsp: Add cnm-wave-fw firmware recipe

2022-02-02 Thread Ryan Eatmon via lists.yoctoproject.org
From: Nishanth Menon Add firmware recipe to add the Wave521cl firmware pieces in for j7 platform. Signed-off-by: Nishanth Menon Signed-off-by: Ryan Eatmon --- recipes-bsp/cnm-wave-fw/cnm-wave-fw_git.bb | 41 ++ recipes-bsp/ti-linux-fw/ti-linux-fw.inc| 1 + recipes-ker

[meta-ti][dunfell][PATCH v2 06/12] recipes-bsp/ti-rtos: Define the TARGET and ALTERNATE_TARGET as well.

2022-02-02 Thread Ryan Eatmon via lists.yoctoproject.org
From: Nishanth Menon Dont forget the alternate-target as well. Signed-off-by: Nishanth Menon Signed-off-by: Ryan Eatmon --- recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb | 19 ++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/recipes-ti/ti-rtos-bin/ti-rtos-firmwar

[meta-ti][dunfell][PATCH v2 09/12] recipes-ti/ti-rtos-bin: Fix unavailable binary path

2022-02-02 Thread Ryan Eatmon via lists.yoctoproject.org
From: Hari Nagalla Lets fix the missing switch firmware binary to point to ping binary instead. If we attempt to start alternate CPU, we get a very beserk system. Signed-off-by: Hari Nagalla Signed-off-by: Nishanth Menon Signed-off-by: Ryan Eatmon --- recipes-ti/ti-rtos-bin/ti-rtos-firmware.

[meta-ti][dunfell][PATCH v2 04/12] recipes-bsp/ti-rtos: Use target_c7x_0 instead of just c7x

2022-02-02 Thread Ryan Eatmon via lists.yoctoproject.org
From: Nishanth Menon Lets enumerate the C7x target instead of defaulting as a since C7x. Signed-off-by: Nishanth Menon Signed-off-by: Ryan Eatmon --- recipes-bsp/ipc-lld/ipc-lld-examples-rtos_git.bb | 4 ++-- recipes-bsp/ipc-lld/ipc-lld-fw_git.bb| 4 ++-- recipes-ti/ti-rtos-bin/ti

[meta-ti][dunfell][PATCH v2 02/12] optee-os: Add support for alternate console

2022-02-02 Thread Ryan Eatmon via lists.yoctoproject.org
From: Nishanth Menon Actual systems may choose to use a different console from the default Allow the machine configurations to describe the same. Since the option provided is custom to TI K3, make this a k3 product override capability. Signed-off-by: Nishanth Menon Signed-off-by: Ryan Eatmon

[meta-ti][dunfell][PATCH v2 03/12] trusted-firmware-a: Add support for alternate console

2022-02-02 Thread Ryan Eatmon via lists.yoctoproject.org
From: Nishanth Menon Actual systems may choose to use a different console from the default Allow the machine configurations to describe the same. Since the option provided is custom to TI K3, make this a k3 product override capability. Signed-off-by: Nishanth Menon Signed-off-by: Ryan Eatmon -

[meta-ti][dunfell][PATCH v2 05/12] ti-rtos-bin: Add j721s2

2022-02-02 Thread Ryan Eatmon via lists.yoctoproject.org
From: Nishanth Menon Lets keep ethernet switch firmware disabled till we can actually integrate it. Signed-off-by: Nishanth Menon Signed-off-by: Ryan Eatmon --- recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb | 38 ++ 1 file changed, 38 insertions(+) diff --git a/recipes-ti/ti

[meta-ti][dunfell][PATCH v2 11/12] ti-linux-fw: Bump up TIFS and DM to v2022.01

2022-02-02 Thread Ryan Eatmon via lists.yoctoproject.org
From: Praneeth Bajjuri Update ti-linux-firmware and k3-image-gen to pick latest TIFS and DM v2022.01 This version also adds support to j721s2 Signed-off-by: Praneeth Bajjuri Signed-off-by: Ryan Eatmon --- recipes-bsp/ti-linux-fw/ti-linux-fw.inc | 8 1 file changed, 4 insertions(+),

[meta-ti][dunfell][PATCH v2 01/12] machine: Add j721s2 evm configuration

2022-02-02 Thread Ryan Eatmon via lists.yoctoproject.org
From: Nishanth Menon Signed-off-by: Nishanth Menon Signed-off-by: Ryan Eatmon --- conf/machine/j721s2-evm-k3r5.conf | 11 +++ conf/machine/j721s2-evm.conf | 22 ++ recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb | 23 +-- recipes-bsp/u-boot

[meta-ti][dunfell][PATCH v2 07/12] recipies-ti: ti-rtos-firmware: Fixup typo for rtos firmware

2022-02-02 Thread Ryan Eatmon via lists.yoctoproject.org
From: Nishanth Menon Signed-off-by: Nishanth Menon Signed-off-by: Ryan Eatmon --- recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb b/recipes-ti/ti-rtos-bin/ti-rtos-firmwar

[meta-ti][dunfell][PATCH v2 10/12] cnm-wave-fw: Fix name of firmware for j721s2

2022-02-02 Thread Ryan Eatmon via lists.yoctoproject.org
Update the name of the firmware for j721s2 as the file was renamed. Also, fix a typo in the variable name. Signed-off-by: Ryan Eatmon --- recipes-bsp/cnm-wave-fw/cnm-wave-fw_git.bb | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/recipes-bsp/cnm-wave-fw/cnm-wave-f

[meta-ti][dunfell][PATCH v2 00/12] Adding support for j721s2

2022-02-02 Thread Ryan Eatmon via lists.yoctoproject.org
*** BLURB HERE *** Hari Nagalla (1): recipes-ti/ti-rtos-bin: Fix unavailable binary path Nishanth Menon (8): machine: Add j721s2 evm configuration optee-os: Add support for alternate console trusted-firmware-a: Add support for alternate console recipes-bsp/ti-rtos: Use target_c7x_0 inst

[meta-ti] [PATCH] ti-rtos-firmware: use nonarch_base_libdir for deployment

2022-02-02 Thread Awais Belal
base_libdir is not configuration safe while firmware binaries should always be deployed to /lib. In configurations where base_libdir is not /lib the firmware gets deployed to wrong paths. This is fixed by using the nonarch_base_libdir which is configuration agnostic. Signed-off-by: Awais Belal --