meta-ti.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
* [master][PATCH 00/26] sync up with dunfell
@ 2022-05-02 14:50 Denys Dmytriyenko
  2022-05-02 14:50 ` [master][PATCH 01/26] conf: Enable bmap file for wic images on legacy platforms Denys Dmytriyenko
                   ` (26 more replies)
  0 siblings, 27 replies; 29+ messages in thread
From: Denys Dmytriyenko @ 2022-05-02 14:50 UTC (permalink / raw)
  To: meta-ti

From: Denys Dmytriyenko <denys@konsulko.com>

Port latest updates in Dunfell into master.

Denys Dmytriyenko (1):
  linux-ti-staging/mainline: depend on libmpc-native and gmp-native

Devarsh Thakkar (1):
  u-boot-ti: Use SRCREV to get short commit ID

Etheridge, Darren (1):
  ti-graphics: gpu enable and move all platforms to ddk 1.15

Jonathan Humphreys (1):
  conf: Enable bmap file for wic images on legacy platforms

Matthias Schiffer (1):
  ti-sgx-ddk-um: avoid unnecessary dependency on -dev package

Nick Saulnier (2):
  pru-icss_git.bb: update to PSSP v6.1.0
  pru-icss_git.bb: add AM62x

Nishanth Menon (1):
  machine: Add am62xx evm configuration

Praneeth Bajjuri (2):
  ipc: ti-rpmsg-char: Update library to 0.4.1
  k3conf: Update SRCREV to pick AM62x support

Ryan Eatmon (16):
  linux-ti-staging: Bump to 08.02.00.004 release
  linux-ti-staging-rt: Bump to 08.02.00.004 release
  u-boot-ti-staging: Bump to 08.02.00.004 release
  linux-ti-staging: Bump to 08.02.00.005 release
  linux-ti-staging-rt: Bump to 08.02.00.005 release
  u-boot-ti-staging: Bump to 08.02.00.005 release
  ti-linux-fw: Bump to 08.02.00.005 release
  u-boot-ti-staging: Bump to 08.02.00.006 release
  u-boot-ti-staging: Bump to 08.03.00.001 release
  linux-ti-staging: Bump to 08.03.00.001 release
  linux-ti-staging-rt: Bump to 08.03.00.001 release
  conf: machine: am62xx Add missing dtbo file
  u-boot-ti-staging: Bump to 08.03.00.002 release
  linux-ti-staging: Bump to 08.03.00.002 release
  linux-ti-staging-rt: Bump to 08.03.00.002 release
  ti-linux-fw: Bump to 08.03.00.002 release

 meta-ti-bsp/conf/machine/am62xx-evm-k3r5.conf | 11 +++++
 meta-ti-bsp/conf/machine/am62xx-evm.conf      | 14 ++++++
 meta-ti-bsp/conf/machine/include/am62xx.inc   | 17 +++++++
 meta-ti-bsp/conf/machine/include/omap-a15.inc |  2 +-
 meta-ti-bsp/conf/machine/include/ti33x.inc    |  2 +-
 meta-ti-bsp/conf/machine/include/ti43x.inc    |  2 +-
 meta-ti-bsp/conf/machine/j721s2-evm.conf      |  2 +
 .../ti-img-rogue-driver_1.13.5776728.bb       | 40 -----------------
 .../ti-img-rogue-driver_1.15.6133109.bb       | 44 +++++++++++++++++++
 .../recipes-bsp/ti-linux-fw/ti-linux-fw.inc   |  4 +-
 .../recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb    | 18 ++++++++
 .../u-boot/u-boot-ti-staging_2021.01.bb       |  4 +-
 meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc  | 17 ++++---
 .../recipes-devtools/k3conf/k3conf_git.bb     |  2 +-
 ...bb => ti-img-rogue-umlibs_1.15.6133109.bb} | 13 +++---
 .../libgles/ti-sgx-ddk-um_1.17.4948957.bb     |  2 +-
 .../linux/linux-ti-mainline_git.bb            |  2 +-
 .../linux/linux-ti-staging-rt_5.10.bb         |  4 +-
 .../linux/linux-ti-staging_5.10.bb            |  6 ++-
 meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char.inc  |  6 +--
 .../ti-rtos-bin/ti-rtos-firmware.bb           | 38 +++++++++++++---
 .../recipes-bsp/pru/pru-icss_git.bb           | 25 ++++++++++-
 22 files changed, 196 insertions(+), 79 deletions(-)
 create mode 100644 meta-ti-bsp/conf/machine/am62xx-evm-k3r5.conf
 create mode 100644 meta-ti-bsp/conf/machine/am62xx-evm.conf
 create mode 100644 meta-ti-bsp/conf/machine/include/am62xx.inc
 delete mode 100644 meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.13.5776728.bb
 create mode 100644 meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.15.6133109.bb
 rename meta-ti-bsp/recipes-graphics/libgles/{ti-img-rogue-umlibs_1.13.5776728.bb => ti-img-rogue-umlibs_1.15.6133109.bb} (84%)

-- 
2.25.1



^ permalink raw reply	[flat|nested] 29+ messages in thread

* [master][PATCH 01/26] conf: Enable bmap file for wic images on legacy platforms
  2022-05-02 14:50 [master][PATCH 00/26] sync up with dunfell Denys Dmytriyenko
@ 2022-05-02 14:50 ` Denys Dmytriyenko
  2022-05-02 14:50 ` [master][PATCH 02/26] ti-sgx-ddk-um: avoid unnecessary dependency on -dev package Denys Dmytriyenko
                   ` (25 subsequent siblings)
  26 siblings, 0 replies; 29+ messages in thread
From: Denys Dmytriyenko @ 2022-05-02 14:50 UTC (permalink / raw)
  To: meta-ti

From: Jonathan Humphreys <j-humphreys@ti.com>

To allow a consistent experience across current devices, enable wic.bmap file
generation for AM3/4/5 images.

Signed-off-by: Jonathan Humphreys <j-humphreys@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
---
 meta-ti-bsp/conf/machine/include/omap-a15.inc | 2 +-
 meta-ti-bsp/conf/machine/include/ti33x.inc    | 2 +-
 meta-ti-bsp/conf/machine/include/ti43x.inc    | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-ti-bsp/conf/machine/include/omap-a15.inc b/meta-ti-bsp/conf/machine/include/omap-a15.inc
index 9a2e0044..94ecab34 100644
--- a/meta-ti-bsp/conf/machine/include/omap-a15.inc
+++ b/meta-ti-bsp/conf/machine/include/omap-a15.inc
@@ -49,7 +49,7 @@ UBI_VOLNAME = "rootfs"
 # List common SoC features, may need to add touchscreen for specific machines
 MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen alsa ethernet gpu mmip dsp gc320"
 
-IMAGE_FSTYPES += "tar.xz wic.xz"
+IMAGE_FSTYPES += "tar.xz wic.xz wic.bmap"
 WKS_FILE ?= "sdimage-2part.wks"
 IMAGE_BOOT_FILES ?= "${SPL_BINARY} u-boot.${UBOOT_SUFFIX} ${UBOOT_EXTLINUX_BOOT_FILES}"
 do_image_wic[depends] += "u-boot:do_deploy"
diff --git a/meta-ti-bsp/conf/machine/include/ti33x.inc b/meta-ti-bsp/conf/machine/include/ti33x.inc
index 38b0b66e..083a24b6 100644
--- a/meta-ti-bsp/conf/machine/include/ti33x.inc
+++ b/meta-ti-bsp/conf/machine/include/ti33x.inc
@@ -61,7 +61,7 @@ EXTRA_IMAGEDEPENDS += "virtual/bootloader"
 # List common SoC features, may need to add touchscreen for specific machines
 MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 alsa ethernet gpu"
 
-IMAGE_FSTYPES += "tar.xz wic.xz"
+IMAGE_FSTYPES += "tar.xz wic.xz wic.bmap"
 WKS_FILE ?= "sdimage-2part.wks"
 IMAGE_BOOT_FILES ?= "${SPL_BINARY} u-boot.${UBOOT_SUFFIX} ${UBOOT_EXTLINUX_BOOT_FILES}"
 do_image_wic[depends] += "virtual/bootloader:do_deploy"
diff --git a/meta-ti-bsp/conf/machine/include/ti43x.inc b/meta-ti-bsp/conf/machine/include/ti43x.inc
index 2c3a3770..8757b545 100644
--- a/meta-ti-bsp/conf/machine/include/ti43x.inc
+++ b/meta-ti-bsp/conf/machine/include/ti43x.inc
@@ -61,7 +61,7 @@ EXTRA_IMAGEDEPENDS += "u-boot"
 # List common SoC features, may need to add touchscreen for specific machines
 MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen alsa ethernet gpu"
 
-IMAGE_FSTYPES += "tar.xz wic.xz"
+IMAGE_FSTYPES += "tar.xz wic.xz wic.bmap"
 WKS_FILE ?= "sdimage-2part.wks"
 IMAGE_BOOT_FILES ?= "${SPL_BINARY} u-boot.${UBOOT_SUFFIX} ${UBOOT_EXTLINUX_BOOT_FILES}"
 do_image_wic[depends] += "u-boot:do_deploy"
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [master][PATCH 02/26] ti-sgx-ddk-um: avoid unnecessary dependency on -dev package
  2022-05-02 14:50 [master][PATCH 00/26] sync up with dunfell Denys Dmytriyenko
  2022-05-02 14:50 ` [master][PATCH 01/26] conf: Enable bmap file for wic images on legacy platforms Denys Dmytriyenko
@ 2022-05-02 14:50 ` Denys Dmytriyenko
  2022-05-02 14:50 ` [master][PATCH 03/26] linux-ti-staging: Bump to 08.02.00.004 release Denys Dmytriyenko
                   ` (24 subsequent siblings)
  26 siblings, 0 replies; 29+ messages in thread
From: Denys Dmytriyenko @ 2022-05-02 14:50 UTC (permalink / raw)
  To: meta-ti

From: Matthias Schiffer <matthias.schiffer@ew.tq-group.com>

ti-sgx-ddk-um's do_install creates a symlink libGLESv2.so.1 to
libGLESv2.so. As this symlink will be installed to ti-sgx-ddk-um, but
its target libGLESv2.so is in ti-sgx-ddk-um-dev, the automated
dependency analysis will add ti-sgx-ddk-um-dev to ti-sgx-ddk-um's
RDEPENDS. This will pull in a large number of other -dev packages
through RDEPENDS and RRECOMMENDS in turn.

Avoid this by having libGLESv2.so.1 point to libGLESv2.so.2 instead of
libGLESv2.so, so the symlink's target is in ti-sgx-ddk-um as well.

Signed-off-by: Matthias Schiffer <matthias.schiffer@ew.tq-group.com>
Reviewed-by: Denys Dmytriyenko <denys@konsulko.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
---
 .../recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-ti-bsp/recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb b/meta-ti-bsp/recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb
index f4c71d25..d0edf1fe 100644
--- a/meta-ti-bsp/recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb
+++ b/meta-ti-bsp/recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb
@@ -54,7 +54,7 @@ S = "${WORKDIR}/git"
 
 do_install () {
     oe_runmake install DESTDIR=${D} TARGET_PRODUCT=${TARGET_PRODUCT}
-    ln -sf libGLESv2.so ${D}${libdir}/libGLESv2.so.1
+    ln -sf libGLESv2.so.2 ${D}${libdir}/libGLESv2.so.1
 
     chown -R root:root ${D}
 }
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [master][PATCH 03/26] linux-ti-staging: Bump to 08.02.00.004 release
  2022-05-02 14:50 [master][PATCH 00/26] sync up with dunfell Denys Dmytriyenko
  2022-05-02 14:50 ` [master][PATCH 01/26] conf: Enable bmap file for wic images on legacy platforms Denys Dmytriyenko
  2022-05-02 14:50 ` [master][PATCH 02/26] ti-sgx-ddk-um: avoid unnecessary dependency on -dev package Denys Dmytriyenko
@ 2022-05-02 14:50 ` Denys Dmytriyenko
  2022-05-02 14:50 ` [master][PATCH 04/26] linux-ti-staging-rt: " Denys Dmytriyenko
                   ` (23 subsequent siblings)
  26 siblings, 0 replies; 29+ messages in thread
From: Denys Dmytriyenko @ 2022-05-02 14:50 UTC (permalink / raw)
  To: meta-ti

From: Ryan Eatmon <reatmon@ti.com>

Updated the linux version for 08.02.00.004

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
---
 meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_5.10.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_5.10.bb b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_5.10.bb
index 6ca3db54..8f1c7090 100644
--- a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_5.10.bb
+++ b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_5.10.bb
@@ -23,7 +23,7 @@ S = "${WORKDIR}/git"
 
 BRANCH = "ti-linux-5.10.y"
 
-SRCREV = "4a12bec7d3f438ce9407e4ba9b2ec883729558a5"
+SRCREV = "5a43918e31d3b89955ce1f8e2cf155a6deb7432e"
 PV = "5.10.100+git${SRCPV}"
 
 # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [master][PATCH 04/26] linux-ti-staging-rt: Bump to 08.02.00.004 release
  2022-05-02 14:50 [master][PATCH 00/26] sync up with dunfell Denys Dmytriyenko
                   ` (2 preceding siblings ...)
  2022-05-02 14:50 ` [master][PATCH 03/26] linux-ti-staging: Bump to 08.02.00.004 release Denys Dmytriyenko
@ 2022-05-02 14:50 ` Denys Dmytriyenko
  2022-05-02 14:50 ` [master][PATCH 05/26] u-boot-ti-staging: " Denys Dmytriyenko
                   ` (22 subsequent siblings)
  26 siblings, 0 replies; 29+ messages in thread
From: Denys Dmytriyenko @ 2022-05-02 14:50 UTC (permalink / raw)
  To: meta-ti

From: Ryan Eatmon <reatmon@ti.com>

Updated the linux rt version for 08.02.00.004

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
---
 meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb
index 5de1c918..f47b1bc3 100644
--- a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb
+++ b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb
@@ -6,5 +6,5 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}-5.10:"
 
 BRANCH = "ti-rt-linux-5.10.y"
 
-SRCREV = "b975aee14750c395bf5251ba4042cb0be1afa206"
+SRCREV = "8844ac0db67cf31b83b1b1b125baf1e637ef38d0"
 PV = "5.10.100+git${SRCPV}"
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [master][PATCH 05/26] u-boot-ti-staging: Bump to 08.02.00.004 release
  2022-05-02 14:50 [master][PATCH 00/26] sync up with dunfell Denys Dmytriyenko
                   ` (3 preceding siblings ...)
  2022-05-02 14:50 ` [master][PATCH 04/26] linux-ti-staging-rt: " Denys Dmytriyenko
@ 2022-05-02 14:50 ` Denys Dmytriyenko
  2022-05-02 14:51 ` [master][PATCH 06/26] linux-ti-staging: Bump to 08.02.00.005 release Denys Dmytriyenko
                   ` (21 subsequent siblings)
  26 siblings, 0 replies; 29+ messages in thread
From: Denys Dmytriyenko @ 2022-05-02 14:50 UTC (permalink / raw)
  To: meta-ti

From: Ryan Eatmon <reatmon@ti.com>

Updated the u-boot version for 08.02.00.004

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
---
 meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb
index 701b802a..3cc3bc0c 100644
--- a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb
+++ b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb
@@ -2,8 +2,8 @@ require u-boot-ti.inc
 
 LIC_FILES_CHKSUM = "file://Licenses/README;md5=5a7450c57ffe5ae63fd732446b988025"
 
-PR = "r19"
+PR = "r20"
 
 BRANCH = "ti-u-boot-2021.01"
 
-SRCREV = "bd58b61277a189ee49e0d6e9fd03d52996685d98"
+SRCREV = "0fc56d453ecf89632cfc89eec0a979f557b7d58a"
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [master][PATCH 06/26] linux-ti-staging: Bump to 08.02.00.005 release
  2022-05-02 14:50 [master][PATCH 00/26] sync up with dunfell Denys Dmytriyenko
                   ` (4 preceding siblings ...)
  2022-05-02 14:50 ` [master][PATCH 05/26] u-boot-ti-staging: " Denys Dmytriyenko
@ 2022-05-02 14:51 ` Denys Dmytriyenko
  2022-05-02 14:51 ` [master][PATCH 07/26] linux-ti-staging-rt: " Denys Dmytriyenko
                   ` (20 subsequent siblings)
  26 siblings, 0 replies; 29+ messages in thread
From: Denys Dmytriyenko @ 2022-05-02 14:51 UTC (permalink / raw)
  To: meta-ti

From: Ryan Eatmon <reatmon@ti.com>

Updated the linux version for 08.02.00.005

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
---
 meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_5.10.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_5.10.bb b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_5.10.bb
index 8f1c7090..cf70ac31 100644
--- a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_5.10.bb
+++ b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_5.10.bb
@@ -23,7 +23,7 @@ S = "${WORKDIR}/git"
 
 BRANCH = "ti-linux-5.10.y"
 
-SRCREV = "5a43918e31d3b89955ce1f8e2cf155a6deb7432e"
+SRCREV = "7a7a3af903da2b2d551d058f8262a66e6b42b6b1"
 PV = "5.10.100+git${SRCPV}"
 
 # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [master][PATCH 07/26] linux-ti-staging-rt: Bump to 08.02.00.005 release
  2022-05-02 14:50 [master][PATCH 00/26] sync up with dunfell Denys Dmytriyenko
                   ` (5 preceding siblings ...)
  2022-05-02 14:51 ` [master][PATCH 06/26] linux-ti-staging: Bump to 08.02.00.005 release Denys Dmytriyenko
@ 2022-05-02 14:51 ` Denys Dmytriyenko
  2022-05-02 14:51 ` [master][PATCH 08/26] u-boot-ti-staging: " Denys Dmytriyenko
                   ` (19 subsequent siblings)
  26 siblings, 0 replies; 29+ messages in thread
From: Denys Dmytriyenko @ 2022-05-02 14:51 UTC (permalink / raw)
  To: meta-ti

From: Ryan Eatmon <reatmon@ti.com>

Updated the linux rt version for 08.02.00.005

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
---
 meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb
index f47b1bc3..b11b8fd6 100644
--- a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb
+++ b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb
@@ -6,5 +6,5 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}-5.10:"
 
 BRANCH = "ti-rt-linux-5.10.y"
 
-SRCREV = "8844ac0db67cf31b83b1b1b125baf1e637ef38d0"
+SRCREV = "204ec708dc86f4334f585f04835527570be1c4eb"
 PV = "5.10.100+git${SRCPV}"
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [master][PATCH 08/26] u-boot-ti-staging: Bump to 08.02.00.005 release
  2022-05-02 14:50 [master][PATCH 00/26] sync up with dunfell Denys Dmytriyenko
                   ` (6 preceding siblings ...)
  2022-05-02 14:51 ` [master][PATCH 07/26] linux-ti-staging-rt: " Denys Dmytriyenko
@ 2022-05-02 14:51 ` Denys Dmytriyenko
  2022-05-02 14:51 ` [master][PATCH 09/26] ti-linux-fw: " Denys Dmytriyenko
                   ` (18 subsequent siblings)
  26 siblings, 0 replies; 29+ messages in thread
From: Denys Dmytriyenko @ 2022-05-02 14:51 UTC (permalink / raw)
  To: meta-ti

From: Ryan Eatmon <reatmon@ti.com>

Updated the u-boot version for 08.02.00.005

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
---
 meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb
index 3cc3bc0c..2c8fa2bc 100644
--- a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb
+++ b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb
@@ -2,8 +2,8 @@ require u-boot-ti.inc
 
 LIC_FILES_CHKSUM = "file://Licenses/README;md5=5a7450c57ffe5ae63fd732446b988025"
 
-PR = "r20"
+PR = "r21"
 
 BRANCH = "ti-u-boot-2021.01"
 
-SRCREV = "0fc56d453ecf89632cfc89eec0a979f557b7d58a"
+SRCREV = "993a48448c6458b2a5a6f612ba9a383a05183a4f"
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [master][PATCH 09/26] ti-linux-fw: Bump to 08.02.00.005 release
  2022-05-02 14:50 [master][PATCH 00/26] sync up with dunfell Denys Dmytriyenko
                   ` (7 preceding siblings ...)
  2022-05-02 14:51 ` [master][PATCH 08/26] u-boot-ti-staging: " Denys Dmytriyenko
@ 2022-05-02 14:51 ` Denys Dmytriyenko
  2022-05-02 14:51 ` [master][PATCH 10/26] u-boot-ti-staging: Bump to 08.02.00.006 release Denys Dmytriyenko
                   ` (17 subsequent siblings)
  26 siblings, 0 replies; 29+ messages in thread
From: Denys Dmytriyenko @ 2022-05-02 14:51 UTC (permalink / raw)
  To: meta-ti

From: Ryan Eatmon <reatmon@ti.com>

Updated the ti-linux-fw version for 08.02.00.005

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
---
 meta-ti-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-ti-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc b/meta-ti-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc
index fced78fd..faf998dd 100644
--- a/meta-ti-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc
+++ b/meta-ti-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc
@@ -19,7 +19,7 @@ CADENCE_MHDP_FW_VERSION = "1.2.17"
 IMG_DEC_FW_VERSION = "1.0"
 CNM_WAVE521_FW_VERSION = "1.0.00"
 
-TI_LINUX_FW_SRCREV ?= "8810faf0c51a80554150e185122e43bee1553c37"
+TI_LINUX_FW_SRCREV ?= "0f4905088d24e474063f33777559149e11538be5"
 SRCREV = "${TI_LINUX_FW_SRCREV}"
 
 BRANCH ?= "ti-linux-firmware"
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [master][PATCH 10/26] u-boot-ti-staging: Bump to 08.02.00.006 release
  2022-05-02 14:50 [master][PATCH 00/26] sync up with dunfell Denys Dmytriyenko
                   ` (8 preceding siblings ...)
  2022-05-02 14:51 ` [master][PATCH 09/26] ti-linux-fw: " Denys Dmytriyenko
@ 2022-05-02 14:51 ` Denys Dmytriyenko
  2022-05-02 14:51 ` [master][PATCH 11/26] machine: Add am62xx evm configuration Denys Dmytriyenko
                   ` (16 subsequent siblings)
  26 siblings, 0 replies; 29+ messages in thread
From: Denys Dmytriyenko @ 2022-05-02 14:51 UTC (permalink / raw)
  To: meta-ti

From: Ryan Eatmon <reatmon@ti.com>

Updated the u-boot version for 08.02.00.006

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
---
 meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb
index 2c8fa2bc..5b13329f 100644
--- a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb
+++ b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb
@@ -2,8 +2,8 @@ require u-boot-ti.inc
 
 LIC_FILES_CHKSUM = "file://Licenses/README;md5=5a7450c57ffe5ae63fd732446b988025"
 
-PR = "r21"
+PR = "r22"
 
 BRANCH = "ti-u-boot-2021.01"
 
-SRCREV = "993a48448c6458b2a5a6f612ba9a383a05183a4f"
+SRCREV = "44a87e3ab85c6d64044f0b5ad677008316baad70"
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [master][PATCH 11/26] machine: Add am62xx evm configuration
  2022-05-02 14:50 [master][PATCH 00/26] sync up with dunfell Denys Dmytriyenko
                   ` (9 preceding siblings ...)
  2022-05-02 14:51 ` [master][PATCH 10/26] u-boot-ti-staging: Bump to 08.02.00.006 release Denys Dmytriyenko
@ 2022-05-02 14:51 ` Denys Dmytriyenko
  2022-05-02 14:51 ` [master][PATCH 12/26] ti-graphics: gpu enable and move all platforms to ddk 1.15 Denys Dmytriyenko
                   ` (15 subsequent siblings)
  26 siblings, 0 replies; 29+ messages in thread
From: Denys Dmytriyenko @ 2022-05-02 14:51 UTC (permalink / raw)
  To: meta-ti

From: Nishanth Menon <nm@ti.com>

Lets add the basic AM62xx-evm configuration.
- Add configurations.
- Add firmware overrides.
- Add u-boot overrides.
- Update TI_LINUX_FW_SRCREV and K3_IMAGE_GEN_SRCREV to appropriate SHAs.

Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Hari Nagalla <hnagalla@ti.com>
Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
---
 meta-ti-bsp/conf/machine/am62xx-evm-k3r5.conf | 11 ++++++
 meta-ti-bsp/conf/machine/am62xx-evm.conf      | 11 ++++++
 meta-ti-bsp/conf/machine/include/am62xx.inc   | 17 +++++++++
 .../recipes-bsp/ti-linux-fw/ti-linux-fw.inc   |  4 +-
 .../recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb    | 18 +++++++++
 meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc  |  7 ++++
 .../ti-rtos-bin/ti-rtos-firmware.bb           | 38 ++++++++++++++++---
 7 files changed, 99 insertions(+), 7 deletions(-)
 create mode 100644 meta-ti-bsp/conf/machine/am62xx-evm-k3r5.conf
 create mode 100644 meta-ti-bsp/conf/machine/am62xx-evm.conf
 create mode 100644 meta-ti-bsp/conf/machine/include/am62xx.inc

diff --git a/meta-ti-bsp/conf/machine/am62xx-evm-k3r5.conf b/meta-ti-bsp/conf/machine/am62xx-evm-k3r5.conf
new file mode 100644
index 00000000..724a8d4a
--- /dev/null
+++ b/meta-ti-bsp/conf/machine/am62xx-evm-k3r5.conf
@@ -0,0 +1,11 @@
+#@TYPE: Machine
+#@NAME: AM62XX EVM (R5F)
+#@DESCRIPTION: Machine configuration for the TI AM62xx EVM (R5F core)
+
+require conf/machine/include/k3r5.inc
+
+SYSFW_SOC = "am62x"
+SYSFW_CONFIG = "evm"
+SYSFW_SUFFIX = "gp"
+
+UBOOT_MACHINE = "am62x_evm_r5_defconfig"
diff --git a/meta-ti-bsp/conf/machine/am62xx-evm.conf b/meta-ti-bsp/conf/machine/am62xx-evm.conf
new file mode 100644
index 00000000..0588d34c
--- /dev/null
+++ b/meta-ti-bsp/conf/machine/am62xx-evm.conf
@@ -0,0 +1,11 @@
+#@TYPE: Machine
+#@NAME: AM62XX EVM
+#@DESCRIPTION: Machine configuration for the TI AM62XX EVM
+
+require conf/machine/include/am62xx.inc
+
+KERNEL_DEVICETREE = " \
+    ti/k3-am625-sk.dtb \
+"
+
+UBOOT_MACHINE = "am62x_evm_a53_defconfig"
diff --git a/meta-ti-bsp/conf/machine/include/am62xx.inc b/meta-ti-bsp/conf/machine/include/am62xx.inc
new file mode 100644
index 00000000..f3bde639
--- /dev/null
+++ b/meta-ti-bsp/conf/machine/include/am62xx.inc
@@ -0,0 +1,17 @@
+require conf/machine/include/k3.inc
+SOC_FAMILY:append = ":am62xx"
+
+MACHINE_FEATURES += "screen touchscreen"
+
+SERIAL_CONSOLES = "115200;ttyS2"
+SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
+
+# AM62 supports multi-certificate images, use the same
+IMAGE_BOOT_FILES = "${IMAGE_BOOT_FILES_MULTI_CERT}"
+
+do_image_wic[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy"
+do_image_tar[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy"
+
+TFA_BOARD = "lite"
+OPTEEMACHINE = "k3-am65x"
+OPTEEOUTPUTMACHINE = "k3"
diff --git a/meta-ti-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc b/meta-ti-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc
index faf998dd..a00df108 100644
--- a/meta-ti-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc
+++ b/meta-ti-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc
@@ -19,12 +19,12 @@ CADENCE_MHDP_FW_VERSION = "1.2.17"
 IMG_DEC_FW_VERSION = "1.0"
 CNM_WAVE521_FW_VERSION = "1.0.00"
 
-TI_LINUX_FW_SRCREV ?= "0f4905088d24e474063f33777559149e11538be5"
+TI_LINUX_FW_SRCREV ?= "e13611ff1da6448d80279cc8c43b81cb2275cb0d"
 SRCREV = "${TI_LINUX_FW_SRCREV}"
 
 BRANCH ?= "ti-linux-firmware"
 
-K3_IMAGE_GEN_SRCREV ?= "f1db75bdc506287a9d04b0afbbb3d853a0948179"
+K3_IMAGE_GEN_SRCREV ?= "b0386fe221fc9124fda0cd2efb03d62710b1d90f"
 SRCREV_imggen = "${K3_IMAGE_GEN_SRCREV}"
 SRCREV_FORMAT = "imggen"
 
diff --git a/meta-ti-bsp/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb b/meta-ti-bsp/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb
index 33333e3c..530b25b8 100644
--- a/meta-ti-bsp/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb
+++ b/meta-ti-bsp/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb
@@ -6,6 +6,7 @@ DEPENDS:append:j7200-hs-evm-k3r5 = " virtual/bootloader"
 DEPENDS:append:j721s2-evm-k3r5 = " virtual/bootloader"
 DEPENDS:append:am64xx-evm-k3r5 = " virtual/bootloader"
 DEPENDS:append:am64xx-hs-evm-k3r5 = " virtual/bootloader"
+DEPENDS:append:am62xx-evm-k3r5 = " virtual/bootloader"
 
 CLEANBROKEN = "1"
 PR = "${INC_PR}.2"
@@ -29,6 +30,7 @@ SYSFW_PREFIX:j721e-hs-evm-k3r5-sr1-1 = "ti-fs-firmware"
 SYSFW_PREFIX:j7200-evm-k3r5 = "ti-fs-firmware"
 SYSFW_PREFIX:j7200-hs-evm-k3r5 = "ti-fs-firmware"
 SYSFW_PREFIX:j721s2-evm-k3r5 = "ti-fs-firmware"
+SYSFW_PREFIX:am62xx-evm-k3r5 = "ti-fs-firmware"
 
 SYSFW_SUFFIX ?= "unknown"
 
@@ -63,6 +65,7 @@ EXTRA_OEMAKE:append:j7200-hs-evm-k3r5 = " SBL="${STAGING_DIR_HOST}/boot/u-boot-s
 EXTRA_OEMAKE:append:j721s2-evm-k3r5 = " SBL="${STAGING_DIR_HOST}/boot/u-boot-spl.bin""
 EXTRA_OEMAKE:append:am64xx-evm-k3r5 = " SBL="${STAGING_DIR_HOST}/boot/u-boot-spl.bin""
 EXTRA_OEMAKE:append:am64xx-hs-evm-k3r5 = " SBL="${STAGING_DIR_HOST}/boot/u-boot-spl.bin""
+EXTRA_OEMAKE:append:am62xx-evm-k3r5 = " SBL="${STAGING_DIR_HOST}/boot/u-boot-spl.bin""
 
 do_compile() {
 	cd ${WORKDIR}/imggen/
@@ -170,4 +173,19 @@ do_deploy:am64xx-hs-evm-k3r5() {
 	install -m 644 ${SYSFW_TISCI} ${DEPLOYDIR}/
 }
 
+do_install:am62xx-evm-k3r5() {
+	install -d ${D}/boot
+	install -m 644 ${WORKDIR}/imggen/${UBOOT_BINARY} ${D}/boot/${UBOOT_IMAGE}
+	ln -sf ${UBOOT_IMAGE} ${D}/boot/${UBOOT_SYMLINK}
+	ln -sf ${UBOOT_IMAGE} ${D}/boot/${UBOOT_BINARY}
+}
+
+do_deploy:am62xx-evm-k3r5() {
+	install -d ${DEPLOYDIR}
+	install -m 644 ${WORKDIR}/imggen/${UBOOT_BINARY} ${DEPLOYDIR}/${UBOOT_IMAGE}
+	ln -sf ${UBOOT_IMAGE} ${DEPLOYDIR}/${UBOOT_SYMLINK}
+	ln -sf ${UBOOT_IMAGE} ${DEPLOYDIR}/${UBOOT_BINARY}
+	install -m 644 ${SYSFW_TISCI} ${DEPLOYDIR}/
+}
+
 addtask deploy before do_build after do_compile
diff --git a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc
index a5b24f49..c3c32f9c 100644
--- a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc
+++ b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc
@@ -41,6 +41,7 @@ PACKAGECONFIG[dm] = "DM=${STAGING_DIR_HOST}${nonarch_base_libdir}/firmware/pdk-i
 
 PACKAGECONFIG:append:aarch64 = " atf optee"
 PACKAGECONFIG:append:j7 = " dm"
+PACKAGECONFIG:append:am62xx = " dm"
 
 COMPATIBLE_MACHINE = "(ti-soc)"
 
@@ -68,6 +69,7 @@ SPL_UART_BINARY:j7200-hs-evm-k3r5 = "u-boot-spl.bin"
 SPL_UART_BINARY:j721s2-evm-k3r5 = "u-boot-spl.bin"
 SPL_UART_BINARY:am64xx-evm-k3r5 = "u-boot-spl.bin"
 SPL_UART_BINARY:am64xx-hs-evm-k3r5 = "u-boot-spl.bin"
+SPL_UART_BINARY:am62xx-evm-k3r5 = "u-boot-spl.bin"
 
 SPL_UART_IMAGE ?= "${SPL_UART_BINARY}-${MACHINE}-${PV}-${PR}"
 SPL_UART_SYMLINK ?= "${SPL_UART_BINARY}-${MACHINE}"
@@ -293,4 +295,9 @@ do_deploy:append:am64xx-hs-evm-k3r5 () {
 	mv ${DEPLOYDIR}/u-boot-spl.bin ${DEPLOYDIR}/u-boot-spl-r5spl.bin || true
 }
 
+do_deploy:append:am62xx-evm-k3r5 () {
+	mv ${DEPLOYDIR}/tiboot3.bin ${DEPLOYDIR}/tiboot3-r5spl.bin || true
+	mv ${DEPLOYDIR}/u-boot-spl.bin ${DEPLOYDIR}/u-boot-spl-r5spl.bin || true
+}
+
 TOOLCHAIN = "gcc"
diff --git a/meta-ti-bsp/recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb b/meta-ti-bsp/recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb
index 03408528..f3912784 100644
--- a/meta-ti-bsp/recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb
+++ b/meta-ti-bsp/recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb
@@ -19,6 +19,7 @@ PLAT_SFX:j7200-hs-evm = "j7200"
 PLAT_SFX:j721s2-evm = "j721s2"
 PLAT_SFX:am65xx = "am65xx"
 PLAT_SFX:am64xx = "am64xx"
+PLAT_SFX:am62xx = "am62xx"
 
 FILESEXTRAPATHS:prepend := "${METATIBASE}/recipes-bsp/ti-sci-fw/files/:"
 require recipes-bsp/ti-linux-fw/ti-linux-fw.inc
@@ -50,11 +51,11 @@ DM_FIRMWARE = "ipc_echo_testb_mcu1_0_release_strip.xer5f"
 
 # J7 HS support
 do_install:prepend:j721e-hs-evm() {
-	export TI_SECURE_DEV_PKG=${TI_SECURE_DEV_PKG}
-	( cd ${RTOS_DM_FW_DIR}; \
-		mv ${DM_FIRMWARE} ${DM_FIRMWARE}.unsigned; \
-		${TI_SECURE_DEV_PKG}/scripts/secure-binary-image.sh ${DM_FIRMWARE}.unsigned ${DM_FIRMWARE}; \
-	)
+        export TI_SECURE_DEV_PKG=${TI_SECURE_DEV_PKG}
+        ( cd ${RTOS_DM_FW_DIR}; \
+                mv ${DM_FIRMWARE} ${DM_FIRMWARE}.unsigned; \
+                ${TI_SECURE_DEV_PKG}/scripts/secure-binary-image.sh ${DM_FIRMWARE}.unsigned ${DM_FIRMWARE}; \
+        )
 }
 
 # J7 HS support
@@ -77,6 +78,13 @@ do_install:prepend:am64xx() {
         )
 }
 
+# Update the am62xx ipc binaries to be consistent with other platforms
+do_install:prepend:am62xx() {
+        ( cd ${RTOS_IPC_FW_DIR}; \
+                mv am62-mcu-m4f0_0-fw ipc_echo_baremetal_test_mcu2_0_release_strip.xer5f; \
+        )
+}
+
 #Install all R5 & DSP ipc echo test binaries in lib/firmware/pdk-ipc, with softlinks up a level
 do_install() {
 	:
@@ -154,6 +162,13 @@ do_install:am64xx() {
     install -m 0644 ${RTOS_IPC_FW_DIR}/ipc_echo_baremetal_test_mcu3_0_release_strip.xer5f ${LEGACY_IPC_FW_DIR}
 }
 
+do_install:am62xx() {
+    install -d ${LEGACY_IPC_FW_DIR}
+    install -m 0644 ${RTOS_IPC_FW_DIR}/ipc_echo_baremetal_test_mcu2_0_release_strip.xer5f ${LEGACY_IPC_FW_DIR}
+    # DM Firmware
+    install -m 0644 ${RTOS_DM_FW_DIR}/ipc_echo_testb_mcu1_0_release_strip.xer5f ${LEGACY_DM_FW_DIR}
+}
+
 # Set up names for the firmwares
 ALTERNATIVE:${PN}:am65xx = "\
                     am65x-mcu-r5f0_0-fw \
@@ -167,6 +182,10 @@ ALTERNATIVE:${PN}:am64xx = "\
                     am64-main-r5f1_1-fw \
                     am64-mcu-m4f0_0-fw \
                     "
+ALTERNATIVE:${PN}:am62xx = "\
+                    am62-mcu-m4f0_0-fw \
+                    am62-main-r5f0_0-fw \
+                    "
 
 ALTERNATIVE:${PN}:j7 = "\
                     j7-mcu-r5f0_0-fw \
@@ -216,6 +235,9 @@ TARGET_MAIN_R5FSS1_0:am64xx = "am64-main-r5f1_0-fw"
 TARGET_MAIN_R5FSS1_1:am64xx = "am64-main-r5f1_1-fw"
 TARGET_MCU_M4FSS0_0:am64xx = "am64-mcu-m4f0_0-fw"
 
+TARGET_MAIN_R5FSS0_0:am62xx = "am62-main-r5f0_0-fw"
+TARGET_MCU_M4FSS0_0:am62xx = "am62-mcu-m4f0_0-fw"
+
 TARGET_MCU_R5FSS0_0:j7 = "j7-mcu-r5f0_0-fw"
 TARGET_MCU_R5FSS0_1:j7 = "j7-mcu-r5f0_1-fw"
 TARGET_MAIN_R5FSS0_0:j7 = "j7-main-r5f0_0-fw"
@@ -254,6 +276,9 @@ ALTERNATIVE_LINK_NAME[am64-main-r5f1_0-fw] = "${nonarch_base_libdir}/firmware/${
 ALTERNATIVE_LINK_NAME[am64-main-r5f1_1-fw] = "${nonarch_base_libdir}/firmware/${TARGET_MAIN_R5FSS1_1}"
 ALTERNATIVE_LINK_NAME[am64-mcu-m4f0_0-fw] = "${nonarch_base_libdir}/firmware/${TARGET_MCU_M4FSS0_0}"
 
+ALTERNATIVE_LINK_NAME[am62-main-r5f0_0-fw] = "${nonarch_base_libdir}/firmware/${TARGET_MAIN_R5FSS0_0}"
+ALTERNATIVE_LINK_NAME[am62-mcu-m4f0_0-fw] = "${nonarch_base_libdir}/firmware/${TARGET_MCU_M4FSS0_0}"
+
 ALTERNATIVE_LINK_NAME[j7-mcu-r5f0_0-fw] = "${nonarch_base_libdir}/firmware/${TARGET_MCU_R5FSS0_0}"
 ALTERNATIVE_LINK_NAME[j7-mcu-r5f0_1-fw] = "${nonarch_base_libdir}/firmware/${TARGET_MCU_R5FSS0_1}"
 ALTERNATIVE_LINK_NAME[j7-main-r5f0_0-fw] = "${nonarch_base_libdir}/firmware/${TARGET_MAIN_R5FSS0_0}"
@@ -289,6 +314,9 @@ ALTERNATIVE_TARGET[am64-main-r5f1_0-fw] = "${nonarch_base_libdir}/firmware/pdk-i
 ALTERNATIVE_TARGET[am64-main-r5f1_1-fw] = "${nonarch_base_libdir}/firmware/pdk-ipc/ipc_echo_baremetal_test_mcu2_1_release_strip.xer5f"
 ALTERNATIVE_TARGET[am64-mcu-m4f0_0-fw] = "${nonarch_base_libdir}/firmware/pdk-ipc/ipc_echo_baremetal_test_mcu3_0_release_strip.xer5f"
 
+ALTERNATIVE_TARGET[am62-main-r5f0_0-fw] = "${nonarch_base_libdir}/firmware/pdk-ipc/ipc_echo_testb_mcu1_0_release_strip.xer5f"
+ALTERNATIVE_TARGET[am62-mcu-m4f0_0-fw] = "${nonarch_base_libdir}/firmware/pdk-ipc/ipc_echo_baremetal_test_mcu2_0_release_strip.xer5f"
+
 ALTERNATIVE_TARGET[j7-mcu-r5f0_0-fw] = "${nonarch_base_libdir}/firmware/pdk-ipc/ipc_echo_testb_mcu1_0_release_strip.xer5f"
 ALTERNATIVE_TARGET[j7-mcu-r5f0_1-fw] = "${nonarch_base_libdir}/firmware/pdk-ipc/ipc_echo_test_mcu1_1_release_strip.xer5f"
 ALTERNATIVE_TARGET[j7-main-r5f0_0-fw] = "${nonarch_base_libdir}/firmware/ethfw/app_remoteswitchcfg_server_strip.xer5f"
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [master][PATCH 12/26] ti-graphics: gpu enable and move all platforms to ddk 1.15
  2022-05-02 14:50 [master][PATCH 00/26] sync up with dunfell Denys Dmytriyenko
                   ` (10 preceding siblings ...)
  2022-05-02 14:51 ` [master][PATCH 11/26] machine: Add am62xx evm configuration Denys Dmytriyenko
@ 2022-05-02 14:51 ` Denys Dmytriyenko
  2022-05-02 14:51 ` [master][PATCH 13/26] pru-icss_git.bb: update to PSSP v6.1.0 Denys Dmytriyenko
                   ` (14 subsequent siblings)
  26 siblings, 0 replies; 29+ messages in thread
From: Denys Dmytriyenko @ 2022-05-02 14:51 UTC (permalink / raw)
  To: meta-ti

From: "Etheridge, Darren" <detheridge@ti.com>

Enable the GPU for am62xx and j721s2 and use IMG DDK 1.15

Migrate Imagination DDK 1.13 to DDK 1.15 for J721e

Signed-off-by: Darren Etheridge <detheridge@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
---
 meta-ti-bsp/conf/machine/am62xx-evm.conf      |  2 ++
 meta-ti-bsp/conf/machine/j721s2-evm.conf      |  2 ++
 ...bb => ti-img-rogue-driver_1.15.6133109.bb} | 20 +++++++++++--------
 ...bb => ti-img-rogue-umlibs_1.15.6133109.bb} | 13 ++++++------
 4 files changed, 23 insertions(+), 14 deletions(-)
 rename meta-ti-bsp/recipes-bsp/powervr-drivers/{ti-img-rogue-driver_1.13.5776728.bb => ti-img-rogue-driver_1.15.6133109.bb} (49%)
 rename meta-ti-bsp/recipes-graphics/libgles/{ti-img-rogue-umlibs_1.13.5776728.bb => ti-img-rogue-umlibs_1.15.6133109.bb} (84%)

diff --git a/meta-ti-bsp/conf/machine/am62xx-evm.conf b/meta-ti-bsp/conf/machine/am62xx-evm.conf
index 0588d34c..eb1563f8 100644
--- a/meta-ti-bsp/conf/machine/am62xx-evm.conf
+++ b/meta-ti-bsp/conf/machine/am62xx-evm.conf
@@ -4,6 +4,8 @@
 
 require conf/machine/include/am62xx.inc
 
+MACHINE_FEATURES += "gpu"
+
 KERNEL_DEVICETREE = " \
     ti/k3-am625-sk.dtb \
 "
diff --git a/meta-ti-bsp/conf/machine/j721s2-evm.conf b/meta-ti-bsp/conf/machine/j721s2-evm.conf
index a2c15f74..5d977776 100644
--- a/meta-ti-bsp/conf/machine/j721s2-evm.conf
+++ b/meta-ti-bsp/conf/machine/j721s2-evm.conf
@@ -4,6 +4,8 @@
 
 require conf/machine/include/j721s2.inc
 
+MACHINE_FEATURES += "gpu"
+
 SERIAL_CONSOLES = "115200;ttyS10"
 SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
 TFA_K3_USART = "0x8"
diff --git a/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.13.5776728.bb b/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.15.6133109.bb
similarity index 49%
rename from meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.13.5776728.bb
rename to meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.15.6133109.bb
index 6ed3a40b..94b05436 100644
--- a/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.13.5776728.bb
+++ b/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.15.6133109.bb
@@ -7,17 +7,17 @@ inherit module features_check
 
 REQUIRED_MACHINE_FEATURES = "gpu"
 
-MACHINE_KERNEL_PR:append = "b"
+MACHINE_KERNEL_PR:append = "a"
 PR = "${MACHINE_KERNEL_PR}"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
-COMPATIBLE_MACHINE = "j7"
+COMPATIBLE_MACHINE = "j721e|j721s2|am62xx"
 
 DEPENDS = "virtual/kernel"
 
 PROVIDES = "virtual/gpudriver"
 
-BRANCH = "1.13-5776728/linux-k5.10"
+BRANCH = "linuxws/dunfell/k5.10/${PV}"
 
 SRC_URI = " \
     git://git.ti.com/graphics/ti-img-rogue-driver.git;branch=${BRANCH} \
@@ -26,15 +26,19 @@ SRC_URI = " \
 
 S = "${WORKDIR}/git"
 
-SRCREV = "35a25875ae8738f82c7cabc6b077ef992b0cca84"
+SRCREV = "ee0674adccac16f5b2f7cb8d5d05948706080cb5"
 
-PVR_SOC = "j721e_linux"
-PVR_BVNC = "22.104.208.318"
+TARGET_PRODUCT:j721e = "j721e_linux"
+TARGET_PRODUCT:j721s2 = "j721s2_linux"
+TARGET_PRODUCT:am62xx = "am62_linux"
+TARGET_BVNC:j721e = "22.104.208.318"
+TARGET_BVNC:j721s2 = "36.53.104.796"
+TARGET_BVNC:am62xx = "33.15.11.3"
 PVR_BUILD = "release"
 PVR_WS = "wayland"
 
-EXTRA_OEMAKE += 'KERNELDIR="${STAGING_KERNEL_DIR}" RGX_BVNC=${PVR_BVNC} BUILD=${PVR_BUILD} PVR_BUILD_DIR=${PVR_SOC} WINDOW_SYSTEM=${PVR_WS}'
+EXTRA_OEMAKE += 'KERNELDIR="${STAGING_KERNEL_DIR}" RGX_BVNC=${TARGET_BVNC} BUILD=${PVR_BUILD} PVR_BUILD_DIR=${TARGET_PRODUCT} WINDOW_SYSTEM=${PVR_WS}'
 
 do_install() {
-    make -C ${STAGING_KERNEL_DIR} M=${B}/binary_${PVR_SOC}_${PVR_WS}_${PVR_BUILD}/target_aarch64/kbuild INSTALL_MOD_PATH=${D}${root_prefix} PREFIX=${STAGING_DIR_HOST} modules_install
+    make -C ${STAGING_KERNEL_DIR} M=${B}/binary_${TARGET_PRODUCT}_${PVR_WS}_${PVR_BUILD}/target_aarch64/kbuild INSTALL_MOD_PATH=${D}${root_prefix} PREFIX=${STAGING_DIR_HOST} modules_install
 }
diff --git a/meta-ti-bsp/recipes-graphics/libgles/ti-img-rogue-umlibs_1.13.5776728.bb b/meta-ti-bsp/recipes-graphics/libgles/ti-img-rogue-umlibs_1.15.6133109.bb
similarity index 84%
rename from meta-ti-bsp/recipes-graphics/libgles/ti-img-rogue-umlibs_1.13.5776728.bb
rename to meta-ti-bsp/recipes-graphics/libgles/ti-img-rogue-umlibs_1.15.6133109.bb
index 18b36fbb..115344b1 100644
--- a/meta-ti-bsp/recipes-graphics/libgles/ti-img-rogue-umlibs_1.13.5776728.bb
+++ b/meta-ti-bsp/recipes-graphics/libgles/ti-img-rogue-umlibs_1.15.6133109.bb
@@ -8,17 +8,18 @@ inherit features_check
 REQUIRED_MACHINE_FEATURES = "gpu"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
-COMPATIBLE_MACHINE = "j721e"
+COMPATIBLE_MACHINE = "j721e|j721s2|am62xx"
 
-PR = "r3"
+PR = "r1"
 
 BRANCH = "linuxws/dunfell/k5.10/${PV}"
 
 SRC_URI = "git://git.ti.com/graphics/ti-img-rogue-umlibs.git;branch=${BRANCH}"
+SRCREV = "47c3ffc44f2881397d45c8a2b5dfa7d6c58b79fb"
 
-SRCREV = "5ef38353c38d921a65ea6df75c7b6ce710b66034"
-
-PVR_SOC ?= "j721e_linux"
+TARGET_PRODUCT:j721e = "j721e_linux"
+TARGET_PRODUCT:j721s2 = "j721s2_linux"
+TARGET_PRODUCT:am62xx = "am62_linux"
 PVR_BUILD ?= "release"
 PVR_WS = "wayland"
 
@@ -50,7 +51,7 @@ RRECOMMENDS:${PN} += "ti-img-rogue-driver"
 S = "${WORKDIR}/git"
 
 do_install () {
-    oe_runmake install DESTDIR=${D} TARGET_PRODUCT=${PVR_SOC} BUILD=${PVR_BUILD} WINDOW_SYSTEM=${PVR_WS}
+    oe_runmake install DESTDIR=${D} TARGET_PRODUCT=${TARGET_PRODUCT} BUILD=${PVR_BUILD} WINDOW_SYSTEM=${PVR_WS}
     chown -R root:root ${D}
 }
 
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [master][PATCH 13/26] pru-icss_git.bb: update to PSSP v6.1.0
  2022-05-02 14:50 [master][PATCH 00/26] sync up with dunfell Denys Dmytriyenko
                   ` (11 preceding siblings ...)
  2022-05-02 14:51 ` [master][PATCH 12/26] ti-graphics: gpu enable and move all platforms to ddk 1.15 Denys Dmytriyenko
@ 2022-05-02 14:51 ` Denys Dmytriyenko
  2022-05-02 14:51 ` [master][PATCH 14/26] pru-icss_git.bb: add AM62x Denys Dmytriyenko
                   ` (13 subsequent siblings)
  26 siblings, 0 replies; 29+ messages in thread
From: Denys Dmytriyenko @ 2022-05-02 14:51 UTC (permalink / raw)
  To: meta-ti

From: Nick Saulnier <nsaulnier@ti.com>

Update the SDK folder example-applications/pru-icss-x.x.x to install the latest
version of the PRU Software Support Package (PSSP).

This also uses PSSP v6.1.0 to generate the PRU Halt and RPMsg binaries in the
Linux SDK default filesystem image under /lib/firmware.

Signed-off-by: Nick Saulnier <nsaulnier@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
---
 meta-ti-extras/recipes-bsp/pru/pru-icss_git.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-ti-extras/recipes-bsp/pru/pru-icss_git.bb b/meta-ti-extras/recipes-bsp/pru/pru-icss_git.bb
index 130fd3d5..49f29086 100644
--- a/meta-ti-extras/recipes-bsp/pru/pru-icss_git.bb
+++ b/meta-ti-extras/recipes-bsp/pru/pru-icss_git.bb
@@ -8,9 +8,9 @@ inherit update-alternatives
 
 BRANCH = "master"
 SRC_URI = "git://git.ti.com/pru-software-support-package/pru-software-support-package.git;protocol=git;branch=${BRANCH}"
-SRCREV = "8eee431384b6a1a9c96ae91a8e99485176b4d2b3"
+SRCREV = "ae1decf0b494b2904e6157e1379691ffc468f0cf"
 
-PV = "6.0.1"
+PV = "6.1.0"
 PR = "r0"
 
 require recipes-ti/includes/ti-paths.inc
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [master][PATCH 14/26] pru-icss_git.bb: add AM62x
  2022-05-02 14:50 [master][PATCH 00/26] sync up with dunfell Denys Dmytriyenko
                   ` (12 preceding siblings ...)
  2022-05-02 14:51 ` [master][PATCH 13/26] pru-icss_git.bb: update to PSSP v6.1.0 Denys Dmytriyenko
@ 2022-05-02 14:51 ` Denys Dmytriyenko
  2022-05-02 14:51 ` [master][PATCH 15/26] u-boot-ti: Use SRCREV to get short commit ID Denys Dmytriyenko
                   ` (12 subsequent siblings)
  26 siblings, 0 replies; 29+ messages in thread
From: Denys Dmytriyenko @ 2022-05-02 14:51 UTC (permalink / raw)
  To: meta-ti

From: Nick Saulnier <nsaulnier@ti.com>

This commit adds the PRU Software Support Package (PSSP) to the AM62x Linux
Processor SDK under example-applications/pru-icss-x.x.x. It also adds prebuilt
PRU firmware to the default AM62x filesystem image under the /lib/firmware
folder.

Signed-off-by: Nick Saulnier <nsaulnier@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
---
 .../recipes-bsp/pru/pru-icss_git.bb           | 21 +++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/meta-ti-extras/recipes-bsp/pru/pru-icss_git.bb b/meta-ti-extras/recipes-bsp/pru/pru-icss_git.bb
index 49f29086..cb2f8cc2 100644
--- a/meta-ti-extras/recipes-bsp/pru/pru-icss_git.bb
+++ b/meta-ti-extras/recipes-bsp/pru/pru-icss_git.bb
@@ -40,6 +40,7 @@ SUBDIRS = "examples pru_cape/pru_fw lib/src labs"
 PLATFORM:ti33x = "am335x"
 PLATFORM:ti43x = "am437x"
 PLATFORM:omap-a15 = "am572x"
+PLATFORM:am62xx = "am62x"
 PLATFORM:am64xx = "am64x"
 PLATFORM:am65xx = "am65x"
 PLATFORM:j7 = "j721e"
@@ -99,6 +100,16 @@ do_install:append:omap-a15() {
     done
 }
 
+do_install:append:am62xx() {
+    install -m 644 ${S}/examples/${PLATFORM}/PRU_Halt/gen/PRU_Halt.out \
+                   ${D}${nonarch_base_libdir}/firmware/pru
+    for i in 0 1
+    do
+        install -m 0644 ${S}/examples/${PLATFORM}/PRU_RPMsg_Echo_Interrupt${i}/gen/PRU_RPMsg_Echo_Interrupt${i}.out \
+                        ${D}${nonarch_base_libdir}/firmware/pru
+    done
+}
+
 do_install:append:am64xx(){
     for i in 0 1
     do
@@ -175,6 +186,7 @@ FILES:${PN}-rpmsg-echo = "${nonarch_base_libdir}/firmware/pru/PRU_RPMsg_Echo_Int
 PRU_ICSS_ALTERNATIVES:ti33x    = "am335x-pru0-fw am335x-pru1-fw"
 PRU_ICSS_ALTERNATIVES:ti43x    = "am437x-pru0_0-fw am437x-pru0_1-fw am437x-pru1_0-fw am437x-pru1_1-fw"
 PRU_ICSS_ALTERNATIVES:omap-a15 = "am57xx-pru1_0-fw am57xx-pru1_1-fw am57xx-pru2_0-fw am57xx-pru2_1-fw"
+PRU_ICSS_ALTERNATIVES:am62xx   = "am62x-pru0-fw am62x-pru1-fw"
 PRU_ICSS_ALTERNATIVES:am64xx   = "am64x-pru0_0-fw am64x-pru0_1-fw am64x-pru1_0-fw am64x-pru1_1-fw am64x-rtu0_0-fw am64x-rtu0_1-fw am64x-rtu1_0-fw am64x-rtu1_1-fw"
 PRU_ICSS_ALTERNATIVES:am65xx   = "am65x-pru0_0-fw am65x-pru0_1-fw am65x-pru1_0-fw am65x-pru1_1-fw am65x-pru2_0-fw am65x-pru2_1-fw am65x-rtu0_0-fw am65x-rtu0_1-fw am65x-rtu1_0-fw am65x-rtu1_1-fw am65x-rtu2_0-fw am65x-rtu2_1-fw"
 PRU_ICSS_ALTERNATIVES:j7       = "j7-pru0_0-fw j7-pru0_1-fw j7-pru1_0-fw j7-pru1_1-fw j7-rtu0_0-fw j7-rtu0_1-fw j7-rtu1_0-fw j7-rtu1_1-fw"
@@ -193,6 +205,9 @@ ALTERNATIVE_LINK_NAME[am57xx-pru1_1-fw] = "${nonarch_base_libdir}/firmware/am57x
 ALTERNATIVE_LINK_NAME[am57xx-pru2_0-fw] = "${nonarch_base_libdir}/firmware/am57xx-pru2_0-fw"
 ALTERNATIVE_LINK_NAME[am57xx-pru2_1-fw] = "${nonarch_base_libdir}/firmware/am57xx-pru2_1-fw"
 
+ALTERNATIVE_LINK_NAME[am62x-pru0-fw] = "${nonarch_base_libdir}/firmware/am62x-pru0-fw"
+ALTERNATIVE_LINK_NAME[am62x-pru1-fw] = "${nonarch_base_libdir}/firmware/am62x-pru1-fw"
+
 ALTERNATIVE_LINK_NAME[am64x-pru0_0-fw] = "${nonarch_base_libdir}/firmware/am64x-pru0_0-fw"
 ALTERNATIVE_LINK_NAME[am64x-pru0_1-fw] = "${nonarch_base_libdir}/firmware/am64x-pru0_1-fw"
 ALTERNATIVE_LINK_NAME[am64x-pru1_0-fw] = "${nonarch_base_libdir}/firmware/am64x-pru1_0-fw"
@@ -259,6 +274,9 @@ ALTERNATIVE_TARGET_pru-icss-halt[am57xx-pru1_1-fw] = "${nonarch_base_libdir}/fir
 ALTERNATIVE_TARGET_pru-icss-halt[am57xx-pru2_0-fw] = "${nonarch_base_libdir}/firmware/pru/PRU_Halt.out"
 ALTERNATIVE_TARGET_pru-icss-halt[am57xx-pru2_1-fw] = "${nonarch_base_libdir}/firmware/pru/PRU_Halt.out"
 
+ALTERNATIVE_TARGET_pru-icss-halt[am62x-pru0-fw] = "${nonarch_base_libdir}/firmware/pru/PRU_Halt.out"
+ALTERNATIVE_TARGET_pru-icss-halt[am62x-pru1-fw] = "${nonarch_base_libdir}/firmware/pru/PRU_Halt.out"
+
 ALTERNATIVE_TARGET_pru-icss-halt[am64x-pru0_0-fw] = "${nonarch_base_libdir}/firmware/pru/PRU_Halt_0.out"
 ALTERNATIVE_TARGET_pru-icss-halt[am64x-pru0_1-fw] = "${nonarch_base_libdir}/firmware/pru/PRU_Halt_1.out"
 ALTERNATIVE_TARGET_pru-icss-halt[am64x-pru1_0-fw] = "${nonarch_base_libdir}/firmware/pru/PRU_Halt_0.out"
@@ -323,6 +341,9 @@ ALTERNATIVE_TARGET_pru-icss-rpmsg-echo[am57xx-pru1_1-fw] = "${nonarch_base_libdi
 ALTERNATIVE_TARGET_pru-icss-rpmsg-echo[am57xx-pru2_0-fw] = "${nonarch_base_libdir}/firmware/pru/PRU_RPMsg_Echo_Interrupt2_0.out"
 ALTERNATIVE_TARGET_pru-icss-rpmsg-echo[am57xx-pru2_1-fw] = "${nonarch_base_libdir}/firmware/pru/PRU_RPMsg_Echo_Interrupt2_1.out"
 
+ALTERNATIVE_TARGET_pru-icss-rpmsg-echo[am62x-pru0-fw] = "${nonarch_base_libdir}/firmware/pru/PRU_RPMsg_Echo_Interrupt0.out"
+ALTERNATIVE_TARGET_pru-icss-rpmsg-echo[am62x-pru1-fw] = "${nonarch_base_libdir}/firmware/pru/PRU_RPMsg_Echo_Interrupt1.out"
+
 ALTERNATIVE_TARGET_pru-icss-rpmsg-echo[am64x-pru0_0-fw] = "${nonarch_base_libdir}/firmware/pru/PRU_RPMsg_Echo_Interrupt0_0.out"
 ALTERNATIVE_TARGET_pru-icss-rpmsg-echo[am64x-pru0_1-fw] = "${nonarch_base_libdir}/firmware/pru/PRU_RPMsg_Echo_Interrupt0_1.out"
 ALTERNATIVE_TARGET_pru-icss-rpmsg-echo[am64x-pru1_0-fw] = "${nonarch_base_libdir}/firmware/pru/PRU_RPMsg_Echo_Interrupt1_0.out"
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [master][PATCH 15/26] u-boot-ti: Use SRCREV to get short commit ID
  2022-05-02 14:50 [master][PATCH 00/26] sync up with dunfell Denys Dmytriyenko
                   ` (13 preceding siblings ...)
  2022-05-02 14:51 ` [master][PATCH 14/26] pru-icss_git.bb: add AM62x Denys Dmytriyenko
@ 2022-05-02 14:51 ` Denys Dmytriyenko
  2022-05-02 14:51 ` [master][PATCH 16/26] linux-ti-staging/mainline: depend on libmpc-native and gmp-native Denys Dmytriyenko
                   ` (11 subsequent siblings)
  26 siblings, 0 replies; 29+ messages in thread
From: Denys Dmytriyenko @ 2022-05-02 14:51 UTC (permalink / raw)
  To: meta-ti

From: Devarsh Thakkar <devarsht@ti.com>

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 Thakkar <devarsht@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
---
 meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc
index c3c32f9c..5ddcaff7 100644
--- a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc
+++ b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc
@@ -1,14 +1,6 @@
 # UBOOT_LOCALVERSION can be set to add a tag to the end of the
 # U-boot version string.  such as the commit id
-def get_git_revision(p):
-    import subprocess
-
-    try:
-        return subprocess.Popen("git rev-parse HEAD 2>/dev/null ", cwd=p, shell=True, stdout=subprocess.PIPE, universal_newlines=True).communicate()[0].rstrip()
-    except OSError:
-        return None
-
-UBOOT_LOCALVERSION = "-g${@get_git_revision('${S}').__str__()[:10]}"
+UBOOT_LOCALVERSION = "-g${@d.getVar("SRCREV", False).__str__()[:10]}"
 
 UBOOT_SUFFIX ?= "img"
 SPL_BINARY ?= "MLO"
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [master][PATCH 16/26] linux-ti-staging/mainline: depend on libmpc-native and gmp-native
  2022-05-02 14:50 [master][PATCH 00/26] sync up with dunfell Denys Dmytriyenko
                   ` (14 preceding siblings ...)
  2022-05-02 14:51 ` [master][PATCH 15/26] u-boot-ti: Use SRCREV to get short commit ID Denys Dmytriyenko
@ 2022-05-02 14:51 ` Denys Dmytriyenko
  2022-05-02 14:51 ` [master][PATCH 17/26] u-boot-ti-staging: Bump to 08.03.00.001 release Denys Dmytriyenko
                   ` (10 subsequent siblings)
  26 siblings, 0 replies; 29+ messages in thread
From: Denys Dmytriyenko @ 2022-05-02 14:51 UTC (permalink / raw)
  To: meta-ti

From: Denys Dmytriyenko <denys@konsulko.com>

Similar to OE-Core changes:
https://git.openembedded.org/openembedded-core/commit/?id=128abf5eb76dd0d2680c93f043bf7cac0a3552b8

5.10.85 changed how the GCC plugins are built, which means they now
depend on both GMP and MPC to be built.

Also add MPC dependency to linux-ti-mainline, as it already depends
on GMP since:
https://git.yoctoproject.org/meta-ti/commit/?id=0376ebcd4333ea2915b3113945ff6a818f7cb442

Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
---
 meta-ti-bsp/recipes-kernel/linux/linux-ti-mainline_git.bb | 2 +-
 meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_5.10.bb | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/meta-ti-bsp/recipes-kernel/linux/linux-ti-mainline_git.bb b/meta-ti-bsp/recipes-kernel/linux/linux-ti-mainline_git.bb
index f7719e9b..af823b98 100644
--- a/meta-ti-bsp/recipes-kernel/linux/linux-ti-mainline_git.bb
+++ b/meta-ti-bsp/recipes-kernel/linux/linux-ti-mainline_git.bb
@@ -10,7 +10,7 @@ require recipes-kernel/linux/setup-defconfig.inc
 require recipes-kernel/linux/kernel-rdepends.inc
 require recipes-kernel/linux/ti-kernel.inc
 
-DEPENDS += "gmp-native"
+DEPENDS += "gmp-native libmpc-native"
 
 KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT} \
 		      ${EXTRA_DTC_ARGS}"
diff --git a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_5.10.bb b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_5.10.bb
index cf70ac31..a1a68a9b 100644
--- a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_5.10.bb
+++ b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_5.10.bb
@@ -13,6 +13,8 @@ require recipes-kernel/linux/bundle-devicetree.inc
 require recipes-kernel/linux/kernel-rdepends.inc
 require recipes-kernel/linux/ti-kernel.inc
 
+DEPENDS += "gmp-native libmpc-native"
+
 # Look in the generic major.minor directory for files
 FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}-5.10:"
 
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [master][PATCH 17/26] u-boot-ti-staging: Bump to 08.03.00.001 release
  2022-05-02 14:50 [master][PATCH 00/26] sync up with dunfell Denys Dmytriyenko
                   ` (15 preceding siblings ...)
  2022-05-02 14:51 ` [master][PATCH 16/26] linux-ti-staging/mainline: depend on libmpc-native and gmp-native Denys Dmytriyenko
@ 2022-05-02 14:51 ` Denys Dmytriyenko
  2022-05-02 14:51 ` [master][PATCH 18/26] linux-ti-staging: " Denys Dmytriyenko
                   ` (9 subsequent siblings)
  26 siblings, 0 replies; 29+ messages in thread
From: Denys Dmytriyenko @ 2022-05-02 14:51 UTC (permalink / raw)
  To: meta-ti

From: Ryan Eatmon <reatmon@ti.com>

Updated the u-boot version for 08.03.00.001

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
---
 meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb
index 5b13329f..d7592b27 100644
--- a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb
+++ b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb
@@ -2,8 +2,8 @@ require u-boot-ti.inc
 
 LIC_FILES_CHKSUM = "file://Licenses/README;md5=5a7450c57ffe5ae63fd732446b988025"
 
-PR = "r22"
+PR = "r23"
 
 BRANCH = "ti-u-boot-2021.01"
 
-SRCREV = "44a87e3ab85c6d64044f0b5ad677008316baad70"
+SRCREV = "6355ef8b170bfea9390ca17ec11c0c9f3a7872eb"
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [master][PATCH 18/26] linux-ti-staging: Bump to 08.03.00.001 release
  2022-05-02 14:50 [master][PATCH 00/26] sync up with dunfell Denys Dmytriyenko
                   ` (16 preceding siblings ...)
  2022-05-02 14:51 ` [master][PATCH 17/26] u-boot-ti-staging: Bump to 08.03.00.001 release Denys Dmytriyenko
@ 2022-05-02 14:51 ` Denys Dmytriyenko
  2022-05-02 14:51 ` [master][PATCH 19/26] linux-ti-staging-rt: " Denys Dmytriyenko
                   ` (8 subsequent siblings)
  26 siblings, 0 replies; 29+ messages in thread
From: Denys Dmytriyenko @ 2022-05-02 14:51 UTC (permalink / raw)
  To: meta-ti

From: Ryan Eatmon <reatmon@ti.com>

Updated the linux version for 08.03.00.001

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
---
 meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_5.10.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_5.10.bb b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_5.10.bb
index a1a68a9b..c54890c4 100644
--- a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_5.10.bb
+++ b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_5.10.bb
@@ -25,8 +25,8 @@ S = "${WORKDIR}/git"
 
 BRANCH = "ti-linux-5.10.y"
 
-SRCREV = "7a7a3af903da2b2d551d058f8262a66e6b42b6b1"
-PV = "5.10.100+git${SRCPV}"
+SRCREV = "3297d854f0fbdc7940878a5d5caa0bd823be5207"
+PV = "5.10.109+git${SRCPV}"
 
 # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild
 MACHINE_KERNEL_PR:append = "b"
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [master][PATCH 19/26] linux-ti-staging-rt: Bump to 08.03.00.001 release
  2022-05-02 14:50 [master][PATCH 00/26] sync up with dunfell Denys Dmytriyenko
                   ` (17 preceding siblings ...)
  2022-05-02 14:51 ` [master][PATCH 18/26] linux-ti-staging: " Denys Dmytriyenko
@ 2022-05-02 14:51 ` Denys Dmytriyenko
  2022-05-02 14:51 ` [master][PATCH 20/26] ipc: ti-rpmsg-char: Update library to 0.4.1 Denys Dmytriyenko
                   ` (7 subsequent siblings)
  26 siblings, 0 replies; 29+ messages in thread
From: Denys Dmytriyenko @ 2022-05-02 14:51 UTC (permalink / raw)
  To: meta-ti

From: Ryan Eatmon <reatmon@ti.com>

Updated the linux rt version for 08.03.00.001

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
---
 meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb
index b11b8fd6..bc47a5c3 100644
--- a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb
+++ b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb
@@ -6,5 +6,5 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}-5.10:"
 
 BRANCH = "ti-rt-linux-5.10.y"
 
-SRCREV = "204ec708dc86f4334f585f04835527570be1c4eb"
-PV = "5.10.100+git${SRCPV}"
+SRCREV = "84474b392bd8f1a8ebbabfa6ec685297fa3d51b7"
+PV = "5.10.109+git${SRCPV}"
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [master][PATCH 20/26] ipc: ti-rpmsg-char: Update library to 0.4.1
  2022-05-02 14:50 [master][PATCH 00/26] sync up with dunfell Denys Dmytriyenko
                   ` (18 preceding siblings ...)
  2022-05-02 14:51 ` [master][PATCH 19/26] linux-ti-staging-rt: " Denys Dmytriyenko
@ 2022-05-02 14:51 ` Denys Dmytriyenko
  2022-05-02 14:51 ` [master][PATCH 21/26] conf: machine: am62xx Add missing dtbo file Denys Dmytriyenko
                   ` (6 subsequent siblings)
  26 siblings, 0 replies; 29+ messages in thread
From: Denys Dmytriyenko @ 2022-05-02 14:51 UTC (permalink / raw)
  To: meta-ti

From: Praneeth Bajjuri <praneeth@ti.com>

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 <praneeth@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
---
 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/meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char.inc
index 08066edf..10349b58 100644
--- a/meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char.inc
+++ b/meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char.inc
@@ -7,10 +7,10 @@ PROTOCOL = "git"
 BRANCH = "master"
 SRC_URI = "git://git.ti.com/rpmsg/ti-rpmsg-char.git;protocol=${PROTOCOL};branch=${BRANCH};"
 
-# Initial 0.4.0 release
-SRCREV = "92b464f1e7477f77e44ae18d87b3d369576d662e"
+# Initial 0.4.1 release
+SRCREV = "355d2b0bcde5eb5c895a270d1835102d2bc39fbd"
 
-PV = "0.4.0+git${SRCPV}"
+PV = "0.4.1+git${SRCPV}"
 
 S = "${WORKDIR}/git"
 
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [master][PATCH 21/26] conf: machine: am62xx Add missing dtbo file
  2022-05-02 14:50 [master][PATCH 00/26] sync up with dunfell Denys Dmytriyenko
                   ` (19 preceding siblings ...)
  2022-05-02 14:51 ` [master][PATCH 20/26] ipc: ti-rpmsg-char: Update library to 0.4.1 Denys Dmytriyenko
@ 2022-05-02 14:51 ` Denys Dmytriyenko
  2022-05-13 14:19   ` [EXTERNAL] [meta-ti] " Devarsh Thakkar
  2022-05-02 14:51 ` [master][PATCH 22/26] k3conf: Update SRCREV to pick AM62x support Denys Dmytriyenko
                   ` (5 subsequent siblings)
  26 siblings, 1 reply; 29+ messages in thread
From: Denys Dmytriyenko @ 2022-05-02 14:51 UTC (permalink / raw)
  To: meta-ti

From: Ryan Eatmon <reatmon@ti.com>

Add missing k3-am625-sk-csi2-ov5640.dtb required for the camera overlay.

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Reviewed-by: Praneeth Bajjuri <praneeth@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
---
 meta-ti-bsp/conf/machine/am62xx-evm.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-ti-bsp/conf/machine/am62xx-evm.conf b/meta-ti-bsp/conf/machine/am62xx-evm.conf
index eb1563f8..44f46d78 100644
--- a/meta-ti-bsp/conf/machine/am62xx-evm.conf
+++ b/meta-ti-bsp/conf/machine/am62xx-evm.conf
@@ -8,6 +8,7 @@ MACHINE_FEATURES += "gpu"
 
 KERNEL_DEVICETREE = " \
     ti/k3-am625-sk.dtb \
+    ti/k3-am625-sk-csi2-ov5640.dtb \
 "
 
 UBOOT_MACHINE = "am62x_evm_a53_defconfig"
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [master][PATCH 22/26] k3conf: Update SRCREV to pick AM62x support
  2022-05-02 14:50 [master][PATCH 00/26] sync up with dunfell Denys Dmytriyenko
                   ` (20 preceding siblings ...)
  2022-05-02 14:51 ` [master][PATCH 21/26] conf: machine: am62xx Add missing dtbo file Denys Dmytriyenko
@ 2022-05-02 14:51 ` Denys Dmytriyenko
  2022-05-02 14:51 ` [master][PATCH 23/26] u-boot-ti-staging: Bump to 08.03.00.002 release Denys Dmytriyenko
                   ` (4 subsequent siblings)
  26 siblings, 0 replies; 29+ messages in thread
From: Denys Dmytriyenko @ 2022-05-02 14:51 UTC (permalink / raw)
  To: meta-ti

From: Praneeth Bajjuri <praneeth@ti.com>

Update the k3conf to the latest SHA.
This adds AM62x support.

Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
---
 meta-ti-bsp/recipes-devtools/k3conf/k3conf_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-ti-bsp/recipes-devtools/k3conf/k3conf_git.bb b/meta-ti-bsp/recipes-devtools/k3conf/k3conf_git.bb
index 0f2705b8..3f542da4 100644
--- a/meta-ti-bsp/recipes-devtools/k3conf/k3conf_git.bb
+++ b/meta-ti-bsp/recipes-devtools/k3conf/k3conf_git.bb
@@ -8,7 +8,7 @@ PV = "0.2+git${SRCPV}"
 COMPATIBLE_MACHINE = "k3"
 
 BRANCH ?= "master"
-SRCREV = "79f007cd462384ce22e750e9002b714878f56892"
+SRCREV = "966a5695b73bc53039ca60d196b77de0640088d4"
 
 SRC_URI = "git://git.ti.com/k3conf/k3conf.git;protocol=git;branch=${BRANCH}"
 
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [master][PATCH 23/26] u-boot-ti-staging: Bump to 08.03.00.002 release
  2022-05-02 14:50 [master][PATCH 00/26] sync up with dunfell Denys Dmytriyenko
                   ` (21 preceding siblings ...)
  2022-05-02 14:51 ` [master][PATCH 22/26] k3conf: Update SRCREV to pick AM62x support Denys Dmytriyenko
@ 2022-05-02 14:51 ` Denys Dmytriyenko
  2022-05-02 14:51 ` [master][PATCH 24/26] linux-ti-staging: " Denys Dmytriyenko
                   ` (3 subsequent siblings)
  26 siblings, 0 replies; 29+ messages in thread
From: Denys Dmytriyenko @ 2022-05-02 14:51 UTC (permalink / raw)
  To: meta-ti

From: Ryan Eatmon <reatmon@ti.com>

Updated the u-boot version for 08.03.00.002

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
---
 meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb
index d7592b27..03c73112 100644
--- a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb
+++ b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb
@@ -2,8 +2,8 @@ require u-boot-ti.inc
 
 LIC_FILES_CHKSUM = "file://Licenses/README;md5=5a7450c57ffe5ae63fd732446b988025"
 
-PR = "r23"
+PR = "r24"
 
 BRANCH = "ti-u-boot-2021.01"
 
-SRCREV = "6355ef8b170bfea9390ca17ec11c0c9f3a7872eb"
+SRCREV = "edbebb6447c16241031c21b47d27bd3484f78f42"
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [master][PATCH 24/26] linux-ti-staging: Bump to 08.03.00.002 release
  2022-05-02 14:50 [master][PATCH 00/26] sync up with dunfell Denys Dmytriyenko
                   ` (22 preceding siblings ...)
  2022-05-02 14:51 ` [master][PATCH 23/26] u-boot-ti-staging: Bump to 08.03.00.002 release Denys Dmytriyenko
@ 2022-05-02 14:51 ` Denys Dmytriyenko
  2022-05-02 14:51 ` [master][PATCH 25/26] linux-ti-staging-rt: " Denys Dmytriyenko
                   ` (2 subsequent siblings)
  26 siblings, 0 replies; 29+ messages in thread
From: Denys Dmytriyenko @ 2022-05-02 14:51 UTC (permalink / raw)
  To: meta-ti

From: Ryan Eatmon <reatmon@ti.com>

Updated the linux version for 08.03.00.002

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
---
 meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_5.10.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_5.10.bb b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_5.10.bb
index c54890c4..d5c2c587 100644
--- a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_5.10.bb
+++ b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_5.10.bb
@@ -25,7 +25,7 @@ S = "${WORKDIR}/git"
 
 BRANCH = "ti-linux-5.10.y"
 
-SRCREV = "3297d854f0fbdc7940878a5d5caa0bd823be5207"
+SRCREV = "45b6d4fdf6550061582b89d0b794a1cc7c1dc4b2"
 PV = "5.10.109+git${SRCPV}"
 
 # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [master][PATCH 25/26] linux-ti-staging-rt: Bump to 08.03.00.002 release
  2022-05-02 14:50 [master][PATCH 00/26] sync up with dunfell Denys Dmytriyenko
                   ` (23 preceding siblings ...)
  2022-05-02 14:51 ` [master][PATCH 24/26] linux-ti-staging: " Denys Dmytriyenko
@ 2022-05-02 14:51 ` Denys Dmytriyenko
  2022-05-02 14:51 ` [master][PATCH 26/26] ti-linux-fw: " Denys Dmytriyenko
  2022-05-02 17:18 ` [meta-ti] [master][PATCH 00/26] sync up with dunfell Ryan Eatmon
  26 siblings, 0 replies; 29+ messages in thread
From: Denys Dmytriyenko @ 2022-05-02 14:51 UTC (permalink / raw)
  To: meta-ti

From: Ryan Eatmon <reatmon@ti.com>

Updated the linux rt version for 08.03.00.002

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
---
 meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb
index bc47a5c3..ad2ffedc 100644
--- a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb
+++ b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb
@@ -6,5 +6,5 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}-5.10:"
 
 BRANCH = "ti-rt-linux-5.10.y"
 
-SRCREV = "84474b392bd8f1a8ebbabfa6ec685297fa3d51b7"
+SRCREV = "71d8b949868162e2aaac748ce569c1faf0b4b4f3"
 PV = "5.10.109+git${SRCPV}"
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [master][PATCH 26/26] ti-linux-fw: Bump to 08.03.00.002 release
  2022-05-02 14:50 [master][PATCH 00/26] sync up with dunfell Denys Dmytriyenko
                   ` (24 preceding siblings ...)
  2022-05-02 14:51 ` [master][PATCH 25/26] linux-ti-staging-rt: " Denys Dmytriyenko
@ 2022-05-02 14:51 ` Denys Dmytriyenko
  2022-05-02 17:18 ` [meta-ti] [master][PATCH 00/26] sync up with dunfell Ryan Eatmon
  26 siblings, 0 replies; 29+ messages in thread
From: Denys Dmytriyenko @ 2022-05-02 14:51 UTC (permalink / raw)
  To: meta-ti

From: Ryan Eatmon <reatmon@ti.com>

Updated the ti-linux-fw version for 08.03.00.002

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
---
 meta-ti-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-ti-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc b/meta-ti-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc
index a00df108..3ebdae30 100644
--- a/meta-ti-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc
+++ b/meta-ti-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc
@@ -19,12 +19,12 @@ CADENCE_MHDP_FW_VERSION = "1.2.17"
 IMG_DEC_FW_VERSION = "1.0"
 CNM_WAVE521_FW_VERSION = "1.0.00"
 
-TI_LINUX_FW_SRCREV ?= "e13611ff1da6448d80279cc8c43b81cb2275cb0d"
+TI_LINUX_FW_SRCREV ?= "917625c2721eef8677df9e47d919005b0d4f93aa"
 SRCREV = "${TI_LINUX_FW_SRCREV}"
 
 BRANCH ?= "ti-linux-firmware"
 
-K3_IMAGE_GEN_SRCREV ?= "b0386fe221fc9124fda0cd2efb03d62710b1d90f"
+K3_IMAGE_GEN_SRCREV ?= "62872c7e285fa9b9af76a258a24d603f851769c3"
 SRCREV_imggen = "${K3_IMAGE_GEN_SRCREV}"
 SRCREV_FORMAT = "imggen"
 
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 29+ messages in thread

* Re: [meta-ti] [master][PATCH 00/26] sync up with dunfell
  2022-05-02 14:50 [master][PATCH 00/26] sync up with dunfell Denys Dmytriyenko
                   ` (25 preceding siblings ...)
  2022-05-02 14:51 ` [master][PATCH 26/26] ti-linux-fw: " Denys Dmytriyenko
@ 2022-05-02 17:18 ` Ryan Eatmon
  26 siblings, 0 replies; 29+ messages in thread
From: Ryan Eatmon @ 2022-05-02 17:18 UTC (permalink / raw)
  To: Denys Dmytriyenko, meta-ti


Series applied to master.


On 5/2/2022 9:50, Denys Dmytriyenko wrote:
> From: Denys Dmytriyenko <denys@konsulko.com>
> 
> Port latest updates in Dunfell into master.
> 
> Denys Dmytriyenko (1):
>    linux-ti-staging/mainline: depend on libmpc-native and gmp-native
> 
> Devarsh Thakkar (1):
>    u-boot-ti: Use SRCREV to get short commit ID
> 
> Etheridge, Darren (1):
>    ti-graphics: gpu enable and move all platforms to ddk 1.15
> 
> Jonathan Humphreys (1):
>    conf: Enable bmap file for wic images on legacy platforms
> 
> Matthias Schiffer (1):
>    ti-sgx-ddk-um: avoid unnecessary dependency on -dev package
> 
> Nick Saulnier (2):
>    pru-icss_git.bb: update to PSSP v6.1.0
>    pru-icss_git.bb: add AM62x
> 
> Nishanth Menon (1):
>    machine: Add am62xx evm configuration
> 
> Praneeth Bajjuri (2):
>    ipc: ti-rpmsg-char: Update library to 0.4.1
>    k3conf: Update SRCREV to pick AM62x support
> 
> Ryan Eatmon (16):
>    linux-ti-staging: Bump to 08.02.00.004 release
>    linux-ti-staging-rt: Bump to 08.02.00.004 release
>    u-boot-ti-staging: Bump to 08.02.00.004 release
>    linux-ti-staging: Bump to 08.02.00.005 release
>    linux-ti-staging-rt: Bump to 08.02.00.005 release
>    u-boot-ti-staging: Bump to 08.02.00.005 release
>    ti-linux-fw: Bump to 08.02.00.005 release
>    u-boot-ti-staging: Bump to 08.02.00.006 release
>    u-boot-ti-staging: Bump to 08.03.00.001 release
>    linux-ti-staging: Bump to 08.03.00.001 release
>    linux-ti-staging-rt: Bump to 08.03.00.001 release
>    conf: machine: am62xx Add missing dtbo file
>    u-boot-ti-staging: Bump to 08.03.00.002 release
>    linux-ti-staging: Bump to 08.03.00.002 release
>    linux-ti-staging-rt: Bump to 08.03.00.002 release
>    ti-linux-fw: Bump to 08.03.00.002 release
> 
>   meta-ti-bsp/conf/machine/am62xx-evm-k3r5.conf | 11 +++++
>   meta-ti-bsp/conf/machine/am62xx-evm.conf      | 14 ++++++
>   meta-ti-bsp/conf/machine/include/am62xx.inc   | 17 +++++++
>   meta-ti-bsp/conf/machine/include/omap-a15.inc |  2 +-
>   meta-ti-bsp/conf/machine/include/ti33x.inc    |  2 +-
>   meta-ti-bsp/conf/machine/include/ti43x.inc    |  2 +-
>   meta-ti-bsp/conf/machine/j721s2-evm.conf      |  2 +
>   .../ti-img-rogue-driver_1.13.5776728.bb       | 40 -----------------
>   .../ti-img-rogue-driver_1.15.6133109.bb       | 44 +++++++++++++++++++
>   .../recipes-bsp/ti-linux-fw/ti-linux-fw.inc   |  4 +-
>   .../recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb    | 18 ++++++++
>   .../u-boot/u-boot-ti-staging_2021.01.bb       |  4 +-
>   meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc  | 17 ++++---
>   .../recipes-devtools/k3conf/k3conf_git.bb     |  2 +-
>   ...bb => ti-img-rogue-umlibs_1.15.6133109.bb} | 13 +++---
>   .../libgles/ti-sgx-ddk-um_1.17.4948957.bb     |  2 +-
>   .../linux/linux-ti-mainline_git.bb            |  2 +-
>   .../linux/linux-ti-staging-rt_5.10.bb         |  4 +-
>   .../linux/linux-ti-staging_5.10.bb            |  6 ++-
>   meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char.inc  |  6 +--
>   .../ti-rtos-bin/ti-rtos-firmware.bb           | 38 +++++++++++++---
>   .../recipes-bsp/pru/pru-icss_git.bb           | 25 ++++++++++-
>   22 files changed, 196 insertions(+), 79 deletions(-)
>   create mode 100644 meta-ti-bsp/conf/machine/am62xx-evm-k3r5.conf
>   create mode 100644 meta-ti-bsp/conf/machine/am62xx-evm.conf
>   create mode 100644 meta-ti-bsp/conf/machine/include/am62xx.inc
>   delete mode 100644 meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.13.5776728.bb
>   create mode 100644 meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.15.6133109.bb
>   rename meta-ti-bsp/recipes-graphics/libgles/{ti-img-rogue-umlibs_1.13.5776728.bb => ti-img-rogue-umlibs_1.15.6133109.bb} (84%)
> 
> 
> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#14642): https://lists.yoctoproject.org/g/meta-ti/message/14642
> Mute This Topic: https://lists.yoctoproject.org/mt/90836855/6551054
> Group Owner: meta-ti+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub [reatmon@ti.com]
> -=-=-=-=-=-=-=-=-=-=-=-
> 

-- 
Ryan Eatmon                reatmon@ti.com
-----------------------------------------
Texas Instruments, Inc.  -  LCPD  -  MGTS


^ permalink raw reply	[flat|nested] 29+ messages in thread

* Re: [EXTERNAL] [meta-ti] [master][PATCH 21/26] conf: machine: am62xx Add missing dtbo file
  2022-05-02 14:51 ` [master][PATCH 21/26] conf: machine: am62xx Add missing dtbo file Denys Dmytriyenko
@ 2022-05-13 14:19   ` Devarsh Thakkar
  0 siblings, 0 replies; 29+ messages in thread
From: Devarsh Thakkar @ 2022-05-13 14:19 UTC (permalink / raw)
  To: Denys Dmytriyenko, meta-ti, Ryan Eatmon


On 02/05/22 20:21, Denys Dmytriyenko wrote:
> From: Ryan Eatmon <reatmon@ti.com>
>
> Add missing k3-am625-sk-csi2-ov5640.dtb required for the camera overlay.
>
> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
> Reviewed-by: Praneeth Bajjuri <praneeth@ti.com>
> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
> ---
>  meta-ti-bsp/conf/machine/am62xx-evm.conf | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/meta-ti-bsp/conf/machine/am62xx-evm.conf b/meta-ti-bsp/conf/machine/am62xx-evm.conf
> index eb1563f8..44f46d78 100644
> --- a/meta-ti-bsp/conf/machine/am62xx-evm.conf
> +++ b/meta-ti-bsp/conf/machine/am62xx-evm.conf
> @@ -8,6 +8,7 @@ MACHINE_FEATURES += "gpu"
>  
>  KERNEL_DEVICETREE = " \
>      ti/k3-am625-sk.dtb \
> +    ti/k3-am625-sk-csi2-ov5640.dtb \
>  "
I think, this should have been compiled and packaged as dtbo instead of dtb.
>  
>  UBOOT_MACHINE = "am62x_evm_a53_defconfig"
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#14668): https://lists.yoctoproject.org/g/meta-ti/message/14668
> Mute This Topic: https://lists.yoctoproject.org/mt/90836882/6740599
> Group Owner: meta-ti+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub [devarsht@ti.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>


^ permalink raw reply	[flat|nested] 29+ messages in thread

end of thread, other threads:[~2022-05-13 14:19 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-02 14:50 [master][PATCH 00/26] sync up with dunfell Denys Dmytriyenko
2022-05-02 14:50 ` [master][PATCH 01/26] conf: Enable bmap file for wic images on legacy platforms Denys Dmytriyenko
2022-05-02 14:50 ` [master][PATCH 02/26] ti-sgx-ddk-um: avoid unnecessary dependency on -dev package Denys Dmytriyenko
2022-05-02 14:50 ` [master][PATCH 03/26] linux-ti-staging: Bump to 08.02.00.004 release Denys Dmytriyenko
2022-05-02 14:50 ` [master][PATCH 04/26] linux-ti-staging-rt: " Denys Dmytriyenko
2022-05-02 14:50 ` [master][PATCH 05/26] u-boot-ti-staging: " Denys Dmytriyenko
2022-05-02 14:51 ` [master][PATCH 06/26] linux-ti-staging: Bump to 08.02.00.005 release Denys Dmytriyenko
2022-05-02 14:51 ` [master][PATCH 07/26] linux-ti-staging-rt: " Denys Dmytriyenko
2022-05-02 14:51 ` [master][PATCH 08/26] u-boot-ti-staging: " Denys Dmytriyenko
2022-05-02 14:51 ` [master][PATCH 09/26] ti-linux-fw: " Denys Dmytriyenko
2022-05-02 14:51 ` [master][PATCH 10/26] u-boot-ti-staging: Bump to 08.02.00.006 release Denys Dmytriyenko
2022-05-02 14:51 ` [master][PATCH 11/26] machine: Add am62xx evm configuration Denys Dmytriyenko
2022-05-02 14:51 ` [master][PATCH 12/26] ti-graphics: gpu enable and move all platforms to ddk 1.15 Denys Dmytriyenko
2022-05-02 14:51 ` [master][PATCH 13/26] pru-icss_git.bb: update to PSSP v6.1.0 Denys Dmytriyenko
2022-05-02 14:51 ` [master][PATCH 14/26] pru-icss_git.bb: add AM62x Denys Dmytriyenko
2022-05-02 14:51 ` [master][PATCH 15/26] u-boot-ti: Use SRCREV to get short commit ID Denys Dmytriyenko
2022-05-02 14:51 ` [master][PATCH 16/26] linux-ti-staging/mainline: depend on libmpc-native and gmp-native Denys Dmytriyenko
2022-05-02 14:51 ` [master][PATCH 17/26] u-boot-ti-staging: Bump to 08.03.00.001 release Denys Dmytriyenko
2022-05-02 14:51 ` [master][PATCH 18/26] linux-ti-staging: " Denys Dmytriyenko
2022-05-02 14:51 ` [master][PATCH 19/26] linux-ti-staging-rt: " Denys Dmytriyenko
2022-05-02 14:51 ` [master][PATCH 20/26] ipc: ti-rpmsg-char: Update library to 0.4.1 Denys Dmytriyenko
2022-05-02 14:51 ` [master][PATCH 21/26] conf: machine: am62xx Add missing dtbo file Denys Dmytriyenko
2022-05-13 14:19   ` [EXTERNAL] [meta-ti] " Devarsh Thakkar
2022-05-02 14:51 ` [master][PATCH 22/26] k3conf: Update SRCREV to pick AM62x support Denys Dmytriyenko
2022-05-02 14:51 ` [master][PATCH 23/26] u-boot-ti-staging: Bump to 08.03.00.002 release Denys Dmytriyenko
2022-05-02 14:51 ` [master][PATCH 24/26] linux-ti-staging: " Denys Dmytriyenko
2022-05-02 14:51 ` [master][PATCH 25/26] linux-ti-staging-rt: " Denys Dmytriyenko
2022-05-02 14:51 ` [master][PATCH 26/26] ti-linux-fw: " Denys Dmytriyenko
2022-05-02 17:18 ` [meta-ti] [master][PATCH 00/26] sync up with dunfell Ryan Eatmon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).