Re: [meta-ti][dunfell][PATCH 1/3] conf: machine: add new am64x hs platform

2021-11-12 Thread Denys Dmytriyenko
On Fri, Nov 12, 2021 at 11:17:58PM +, Yogesh Siraswar via lists.yoctoproject.org wrote: > 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 > --- > conf/machine/am64xx-hs-evm-k3r5.conf | 14

[meta-ti][dunfell][PATCH 1/3] conf: machine: add new am64x hs platform

2021-11-12 Thread Yogesh Siraswar via lists.yoctoproject.org
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 --- conf/machine/am64xx-hs-evm-k3r5.conf | 14 ++ conf/machine/am64xx-hs-evm.conf | 22 ++ 2 files changed, 36

[meta-ti][dunfell][PATCH 3/3] am64xx-hs: changes to support new hs platform

2021-11-12 Thread Yogesh Siraswar via lists.yoctoproject.org
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 --- .../trusted-firmware-a/trusted-firmware-a_%.bbappend | 8 recipes-bsp/u-boot/u-boot-ti.inc

[meta-ti][dunfell][PATCH 2/3] ti-sci-fw: changes to build combined boot image for hs build

2021-11-12 Thread Yogesh Siraswar via lists.yoctoproject.org
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 --- recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb | 20 ++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git

[meta-ti][dunfell][PATCH 0/3] Add AM64x HS platform support

2021-11-12 Thread Yogesh Siraswar via lists.yoctoproject.org
This series adds AM64x HS support for HS-SE devices Yogesh Siraswar (3): conf: machine: add new am64x hs platform ti-sci-fw: changes to build combined boot image for hs build am64xx-hs: changes to support new hs platform conf/machine/am64xx-hs-evm-k3r5.conf | 14

[meta-ti][dunfell][PATCH] conf: am57xx-evm: Add missing *.dtb and *.dtbo

2021-11-12 Thread Yogesh Siraswar via lists.yoctoproject.org
Add missing dtb and dtbo to deploy folder Signed-off-by: Yogesh Siraswar --- 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 7441e80e..f977c5c6 100644 --- a/conf/machine/am57xx-evm.conf +++

[meta-ti][dunfell][PATCH] ti-linux-fw: Add AUTOREV support for K3 Image Gen

2021-11-12 Thread Yogesh Siraswar via lists.yoctoproject.org
This patch brings k3 image gen under bleeding for nightly builds Signed-off-by: Yogesh Siraswar --- recipes-bsp/ti-linux-fw/ti-linux-fw.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes-bsp/ti-linux-fw/ti-linux-fw.inc b/recipes-bsp/ti-linux-fw/ti-linux-fw.inc