[meta-ti] [master][PATCH 18/20] conf: machine: Add j7200 hs platform

2021-11-18 Thread Denys Dmytriyenko
From: Yogesh Siraswar Machine conf for J7200 HS platform. Used am64xx hs and j721e hs as reference. Signed-off-by: Yogesh Siraswar Signed-off-by: Denys Dmytriyenko --- conf/machine/j7200-hs-evm-k3r5.conf | 13 + conf/machine/j7200-hs-evm.conf | 22 ++ 2

[meta-ti] [master][PATCH 14/20] ti-sci-fw: changes to build combined boot image for hs build

2021-11-18 Thread Denys Dmytriyenko
From: Yogesh Siraswar Added support to build combined boot image for hs build. This required k3 image gen patch that is already merged. Signed-off-by: Yogesh Siraswar Signed-off-by: Denys Dmytriyenko --- recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb | 21 +++-- 1 file changed, 19

[meta-ti] [master][PATCH 16/20] conf: machine: am64xx: Add missing dtbo

2021-11-18 Thread Denys Dmytriyenko
From: Yogesh Siraswar Add missing k3-am642-evm-nand.dtbo required for system test Signed-off-by: Yogesh Siraswar Signed-off-by: Denys Dmytriyenko --- conf/machine/include/am64xx.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/machine/include/am64xx.inc

[meta-ti] [master][PATCH 13/20] conf: machine: add new am64x hs platform

2021-11-18 Thread Denys Dmytriyenko
From: Yogesh Siraswar Add new am64x hs platform. This requires two files to be created. Used am65x and j7 hs platform for reference. Signed-off-by: Yogesh Siraswar Signed-off-by: Denys Dmytriyenko --- conf/machine/am64xx-hs-evm-k3r5.conf | 14 ++ conf/machine/am64xx-hs-evm.conf

[meta-ti] [master][PATCH 12/20] conf: am57xx-evm: Add missing *.dtb and *.dtbo

2021-11-18 Thread Denys Dmytriyenko
From: Yogesh Siraswar Add missing dtb and dtbo to deploy folder Signed-off-by: Yogesh Siraswar Signed-off-by: Denys Dmytriyenko --- conf/machine/am57xx-evm.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/machine/am57xx-evm.conf b/conf/machine/am57xx-evm.conf index

[meta-ti] [master][PATCH 15/20] am64xx-hs: changes to support new hs platform

2021-11-18 Thread Denys Dmytriyenko
From: Yogesh Siraswar Changes to support new am64x hs platform in: 1) optee: sign the image 2) atf: sign the image 3) u-boot: Add u-boot-spl image for combined boot image Signed-off-by: Yogesh Siraswar Signed-off-by: Denys Dmytriyenko ---

[meta-ti] [master][PATCH 09/20] recipes: update github SRC_URIs

2021-11-18 Thread Denys Dmytriyenko
From: Denys Dmytriyenko https://github.blog/2021-09-01-improving-git-protocol-security-github/ GitHub is deprecating unauthenticated protocols, including git:// so update SRC_URIs with protocol=https Explicitly pass branch=master where omitted, as bitbake now requires it. While at it, update

[meta-ti] [master][PATCH 19/20] ti-rtos-firmware: Add j7200 hs support

2021-11-18 Thread Denys Dmytriyenko
From: Yogesh Siraswar We cannot use j7200 keyword for match b'n j7200-evm and j7200-hs-evm due to existing j7 keyword, we need to duplicate all the j7200 entries for hs. Also sign the DM firmware for J7200 similar to J7 HS Signed-off-by: Yogesh Siraswar Signed-off-by: Denys Dmytriyenko ---

[meta-ti] [master][PATCH 20/20] j7200-hs: changes to support new hs platform

2021-11-18 Thread Denys Dmytriyenko
From: Yogesh Siraswar Changes to support new j7200 hs platform in: 1) optee: sign the image 2) atf: sign the image 3) u-boot: Add u-boot-spl image for combined boot image 4) ti-sci-fw_git: Update firmware prefix for j7200 hs Signed-off-by: Yogesh Siraswar Signed-off-by: Denys Dmytriyenko ---

[meta-ti] [master][PATCH 10/20] recipes-bsp: u-boot-ti-mainline: Update to v2021.10 release

2021-11-18 Thread Denys Dmytriyenko
From: Amjad Ouled-Ameur This introduces a critical fix for both AM335X EVM and AM43XX EVM, which can no longer boot because "uuid" is undefined. v2021.10 has these two fixes, one for each platform: - commit ff8f277e9121 ("ti: am335x_evm: Switch to DISTRO_BOOT only") - commit e0c91ae24e5b ("ti:

[meta-ti] [master][PATCH 17/20] conf: machine : am65xx: Add missing dtbo

2021-11-18 Thread Denys Dmytriyenko
From: Yogesh Siraswar Added missing dtbo k3-am654-evm-ov5640.dtbo required for system test Signed-off-by: Yogesh Siraswar Signed-off-by: Denys Dmytriyenko --- conf/machine/include/am65xx.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/machine/include/am65xx.inc

[meta-ti] [master][PATCH 11/20] ti-linux-fw: Add AUTOREV support for K3 Image Gen

2021-11-18 Thread Denys Dmytriyenko
From: Yogesh Siraswar This patch brings k3 image gen under bleeding for nightly builds Signed-off-by: Yogesh Siraswar Signed-off-by: Denys Dmytriyenko --- recipes-bsp/ti-linux-fw/ti-linux-fw.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git

[meta-ti] [master][PATCH 07/20] linux-ti-staging: Bump linux version for 08.01.00.003

2021-11-18 Thread Denys Dmytriyenko
From: Yogesh Siraswar Bump linux for 08.01.00.003 release Signed-off-by: Yogesh Siraswar Signed-off-by: Denys Dmytriyenko --- recipes-kernel/linux/linux-ti-staging_5.10.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-ti-staging_5.10.bb

[meta-ti] [master][PATCH 06/20] u-boot-ti-staging: Bump u-boot version for 08.01.00.003

2021-11-18 Thread Denys Dmytriyenko
From: Yogesh Siraswar u-boot bump for 08.01.00.003 release Signed-off-by: Yogesh Siraswar Signed-off-by: Denys Dmytriyenko --- recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[meta-ti] [master][PATCH 08/20] linux-ti-staging-rt: Bump linux rt version for 08.01.00.003

2021-11-18 Thread Denys Dmytriyenko
From: Yogesh Siraswar Bump linux rt version to 08.01.00.003 Signed-off-by: Yogesh Siraswar Signed-off-by: Denys Dmytriyenko --- recipes-kernel/linux/linux-ti-staging-rt_5.10.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[meta-ti] [master][PATCH 05/20] ti-linux-fw: Bump k3 image gen to latest

2021-11-18 Thread Denys Dmytriyenko
From: Yogesh Siraswar Update k3 image gen to latest. Bump linux firmware to v2021.09a Signed-off-by: Yogesh Siraswar Signed-off-by: Denys Dmytriyenko --- recipes-bsp/ti-linux-fw/ti-linux-fw.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git

[meta-ti] [master][PATCH 04/20] linux-ti-staging-rt: Bump linux rt version for 08.01.00.002 release

2021-11-18 Thread Denys Dmytriyenko
From: Yogesh Siraswar Bump linux rt version for 08.01.00.002 release Signed-off-by: Yogesh Siraswar Signed-off-by: Denys Dmytriyenko --- recipes-kernel/linux/linux-ti-staging-rt_5.10.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[meta-ti] [master][PATCH 02/20] ti-linux-fw: Bump ti linux firmware for 08.01.00.002

2021-11-18 Thread Denys Dmytriyenko
From: Yogesh Siraswar Bump ti-linux-fw version for 08.01.00.002 release Signed-off-by: Yogesh Siraswar Signed-off-by: Denys Dmytriyenko --- recipes-bsp/ti-linux-fw/ti-linux-fw.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/ti-linux-fw/ti-linux-fw.inc

[meta-ti] [master][PATCH 00/20] Sync up with Dunfell #2

2021-11-18 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Keep master up to date with latest changes in Dunfell, adjust to the new override syntax. Amjad Ouled-Ameur (1): recipes-bsp: u-boot-ti-mainline: Update to v2021.10 release Denys Dmytriyenko (1): recipes: update github SRC_URIs Yogesh Siraswar (18):

[meta-ti] [master][PATCH 01/20] u-boot-ti-staging: Bump u-boot version for 08.01.00.002

2021-11-18 Thread Denys Dmytriyenko
From: Yogesh Siraswar Bump u-boot version to 08.01.00.002 release Signed-off-by: Yogesh Siraswar Signed-off-by: Denys Dmytriyenko --- recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[meta-ti] [master][PATCH 03/20] linux-ti-staging: Bump linux version for 08.01.00.002

2021-11-18 Thread Denys Dmytriyenko
From: Yogesh Siraswar Bump linux version for 08.01.00.002 release Signed-off-by: Yogesh Siraswar Signed-off-by: Denys Dmytriyenko --- recipes-kernel/linux/linux-ti-staging_5.10.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [meta-ti][dunfell][PATCH] wic: revert grub-efi patch

2021-11-18 Thread Denys Dmytriyenko
+Tom On Fri, Nov 19, 2021 at 02:29:52AM +, Yogesh Siraswar via lists.yoctoproject.org wrote: > Revert "conf/machine: k3: Enable grub-efi by default in wic images" > > This reverts commit d0b09833b44fa23cce86fd99dd8ca6631c61c476. It is customary to provide a reason for revert. > --- >

[meta-ti][dunfell][PATCH] wic: revert grub-efi patch

2021-11-18 Thread Yogesh Siraswar via lists.yoctoproject.org
Revert "conf/machine: k3: Enable grub-efi by default in wic images" This reverts commit d0b09833b44fa23cce86fd99dd8ca6631c61c476. --- conf/machine/include/k3.inc | 6 +- wic/sdimage-2part-efi.wks | 7 --- 2 files changed, 1 insertion(+), 12 deletions(-) delete mode 100644

[meta-ti][dunfell][PATCH v2 4/4] ti-linux-fw: Bump ti linux firmware for 08.01.00.005

2021-11-18 Thread Ryan Eatmon via lists.yoctoproject.org
Bump ti-linux-fw version for 08.01.00.005 release Signed-off-by: Ryan Eatmon --- recipes-bsp/ti-linux-fw/ti-linux-fw.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/ti-linux-fw/ti-linux-fw.inc b/recipes-bsp/ti-linux-fw/ti-linux-fw.inc index

[meta-ti][dunfell][PATCH v2 3/4] linux-ti-staging-rt: Bump linux rt version for 08.01.00.005

2021-11-18 Thread Ryan Eatmon via lists.yoctoproject.org
Bump linux rt version to 08.01.00.005 Signed-off-by: Ryan Eatmon --- recipes-kernel/linux/linux-ti-staging-rt_5.10.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb b/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb index

[meta-ti][dunfell][PATCH v2 2/4] linux-ti-staging: Bump linux version for 08.01.00.005

2021-11-18 Thread Ryan Eatmon via lists.yoctoproject.org
Bump linux for 08.01.00.005 release Signed-off-by: Ryan Eatmon --- recipes-kernel/linux/linux-ti-staging_5.10.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-ti-staging_5.10.bb b/recipes-kernel/linux/linux-ti-staging_5.10.bb index

[meta-ti][dunfell][PATCH v2 1/4] u-boot-ti-staging: Bump u-boot version for 08.01.00.005

2021-11-18 Thread Ryan Eatmon via lists.yoctoproject.org
u-boot bump for 08.01.00.005 release Signed-off-by: Ryan Eatmon --- recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb b/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb index

[meta-ti][dunfell][PATCH v2 0/4] Bump versions for 08.01.00.005

2021-11-18 Thread Ryan Eatmon via lists.yoctoproject.org
Bump versions for 08.01.00.005 Ryan Eatmon (4): u-boot-ti-staging: Bump u-boot version for 08.01.00.005 linux-ti-staging: Bump linux version for 08.01.00.005 linux-ti-staging-rt: Bump linux rt version for 08.01.00.005 ti-linux-fw: Bump ti linux firmware for 08.01.00.005

Re: [meta-ti][dunfell][PATCH v2] j721e-sr1_1: Add j721e sr1.1 HS support

2021-11-18 Thread Denys Dmytriyenko
On Thu, Nov 18, 2021 at 08:11:23PM +, Yogesh Siraswar via lists.yoctoproject.org wrote: > This patch adds support for J721e HS SR1.1 > HS SR1.1 requires updated sysfw binary. Both SR1.0 and SR1.1 sysfw > binary will be generated. sysfw.itb will point to SR1.1 > > This patch requires J7 SR

Re: [meta-ti] [dunfell/master PATCHv5] vxd-dec-fw: Add the recipe for vxd-dec-fw

2021-11-18 Thread Denys Dmytriyenko
On Thu, Nov 18, 2021 at 04:40:26PM -0600, prane...@ti.com wrote: > From: Praneeth Bajjuri > > Add the firmware packaging recipe for the video decoder > for j721e. > > Signed-off-by: Praneeth Bajjuri > Signed-off-by: Yogesh Siraswar Reviewed-by: Denys Dmytriyenko > --- > Changes in v5: Add

[meta-ti] [dunfell/master PATCHv5] vxd-dec-fw: Add the recipe for vxd-dec-fw

2021-11-18 Thread praneeth via lists.yoctoproject.org
From: Praneeth Bajjuri Add the firmware packaging recipe for the video decoder for j721e. Signed-off-by: Praneeth Bajjuri Signed-off-by: Yogesh Siraswar --- Changes in v5: Add TI-IMG license file licenses/TI-IMG | 63 +++

Re: [meta-ti][dunfell][PATCH v4] vxd-dec-fw: Add the recipe for vxd-dec-fw

2021-11-18 Thread praneeth via lists.yoctoproject.org
On 11/18/2021 2:05 PM, Denys Dmytriyenko wrote: On Thu, Nov 18, 2021 at 07:57:50PM +, Yogesh Siraswar via lists.yoctoproject.org wrote: From: Praneeth Bajjuri Add the firmware packaging recipe for the video decoder for j721e. Signed-off-by: Praneeth Bajjuri Signed-off-by: Yogesh

[meta-ti][dunfell][PATCH v2] j721e-sr1_1: Add j721e sr1.1 HS support

2021-11-18 Thread Yogesh Siraswar via lists.yoctoproject.org
This patch adds support for J721e HS SR1.1 HS SR1.1 requires updated sysfw binary. Both SR1.0 and SR1.1 sysfw binary will be generated. sysfw.itb will point to SR1.1 This patch requires J7 SR 1.1 support in K3 Image gen. Signed-off-by: Yogesh Siraswar --- Changes from v1: 1) Fixed the typo

Re: [meta-ti][dunfell][PATCH] j721e-sr1_1: Add j721e sr1.1 HS support

2021-11-18 Thread Yogesh Siraswar via lists.yoctoproject.org
On 11/18/2021 10:38 AM, Denys Dmytriyenko wrote: On Wed, Nov 17, 2021 at 11:46:11AM +, Yogesh Siraswar via lists.yoctoproject.org wrote: This patch adds support for J721e HS SR1.1 HS SR1.1 requires updated sysfw binary. Both SR1.0 and SR1.1 sysfw binary will be generated. sysfw.itb will

[meta-ti][dunfell][PATCH v4] vxd-dec-fw: Add the recipe for vxd-dec-fw

2021-11-18 Thread Yogesh Siraswar via lists.yoctoproject.org
From: Praneeth Bajjuri Add the firmware packaging recipe for the video decoder for j721e. Signed-off-by: Praneeth Bajjuri Signed-off-by: Yogesh Siraswar --- resend v3 as v4 Changes from v2: 1) Fixed the summary 2) Bumped the ti-linux-fw to pick the video decoder binary 3) Added the kernel

Re: [meta-ti] [dunfell/master PATCHv2] vxd-dec-fw: Add the recipe for vxd-dec-fw

2021-11-18 Thread Yogesh Siraswar via lists.yoctoproject.org
I have tried to address your comment in v3. On 11/17/2021 8:56 PM, Denys Dmytriyenko wrote: On Wed, Nov 17, 2021 at 06:30:05PM -0600, prane...@ti.com wrote: From: Praneeth Bajjuri Add the firmware packaging recipe for the video decoder for j721e. Signed-off-by: Praneeth Bajjuri --- Changes

[meta-ti][dunfell][PATCH v3] vxd-dec-fw: Add the recipe for vxd-dec-fw

2021-11-18 Thread Yogesh Siraswar via lists.yoctoproject.org
From: Praneeth Bajjuri Add the firmware packaging recipe for the video decoder for j721e. Signed-off-by: Praneeth Bajjuri Signed-off-by: Yogesh Siraswar --- Changes from v2: 1) Fixed the summary 2) Bumped the ti-linux-fw to pick the video decoder binary 3) Added the kernel dependency to

Re: [meta-ti][dunfell][PATCH] j721e-sr1_1: Add j721e sr1.1 HS support

2021-11-18 Thread Denys Dmytriyenko
On Wed, Nov 17, 2021 at 11:46:11AM +, Yogesh Siraswar via lists.yoctoproject.org wrote: > This patch adds support for J721e HS SR1.1 > HS SR1.1 requires updated sysfw binary. Both SR1.0 and SR1.1 sysfw > binary will be generated. sysfw.itb will point to SR1.1 > > This patch requires J7 SR