meta-ti.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/29] #3 - another sync up with Dunfell
@ 2022-02-22  4:14 Denys Dmytriyenko
  2022-02-22  4:14 ` [PATCH 01/29] machine: Add j721s2 evm configuration Denys Dmytriyenko
                   ` (28 more replies)
  0 siblings, 29 replies; 30+ messages in thread
From: Denys Dmytriyenko @ 2022-02-22  4:14 UTC (permalink / raw)
  To: meta-ti

From: Denys Dmytriyenko <denys@konsulko.com>

Since Dunfell has been used as an LTS/release branch for latest TI SDK releases,
it accumulated a number of changes (including new platforms) that are due to be
synced to master/kirkstone.

Here's a temp git tree with these patches applied to glance at:
https://github.com/denix0/meta-ti/tree/master

Hari Nagalla (2):
  recipes-ti/ti-rtos-bin: Fix unavailable binary path
  ipc: ti-rpmsg-char: Update library to 0.4.0

Kevin Hilman (1):
  conf/machine/am57xx-evm: add overlay for OV10635 sensor

Nishanth Menon (8):
  machine: Add j721s2 evm configuration
  optee-os: Add support for alternate console
  trusted-firmware-a: Add support for alternate console
  recipes-bsp/ti-rtos: Use target_c7x_0 instead of just c7x
  ti-rtos-bin: Add j721s2
  recipes-bsp/ti-rtos: Define the TARGET and ALTERNATE_TARGET as well.
  recipies-ti: ti-rtos-firmware: Fixup typo for rtos firmware
  recipes-bsp: Add cnm-wave-fw firmware recipe

Praneeth Bajjuri (2):
  ti-linux-fw: Bump up TIFS and DM to v2022.01
  Revert "ti-sci-fw: Fix for k3-image-gen issue for combined boot
    images"

Roger Quadros (1):
  u-boot-ti: Support binman image generation

Ryan Eatmon (15):
  cnm-wave-fw: Fix name of firmware for j721s2
  cnm-wave-fw: lock the compatiable machine to j721s2-evm
  linux-ti-staging: Bump to 08.02.00.001 release
  linux-ti-staging-rt: Bump to 08.02.00.001 release
  u-boot-ti-staging: Bump to 08.02.00.001 release
  ti-linux-fw: Bump to 08.02.00.001 release
  cnm-wave-fw: Split firmware name into target and source
  linux-ti-staging: Bump to 08.02.00.002 release
  linux-ti-staging-rt: Bump to 08.02.00.002 release
  u-boot-ti-staging: Bump to 08.02.00.002 release
  ti-linux-fw: Bump to 08.02.00.002 release
  ti-linux-fw: Bump to 08.02.00.003 release
  linux-ti-staging: Bump to 08.02.00.003 release
  linux-ti-staging-rt: Bump to 08.02.00.003 release
  u-boot-ti-staging: Bump to 08.02.00.003 release

 meta-ti-bsp/conf/machine/am57xx-evm.conf      |  1 +
 meta-ti-bsp/conf/machine/j721s2-evm-k3r5.conf | 11 ++++
 meta-ti-bsp/conf/machine/j721s2-evm.conf      | 22 +++++++
 .../cnm-wave-fw/cnm-wave-fw_git.bb            | 44 +++++++++++++
 .../recipes-bsp/ti-linux-fw/ti-linux-fw.inc   | 11 ++--
 ...gning-of-binaries-for-combined-boot-.patch | 64 -------------------
 .../recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb    | 27 ++++++--
 .../trusted-firmware-a_%.bbappend             |  2 +
 .../u-boot/u-boot-ti-staging_2021.01.bb       |  4 +-
 meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc  |  8 ++-
 .../recipes-kernel/linux/kernel-rdepends.inc  |  3 +
 .../linux/linux-ti-staging-rt_5.10.bb         |  4 +-
 .../linux/linux-ti-staging_5.10.bb            |  4 +-
 .../optee/optee-os_%.bbappend                 |  2 +
 meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char.inc  |  6 +-
 .../ti-rtos-bin/ti-rtos-firmware.bb           | 59 ++++++++++++++++-
 16 files changed, 184 insertions(+), 88 deletions(-)
 create mode 100644 meta-ti-bsp/conf/machine/j721s2-evm-k3r5.conf
 create mode 100644 meta-ti-bsp/conf/machine/j721s2-evm.conf
 create mode 100644 meta-ti-bsp/recipes-bsp/cnm-wave-fw/cnm-wave-fw_git.bb
 delete mode 100644 meta-ti-bsp/recipes-bsp/ti-sci-fw/files/0001-Makefile-Skip-signing-of-binaries-for-combined-boot-.patch

-- 
2.25.1


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

* [PATCH 01/29] machine: Add j721s2 evm configuration
  2022-02-22  4:14 [PATCH 00/29] #3 - another sync up with Dunfell Denys Dmytriyenko
@ 2022-02-22  4:14 ` Denys Dmytriyenko
  2022-02-22  4:14 ` [PATCH 02/29] optee-os: Add support for alternate console Denys Dmytriyenko
                   ` (27 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: Denys Dmytriyenko @ 2022-02-22  4:14 UTC (permalink / raw)
  To: meta-ti

From: Nishanth Menon <nm@ti.com>

Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
---
 meta-ti-bsp/conf/machine/j721s2-evm-k3r5.conf | 11 ++++++++++
 meta-ti-bsp/conf/machine/j721s2-evm.conf      | 22 +++++++++++++++++++
 .../recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb    | 22 +++++++++++++++++--
 meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc  |  6 +++++
 4 files changed, 59 insertions(+), 2 deletions(-)
 create mode 100644 meta-ti-bsp/conf/machine/j721s2-evm-k3r5.conf
 create mode 100644 meta-ti-bsp/conf/machine/j721s2-evm.conf

diff --git a/meta-ti-bsp/conf/machine/j721s2-evm-k3r5.conf b/meta-ti-bsp/conf/machine/j721s2-evm-k3r5.conf
new file mode 100644
index 00000000..508e96e5
--- /dev/null
+++ b/meta-ti-bsp/conf/machine/j721s2-evm-k3r5.conf
@@ -0,0 +1,11 @@
+#@TYPE: Machine
+#@NAME: J721S2 EVM (R5F)
+#@DESCRIPTION: Machine configuration for the TI J721S2 EVM (R5F core)
+
+require conf/machine/include/k3r5.inc
+
+SYSFW_SOC = "j721s2"
+SYSFW_CONFIG = "evm"
+SYSFW_SUFFIX = "gp"
+
+UBOOT_MACHINE = "j721s2_evm_r5_defconfig"
diff --git a/meta-ti-bsp/conf/machine/j721s2-evm.conf b/meta-ti-bsp/conf/machine/j721s2-evm.conf
new file mode 100644
index 00000000..82fd33da
--- /dev/null
+++ b/meta-ti-bsp/conf/machine/j721s2-evm.conf
@@ -0,0 +1,22 @@
+#@TYPE: Machine
+#@NAME: J721S2 EVM
+#@DESCRIPTION: Machine configuration for the TI J721S2 EVM
+
+require conf/machine/include/j7.inc
+
+SERIAL_CONSOLES = "115200;ttyS10"
+SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
+TFA_K3_USART = "0x8"
+OPTEE_K3_USART = "0x8"
+
+KERNEL_DEVICETREE = " \
+    ti/k3-j721s2-common-proc-board.dtb \
+"
+
+UBOOT_MACHINE = "j721s2_evm_a72_defconfig"
+
+# J721S2 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"
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 2dad0fe0..dda47797 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
@@ -3,11 +3,12 @@ require recipes-bsp/ti-linux-fw/ti-linux-fw.inc
 DEPENDS = "openssl-native u-boot-mkimage-native dtc-native"
 DEPENDS:append:j7200-evm-k3r5 = " virtual/bootloader"
 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"
 
 CLEANBROKEN = "1"
-PR = "${INC_PR}.1"
+PR = "${INC_PR}.2"
 
 # Loaded by R5F core
 COMPATIBLE_MACHINE = "k3r5"
@@ -23,10 +24,11 @@ SYSFW_CONFIG ?= "unknown"
 
 SYSFW_PREFIX = "ti-sci-firmware"
 SYSFW_PREFIX:j7-evm-k3r5 = "ti-fs-firmware"
-SYSFW_PREFIX:j7200-evm-k3r5 = "ti-fs-firmware"
 SYSFW_PREFIX:j7-hs-evm-k3r5 = "ti-fs-firmware"
 SYSFW_PREFIX:j7-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_SUFFIX ?= "unknown"
 
@@ -63,6 +65,7 @@ EXTRA_OEMAKE:append = "${@['',' ${EXTRA_OEMAKE_HS}']['${SYSFW_SUFFIX}' == 'hs']}
 
 EXTRA_OEMAKE:append:j7200-evm-k3r5 = " SBL="${STAGING_DIR_HOST}/boot/u-boot-spl.bin""
 EXTRA_OEMAKE:append:j7200-hs-evm-k3r5 = " SBL="${STAGING_DIR_HOST}/boot/u-boot-spl.bin""
+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""
 
@@ -127,6 +130,21 @@ do_deploy:j7200-hs-evm-k3r5() {
 	install -m 644 ${SYSFW_TISCI} ${DEPLOYDIR}/
 }
 
+do_install:j721s2-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:j721s2-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}/
+}
+
 do_install:am64xx-evm-k3r5() {
 	install -d ${D}/boot
 	install -m 644 ${WORKDIR}/imggen/${UBOOT_BINARY} ${D}/boot/${UBOOT_IMAGE}
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 4b9f543c..e8d199f1 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
@@ -65,6 +65,7 @@ SPL_UART_BINARY:k3r5 = ""
 SPL_UART_BINARY:lego-ev3 = ""
 SPL_UART_BINARY:j7200-evm-k3r5 = "u-boot-spl.bin"
 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"
 
@@ -277,6 +278,11 @@ do_deploy:append:j7200-hs-evm-k3r5 () {
 	mv ${DEPLOYDIR}/u-boot-spl.bin ${DEPLOYDIR}/u-boot-spl-r5spl.bin || true
 }
 
+do_deploy:append:j721s2-evm-k3r5 () {
+	mv ${DEPLOYDIR}/tiboot3.bin ${DEPLOYDIR}/tiboot3-r5spl.bin || true
+	mv ${DEPLOYDIR}/u-boot-spl.bin ${DEPLOYDIR}/u-boot-spl-r5spl.bin || true
+}
+
 do_deploy:append:am64xx-evm-k3r5 () {
 	mv ${DEPLOYDIR}/tiboot3.bin ${DEPLOYDIR}/tiboot3-r5spl.bin || true
 	mv ${DEPLOYDIR}/u-boot-spl.bin ${DEPLOYDIR}/u-boot-spl-r5spl.bin || true
-- 
2.25.1


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

* [PATCH 02/29] optee-os: Add support for alternate console
  2022-02-22  4:14 [PATCH 00/29] #3 - another sync up with Dunfell Denys Dmytriyenko
  2022-02-22  4:14 ` [PATCH 01/29] machine: Add j721s2 evm configuration Denys Dmytriyenko
@ 2022-02-22  4:14 ` Denys Dmytriyenko
  2022-02-22  4:14 ` [PATCH 03/29] trusted-firmware-a: " Denys Dmytriyenko
                   ` (26 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: Denys Dmytriyenko @ 2022-02-22  4:14 UTC (permalink / raw)
  To: meta-ti

From: Nishanth Menon <nm@ti.com>

Actual systems may choose to use a different console from the default
Allow the machine configurations to describe the same.

Since the option provided is custom to TI K3, make this a k3 product
override capability.

Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
---
 meta-ti-bsp/recipes-security/optee/optee-os_%.bbappend | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-ti-bsp/recipes-security/optee/optee-os_%.bbappend b/meta-ti-bsp/recipes-security/optee/optee-os_%.bbappend
index 5cb70df9..f1d7fc9a 100644
--- a/meta-ti-bsp/recipes-security/optee/optee-os_%.bbappend
+++ b/meta-ti-bsp/recipes-security/optee/optee-os_%.bbappend
@@ -1,3 +1,5 @@
+EXTRA_OEMAKE:append:k3 = "${@ 'CFG_CONSOLE_UART='+ d.getVar('OPTEE_K3_USART') if d.getVar('OPTEE_K3_USART') else ''}"
+
 do_compile:prepend:ti-soc() {
     export TI_SECURE_DEV_PKG=${TI_SECURE_DEV_PKG}
 }
-- 
2.25.1


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

* [PATCH 03/29] trusted-firmware-a: Add support for alternate console
  2022-02-22  4:14 [PATCH 00/29] #3 - another sync up with Dunfell Denys Dmytriyenko
  2022-02-22  4:14 ` [PATCH 01/29] machine: Add j721s2 evm configuration Denys Dmytriyenko
  2022-02-22  4:14 ` [PATCH 02/29] optee-os: Add support for alternate console Denys Dmytriyenko
@ 2022-02-22  4:14 ` Denys Dmytriyenko
  2022-02-22  4:14 ` [PATCH 04/29] recipes-bsp/ti-rtos: Use target_c7x_0 instead of just c7x Denys Dmytriyenko
                   ` (25 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: Denys Dmytriyenko @ 2022-02-22  4:14 UTC (permalink / raw)
  To: meta-ti

From: Nishanth Menon <nm@ti.com>

Actual systems may choose to use a different console from the default
Allow the machine configurations to describe the same. Since the
option provided is custom to TI K3, make this a k3 product override
capability.

Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
---
 .../trusted-firmware-a/trusted-firmware-a_%.bbappend            | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-ti-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend b/meta-ti-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
index 8fe7c08e..581f7454 100644
--- a/meta-ti-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
+++ b/meta-ti-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
@@ -8,6 +8,8 @@ TFA_BUILD_TARGET:k3 = "all"
 TFA_INSTALL_TARGET:k3 = "bl31"
 TFA_SPD:k3 = "opteed"
 
+EXTRA_OEMAKE:append:k3 = "${@ 'K3_USART=' + d.getVar('TFA_K3_USART') if d.getVar('TFA_K3_USART') else ''}"
+
 do_compile:append:am65xx-hs-evm() {
 	export TI_SECURE_DEV_PKG=${TI_SECURE_DEV_PKG}
 	( cd ${BUILD_DIR}; \
-- 
2.25.1


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

* [PATCH 04/29] recipes-bsp/ti-rtos: Use target_c7x_0 instead of just c7x
  2022-02-22  4:14 [PATCH 00/29] #3 - another sync up with Dunfell Denys Dmytriyenko
                   ` (2 preceding siblings ...)
  2022-02-22  4:14 ` [PATCH 03/29] trusted-firmware-a: " Denys Dmytriyenko
@ 2022-02-22  4:14 ` Denys Dmytriyenko
  2022-02-22  4:14 ` [PATCH 05/29] ti-rtos-bin: Add j721s2 Denys Dmytriyenko
                   ` (24 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: Denys Dmytriyenko @ 2022-02-22  4:14 UTC (permalink / raw)
  To: meta-ti

From: Nishanth Menon <nm@ti.com>

Lets enumerate the C7x target instead of defaulting as a since C7x.

Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
---
 meta-ti-bsp/recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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 7d286b20..77955880 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
@@ -196,7 +196,7 @@ TARGET_MAIN_R5FSS1_0:j7 = "j7-main-r5f1_0-fw"
 TARGET_MAIN_R5FSS1_1:j7 = "j7-main-r5f1_1-fw"
 TARGET_C66_0:j7 = "j7-c66_0-fw"
 TARGET_C66_1:j7 = "j7-c66_1-fw"
-TARGET_C7X:j7 = "j7-c71_0-fw"
+TARGET_C7X_0:j7 = "j7-c71_0-fw"
 
 TARGET_MCU_R5FSS0_0:j7200-evm = "j7200-mcu-r5f0_0-fw"
 TARGET_MCU_R5FSS0_1:j7200-evm = "j7200-mcu-r5f0_1-fw"
@@ -225,7 +225,7 @@ ALTERNATIVE_LINK_NAME[j7-main-r5f1_0-fw] = "${nonarch_base_libdir}/firmware/${TA
 ALTERNATIVE_LINK_NAME[j7-main-r5f1_1-fw] = "${nonarch_base_libdir}/firmware/${TARGET_MAIN_R5FSS1_1}"
 ALTERNATIVE_LINK_NAME[j7-c66_0-fw] = "${nonarch_base_libdir}/firmware/${TARGET_C66_0}"
 ALTERNATIVE_LINK_NAME[j7-c66_1-fw] = "${nonarch_base_libdir}/firmware/${TARGET_C66_1}"
-ALTERNATIVE_LINK_NAME[j7-c71_0-fw] = "${nonarch_base_libdir}/firmware/${TARGET_C7X}"
+ALTERNATIVE_LINK_NAME[j7-c71_0-fw] = "${nonarch_base_libdir}/firmware/${TARGET_C7X_0}"
 
 ALTERNATIVE_LINK_NAME[j7200-mcu-r5f0_0-fw] = "${nonarch_base_libdir}/firmware/${TARGET_MCU_R5FSS0_0}"
 ALTERNATIVE_LINK_NAME[j7200-mcu-r5f0_1-fw] = "${nonarch_base_libdir}/firmware/${TARGET_MCU_R5FSS0_1}"
-- 
2.25.1


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

* [PATCH 05/29] ti-rtos-bin: Add j721s2
  2022-02-22  4:14 [PATCH 00/29] #3 - another sync up with Dunfell Denys Dmytriyenko
                   ` (3 preceding siblings ...)
  2022-02-22  4:14 ` [PATCH 04/29] recipes-bsp/ti-rtos: Use target_c7x_0 instead of just c7x Denys Dmytriyenko
@ 2022-02-22  4:14 ` Denys Dmytriyenko
  2022-02-22  4:14 ` [PATCH 06/29] recipes-bsp/ti-rtos: Define the TARGET and ALTERNATE_TARGET as well Denys Dmytriyenko
                   ` (23 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: Denys Dmytriyenko @ 2022-02-22  4:14 UTC (permalink / raw)
  To: meta-ti

From: Nishanth Menon <nm@ti.com>

Lets keep ethernet switch firmware disabled till we can actually
integrate it.

Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
---
 .../ti-rtos-bin/ti-rtos-firmware.bb           | 38 +++++++++++++++++++
 1 file changed, 38 insertions(+)

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 77955880..4b92e364 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
@@ -16,6 +16,7 @@ PLAT_SFX = ""
 PLAT_SFX:j7 = "j721e"
 PLAT_SFX:j7200-evm = "j7200"
 PLAT_SFX:j7200-hs-evm = "j7200"
+PLAT_SFX:j721s2-evm = "j721s2"
 PLAT_SFX:am65xx = "am65xx"
 PLAT_SFX:am64xx = "am64xx"
 
@@ -122,6 +123,22 @@ do_install:j7200-hs-evm() {
     install -m 0644 ${RTOS_ETH_FW_DIR}/app_remoteswitchcfg_server_strip.xer5f ${LEGACY_ETH_FW_DIR}
 }
 
+do_install:j721s2-evm() {
+    install -d ${LEGACY_IPC_FW_DIR}
+    install -m 0644 ${RTOS_IPC_FW_DIR}/ipc_echo_test_mcu1_1_release_strip.xer5f ${LEGACY_IPC_FW_DIR}
+    install -m 0644 ${RTOS_IPC_FW_DIR}/ipc_echo_test_mcu2_0_release_strip.xer5f ${LEGACY_IPC_FW_DIR}
+    install -m 0644 ${RTOS_IPC_FW_DIR}/ipc_echo_test_mcu2_1_release_strip.xer5f ${LEGACY_IPC_FW_DIR}
+    install -m 0644 ${RTOS_IPC_FW_DIR}/ipc_echo_test_mcu3_0_release_strip.xer5f ${LEGACY_IPC_FW_DIR}
+    install -m 0644 ${RTOS_IPC_FW_DIR}/ipc_echo_test_mcu3_1_release_strip.xer5f ${LEGACY_IPC_FW_DIR}
+    install -m 0644 ${RTOS_IPC_FW_DIR}/ipc_echo_test_c7x_1_release_strip.xe71 ${LEGACY_IPC_FW_DIR}
+    install -m 0644 ${RTOS_IPC_FW_DIR}/ipc_echo_test_c7x_2_release_strip.xe71 ${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}
+    # ETH firmware
+    # install -d ${LEGACY_ETH_FW_DIR}
+    # install -m 0644 ${RTOS_ETH_FW_DIR}/app_remoteswitchcfg_server_strip.xer5f ${LEGACY_ETH_FW_DIR}
+}
+
 do_install:am65xx() {
     install -d ${LEGACY_IPC_FW_DIR}
     install -m 0644 ${RTOS_IPC_FW_DIR}/ipc_echo_test_mcu1_0_release_strip.xer5f ${LEGACY_IPC_FW_DIR}
@@ -177,6 +194,17 @@ ALTERNATIVE:${PN}:j7200-hs-evm = "\
                     j7200-main-r5f0_1-fw \
                     "
 
+ALTERNATIVE_${PN}:j721s2-evm = "\
+                    j7-mcu-r5f0_0-fw \
+                    j7-mcu-r5f0_1-fw \
+                    j7-main-r5f0_0-fw \
+                    j7-main-r5f0_1-fw \
+                    j7-main-r5f1_0-fw \
+                    j7-main-r5f1_1-fw \
+                    j7-c71_0-fw\
+                    j7-c71_1-fw\
+                    "
+
 # Set up link names for the firmwares
 
 TARGET_MCU_R5FSS0_0:am65xx = "am65x-mcu-r5f0_0-fw"
@@ -197,6 +225,7 @@ TARGET_MAIN_R5FSS1_1:j7 = "j7-main-r5f1_1-fw"
 TARGET_C66_0:j7 = "j7-c66_0-fw"
 TARGET_C66_1:j7 = "j7-c66_1-fw"
 TARGET_C7X_0:j7 = "j7-c71_0-fw"
+TARGET_C7X_1:j7 = "j7-c71_1-fw"
 
 TARGET_MCU_R5FSS0_0:j7200-evm = "j7200-mcu-r5f0_0-fw"
 TARGET_MCU_R5FSS0_1:j7200-evm = "j7200-mcu-r5f0_1-fw"
@@ -232,6 +261,15 @@ ALTERNATIVE_LINK_NAME[j7200-mcu-r5f0_1-fw] = "${nonarch_base_libdir}/firmware/${
 ALTERNATIVE_LINK_NAME[j7200-main-r5f0_0-fw] = "${nonarch_base_libdir}/firmware/${TARGET_MAIN_R5FSS0_0}"
 ALTERNATIVE_LINK_NAME[j7200-main-r5f0_1-fw] = "${nonarch_base_libdir}/firmware/${TARGET_MAIN_R5FSS0_1}"
 
+ALTERNATIVE_LINK_NAME[j721s2-mcu-r5f0_0-fw] = "${nonarch_base_libdir}/firmware/${TARGET_MCU_R5FSS0_0}"
+ALTERNATIVE_LINK_NAME[j721s2-mcu-r5f0_1-fw] = "${nonarch_base_libdir}/firmware/${TARGET_MCU_R5FSS0_1}"
+ALTERNATIVE_LINK_NAME[j721s2-main-r5f0_0-fw] = "${nonarch_base_libdir}/firmware/${TARGET_MAIN_R5FSS0_0}"
+ALTERNATIVE_LINK_NAME[j721s2-main-r5f0_1-fw] = "${nonarch_base_libdir}/firmware/${TARGET_MAIN_R5FSS0_1}"
+ALTERNATIVE_LINK_NAME[j721s2-main-r5f1_0-fw] = "${nonarch_base_libdir}/firmware/${TARGET_MAIN_R5FSS1_0}"
+ALTERNATIVE_LINK_NAME[j721s2-main-r5f1_1-fw] = "${nonarch_base_libdir}/firmware/${TARGET_MAIN_R5FSS1_1}"
+ALTERNATIVE_LINK_NAME[j721s2-c71_0-fw] = "${nonarch_base_libdir}/firmware/${TARGET_C7X_0}"
+ALTERNATIVE_LINK_NAME[j721s2-c71_1-fw] = "${nonarch_base_libdir}/firmware/${TARGET_C7X_1}"
+
 # Create the firmware alternatives
 
 ALTERNATIVE_TARGET[am65x-mcu-r5f0_0-fw] = "${nonarch_base_libdir}/firmware/pdk-ipc/ipc_echo_test_mcu1_0_release_strip.xer5f"
-- 
2.25.1


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

* [PATCH 06/29] recipes-bsp/ti-rtos: Define the TARGET and ALTERNATE_TARGET as well.
  2022-02-22  4:14 [PATCH 00/29] #3 - another sync up with Dunfell Denys Dmytriyenko
                   ` (4 preceding siblings ...)
  2022-02-22  4:14 ` [PATCH 05/29] ti-rtos-bin: Add j721s2 Denys Dmytriyenko
@ 2022-02-22  4:14 ` Denys Dmytriyenko
  2022-02-22  4:14 ` [PATCH 07/29] recipies-ti: ti-rtos-firmware: Fixup typo for rtos firmware Denys Dmytriyenko
                   ` (22 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: Denys Dmytriyenko @ 2022-02-22  4:14 UTC (permalink / raw)
  To: meta-ti

From: Nishanth Menon <nm@ti.com>

Dont forget the alternate-target as well.

Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
---
 .../ti-rtos-bin/ti-rtos-firmware.bb           | 19 ++++++++++++++++++-
 1 file changed, 18 insertions(+), 1 deletion(-)

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 4b92e364..5d453676 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
@@ -225,7 +225,6 @@ TARGET_MAIN_R5FSS1_1:j7 = "j7-main-r5f1_1-fw"
 TARGET_C66_0:j7 = "j7-c66_0-fw"
 TARGET_C66_1:j7 = "j7-c66_1-fw"
 TARGET_C7X_0:j7 = "j7-c71_0-fw"
-TARGET_C7X_1:j7 = "j7-c71_1-fw"
 
 TARGET_MCU_R5FSS0_0:j7200-evm = "j7200-mcu-r5f0_0-fw"
 TARGET_MCU_R5FSS0_1:j7200-evm = "j7200-mcu-r5f0_1-fw"
@@ -237,6 +236,15 @@ TARGET_MCU_R5FSS0_1:j7200-hs-evm = "j7200-mcu-r5f0_1-fw"
 TARGET_MAIN_R5FSS0_0:j7200-hs-evm = "j7200-main-r5f0_0-fw"
 TARGET_MAIN_R5FSS0_1:j7200-hs-evm = "j7200-main-r5f0_1-fw"
 
+TARGET_MCU_R5FSS0_0:j721s2-evm = "j721s2-mcu-r5f0_0-fw"
+TARGET_MCU_R5FSS0_1:j721s2-evm = "j721s2-mcu-r5f0_1-fw"
+TARGET_MAIN_R5FSS0_0:j721s2-evm = "j721s2-main-r5f0_0-fw"
+TARGET_MAIN_R5FSS0_1:j721s2-evm = "j721s2-main-r5f0_1-fw"
+TARGET_MAIN_R5FSS1_0:j721s2-evm = "j721s2-main-r5f1_0-fw"
+TARGET_MAIN_R5FSS1_1:j721s2-evm = "j721s2-main-r5f1_1-fw"
+TARGET_C7X_0:j721s2-evm = "j721s2-c71_0-fw"
+TARGET_C7X_1:j721s2-evm = "j721s2-c71_1-fw"
+
 ALTERNATIVE_LINK_NAME[am65x-mcu-r5f0_0-fw] = "${nonarch_base_libdir}/firmware/${TARGET_MCU_R5FSS0_0}"
 ALTERNATIVE_LINK_NAME[am65x-mcu-r5f0_1-fw] = "${nonarch_base_libdir}/firmware/${TARGET_MCU_R5FSS0_1}"
 
@@ -296,6 +304,15 @@ ALTERNATIVE_TARGET[j7200-mcu-r5f0_1-fw] = "${nonarch_base_libdir}/firmware/pdk-i
 ALTERNATIVE_TARGET[j7200-main-r5f0_0-fw] = "${nonarch_base_libdir}/firmware/ethfw/app_remoteswitchcfg_server_strip.xer5f"
 ALTERNATIVE_TARGET[j7200-main-r5f0_1-fw] = "${nonarch_base_libdir}/firmware/pdk-ipc/ipc_echo_test_mcu2_1_release_strip.xer5f"
 
+ALTERNATIVE_TARGET[j721s2-mcu-r5f0_0-fw] = "${nonarch_base_libdir}/firmware/pdk-ipc/ipc_echo_testb_mcu1_0_release_strip.xer5f"
+ALTERNATIVE_TARGET[j721s2-mcu-r5f0_1-fw] = "${nonarch_base_libdir}/firmware/pdk-ipc/ipc_echo_test_mcu1_1_release_strip.xer5f"
+ALTERNATIVE_TARGET[j721s2-main-r5f0_0-fw] = "${nonarch_base_libdir}/firmware/ethfw/app_remoteswitchcfg_server_strip.xer5f"
+ALTERNATIVE_TARGET[j721s2-main-r5f0_1-fw] = "${nonarch_base_libdir}/firmware/pdk-ipc/ipc_echo_test_mcu2_1_release_strip.xer5f"
+ALTERNATIVE_TARGET[j721s2-main-r5f1_0-fw] = "${nonarch_base_libdir}/firmware/pdk-ipc/ipc_echo_test_mcu3_0_release_strip.xer5f"
+ALTERNATIVE_TARGET[j721s2-main-r5f1_1-fw] = "${nonarch_base_libdir}/firmware/pdk-ipc/ipc_echo_test_mcu3_1_release_strip.xer5f"
+ALTERNATIVE_TARGET[j721s2-c71_0-fw] = "${nonarch_base_libdir}/firmware/pdk-ipc/ipc_echo_test_c7x_1_release_strip.xe71"
+ALTERNATIVE_TARGET[j721s2-c71_1-fw] = "${nonarch_base_libdir}/firmware/pdk-ipc/ipc_echo_test_c7x_2_release_strip.xe71"
+
 ALTERNATIVE_PRIORITY = "10"
 
 # make sure that lib/firmware, and all its contents are part of the package
-- 
2.25.1


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

* [PATCH 07/29] recipies-ti: ti-rtos-firmware: Fixup typo for rtos firmware
  2022-02-22  4:14 [PATCH 00/29] #3 - another sync up with Dunfell Denys Dmytriyenko
                   ` (5 preceding siblings ...)
  2022-02-22  4:14 ` [PATCH 06/29] recipes-bsp/ti-rtos: Define the TARGET and ALTERNATE_TARGET as well Denys Dmytriyenko
@ 2022-02-22  4:14 ` Denys Dmytriyenko
  2022-02-22  4:14 ` [PATCH 08/29] recipes-bsp: Add cnm-wave-fw firmware recipe Denys Dmytriyenko
                   ` (21 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: Denys Dmytriyenko @ 2022-02-22  4:14 UTC (permalink / raw)
  To: meta-ti

From: Nishanth Menon <nm@ti.com>

Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
---
 .../recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb   | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

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 5d453676..a1b851f2 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
@@ -195,14 +195,14 @@ ALTERNATIVE:${PN}:j7200-hs-evm = "\
                     "
 
 ALTERNATIVE_${PN}:j721s2-evm = "\
-                    j7-mcu-r5f0_0-fw \
-                    j7-mcu-r5f0_1-fw \
-                    j7-main-r5f0_0-fw \
-                    j7-main-r5f0_1-fw \
-                    j7-main-r5f1_0-fw \
-                    j7-main-r5f1_1-fw \
-                    j7-c71_0-fw\
-                    j7-c71_1-fw\
+                    j721s2-mcu-r5f0_0-fw \
+                    j721s2-mcu-r5f0_1-fw \
+                    j721s2-main-r5f0_0-fw \
+                    j721s2-main-r5f0_1-fw \
+                    j721s2-main-r5f1_0-fw \
+                    j721s2-main-r5f1_1-fw \
+                    j721s2-c71_0-fw \
+                    j721s2-c71_1-fw \
                     "
 
 # Set up link names for the firmwares
-- 
2.25.1


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

* [PATCH 08/29] recipes-bsp: Add cnm-wave-fw firmware recipe
  2022-02-22  4:14 [PATCH 00/29] #3 - another sync up with Dunfell Denys Dmytriyenko
                   ` (6 preceding siblings ...)
  2022-02-22  4:14 ` [PATCH 07/29] recipies-ti: ti-rtos-firmware: Fixup typo for rtos firmware Denys Dmytriyenko
@ 2022-02-22  4:14 ` Denys Dmytriyenko
  2022-02-22  4:14 ` [PATCH 09/29] recipes-ti/ti-rtos-bin: Fix unavailable binary path Denys Dmytriyenko
                   ` (20 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: Denys Dmytriyenko @ 2022-02-22  4:14 UTC (permalink / raw)
  To: meta-ti

From: Nishanth Menon <nm@ti.com>

Add firmware recipe to add the Wave521cl firmware pieces in for j7
platform.

Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
---
 .../cnm-wave-fw/cnm-wave-fw_git.bb            | 41 +++++++++++++++++++
 .../recipes-bsp/ti-linux-fw/ti-linux-fw.inc   |  1 +
 .../recipes-kernel/linux/kernel-rdepends.inc  |  3 ++
 3 files changed, 45 insertions(+)
 create mode 100644 meta-ti-bsp/recipes-bsp/cnm-wave-fw/cnm-wave-fw_git.bb

diff --git a/meta-ti-bsp/recipes-bsp/cnm-wave-fw/cnm-wave-fw_git.bb b/meta-ti-bsp/recipes-bsp/cnm-wave-fw/cnm-wave-fw_git.bb
new file mode 100644
index 00000000..af77b394
--- /dev/null
+++ b/meta-ti-bsp/recipes-bsp/cnm-wave-fw/cnm-wave-fw_git.bb
@@ -0,0 +1,41 @@
+SUMMARY = "Chips&Media codec firmware files"
+
+require recipes-bsp/ti-linux-fw/ti-linux-fw.inc
+
+inherit deploy
+inherit update-alternatives
+
+LICENSE = "BSD-3-Clause"
+LIC_FILES_CHKSUM = "file://LICENCE.cnm;md5=93b67e6bac7f8fec22b96b8ad0a1a9d0"
+
+PV = "${CNM_WAVE521_FW_VERSION}"
+PR = "${INC_PR}.0"
+
+CLEANBROKEN = "1"
+
+COMPATIBLE_MACHINE = "j7"
+
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
+S = "${WORKDIR}/git"
+TARGET_WAVE215C = "wave521c_codec_fw.bin"
+
+ALTERNATIVE_LINK_NAME[wave521c_codec_fw.bin] = "${nonarch_base_libdir}/firmware/${TARGET_WAVE215C}"
+ALTERNATIVE_TARGET[wave521c_codec_fw.bin] = "${nonarch_base_libdir}/firmware/cnm/${TARGET_WAVE215C}"
+ALTERNATIVE_PRIORITY = "10"
+
+# Set up names for the firmwares
+ALTERNATIVE_${PN}:j7 = "\
+                    wave521c_codec_fw.bin"
+
+do_install() {
+	install -d ${D}${nonarch_base_libdir}/firmware/cnm
+	install -m 0644 ${S}/cnm/${TARGET_WAVE215C} ${D}${nonarch_base_libdir}/firmware/cnm/${TARGET_WAVE215C}
+}
+
+# make sure that lib/firmware, and all its contents are part of the package
+FILES:${PN} = "${nonarch_base_libdir}/firmware"
+
+# we don't want to configure and build the source code
+do_compile[noexec] = "1"
+do_configure[noexec] = "1"
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 f1607686..9bd2d0a8 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
@@ -17,6 +17,7 @@ PRUETH_FW_AM65X_SR2_VERSION = "02.02.09.07"
 GOODIX_FW_VERSION = "1.0.0.0"
 CADENCE_MHDP_FW_VERSION = "1.2.17"
 IMG_DEC_FW_VERSION = "1.0"
+CNM_WAVE521_FW_VERSION = "1.0.00"
 
 TI_LINUX_FW_SRCREV ?= "c96a734a059889e571dcf30c0638157c690a6e6e"
 SRCREV = "${TI_LINUX_FW_SRCREV}"
diff --git a/meta-ti-bsp/recipes-kernel/linux/kernel-rdepends.inc b/meta-ti-bsp/recipes-kernel/linux/kernel-rdepends.inc
index 0425c789..1d98edcf 100644
--- a/meta-ti-bsp/recipes-kernel/linux/kernel-rdepends.inc
+++ b/meta-ti-bsp/recipes-kernel/linux/kernel-rdepends.inc
@@ -25,3 +25,6 @@ RDEPENDS:${KERNEL_PACKAGE_NAME}-base:append:j7 = " cadence-mhdp-fw"
 
 # Add run-time dependency for Video Decoding firmware to the rootfs
 RDEPENDS:${KERNEL_PACKAGE_NAME}-base:append:j7 = " vxd-dec-fw"
+
+# Add run-time dependency for Chips&Media Wave521 firmware to the rootfs
+RDEPENDS:${KERNEL_PACKAGE_NAME}-base:append:j7 = " cnm-wave-fw"
-- 
2.25.1


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

* [PATCH 09/29] recipes-ti/ti-rtos-bin: Fix unavailable binary path
  2022-02-22  4:14 [PATCH 00/29] #3 - another sync up with Dunfell Denys Dmytriyenko
                   ` (7 preceding siblings ...)
  2022-02-22  4:14 ` [PATCH 08/29] recipes-bsp: Add cnm-wave-fw firmware recipe Denys Dmytriyenko
@ 2022-02-22  4:14 ` Denys Dmytriyenko
  2022-02-22  4:14 ` [PATCH 10/29] cnm-wave-fw: Fix name of firmware for j721s2 Denys Dmytriyenko
                   ` (19 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: Denys Dmytriyenko @ 2022-02-22  4:14 UTC (permalink / raw)
  To: meta-ti

From: Hari Nagalla <hnagalla@ti.com>

Lets fix the missing switch firmware binary to point to ping binary
instead. If we attempt to start alternate CPU, we get a very beserk
system.

Signed-off-by: Hari Nagalla <hnagalla@ti.com>
Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
---
 meta-ti-bsp/recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 a1b851f2..8aa823cc 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
@@ -306,7 +306,7 @@ ALTERNATIVE_TARGET[j7200-main-r5f0_1-fw] = "${nonarch_base_libdir}/firmware/pdk-
 
 ALTERNATIVE_TARGET[j721s2-mcu-r5f0_0-fw] = "${nonarch_base_libdir}/firmware/pdk-ipc/ipc_echo_testb_mcu1_0_release_strip.xer5f"
 ALTERNATIVE_TARGET[j721s2-mcu-r5f0_1-fw] = "${nonarch_base_libdir}/firmware/pdk-ipc/ipc_echo_test_mcu1_1_release_strip.xer5f"
-ALTERNATIVE_TARGET[j721s2-main-r5f0_0-fw] = "${nonarch_base_libdir}/firmware/ethfw/app_remoteswitchcfg_server_strip.xer5f"
+ALTERNATIVE_TARGET[j721s2-main-r5f0_0-fw] = "${nonarch_base_libdir}/firmware/pdk-ipc/ipc_echo_test_mcu2_0_release_strip.xer5f"
 ALTERNATIVE_TARGET[j721s2-main-r5f0_1-fw] = "${nonarch_base_libdir}/firmware/pdk-ipc/ipc_echo_test_mcu2_1_release_strip.xer5f"
 ALTERNATIVE_TARGET[j721s2-main-r5f1_0-fw] = "${nonarch_base_libdir}/firmware/pdk-ipc/ipc_echo_test_mcu3_0_release_strip.xer5f"
 ALTERNATIVE_TARGET[j721s2-main-r5f1_1-fw] = "${nonarch_base_libdir}/firmware/pdk-ipc/ipc_echo_test_mcu3_1_release_strip.xer5f"
-- 
2.25.1


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

* [PATCH 10/29] cnm-wave-fw: Fix name of firmware for j721s2
  2022-02-22  4:14 [PATCH 00/29] #3 - another sync up with Dunfell Denys Dmytriyenko
                   ` (8 preceding siblings ...)
  2022-02-22  4:14 ` [PATCH 09/29] recipes-ti/ti-rtos-bin: Fix unavailable binary path Denys Dmytriyenko
@ 2022-02-22  4:14 ` Denys Dmytriyenko
  2022-02-22  4:14 ` [PATCH 11/29] ti-linux-fw: Bump up TIFS and DM to v2022.01 Denys Dmytriyenko
                   ` (18 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: Denys Dmytriyenko @ 2022-02-22  4:14 UTC (permalink / raw)
  To: meta-ti

From: Ryan Eatmon <reatmon@ti.com>

Update the name of the firmware for j721s2 as the file
was renamed.  Also, fix a typo in the variable name.

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
---
 .../recipes-bsp/cnm-wave-fw/cnm-wave-fw_git.bb        | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/meta-ti-bsp/recipes-bsp/cnm-wave-fw/cnm-wave-fw_git.bb b/meta-ti-bsp/recipes-bsp/cnm-wave-fw/cnm-wave-fw_git.bb
index af77b394..ce7be5e7 100644
--- a/meta-ti-bsp/recipes-bsp/cnm-wave-fw/cnm-wave-fw_git.bb
+++ b/meta-ti-bsp/recipes-bsp/cnm-wave-fw/cnm-wave-fw_git.bb
@@ -9,7 +9,7 @@ LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENCE.cnm;md5=93b67e6bac7f8fec22b96b8ad0a1a9d0"
 
 PV = "${CNM_WAVE521_FW_VERSION}"
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"
 
 CLEANBROKEN = "1"
 
@@ -18,10 +18,11 @@ COMPATIBLE_MACHINE = "j7"
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 
 S = "${WORKDIR}/git"
-TARGET_WAVE215C = "wave521c_codec_fw.bin"
+TARGET_WAVE521C = "wave521c_codec_fw.bin"
+TARGET_WAVE521C:j721s2-evm = "wave521c_j721s2_codec_fw.bin"
 
-ALTERNATIVE_LINK_NAME[wave521c_codec_fw.bin] = "${nonarch_base_libdir}/firmware/${TARGET_WAVE215C}"
-ALTERNATIVE_TARGET[wave521c_codec_fw.bin] = "${nonarch_base_libdir}/firmware/cnm/${TARGET_WAVE215C}"
+ALTERNATIVE_LINK_NAME[wave521c_codec_fw.bin] = "${nonarch_base_libdir}/firmware/${TARGET_WAVE521C}"
+ALTERNATIVE_TARGET[wave521c_codec_fw.bin] = "${nonarch_base_libdir}/firmware/cnm/${TARGET_WAVE521C}"
 ALTERNATIVE_PRIORITY = "10"
 
 # Set up names for the firmwares
@@ -30,7 +31,7 @@ ALTERNATIVE_${PN}:j7 = "\
 
 do_install() {
 	install -d ${D}${nonarch_base_libdir}/firmware/cnm
-	install -m 0644 ${S}/cnm/${TARGET_WAVE215C} ${D}${nonarch_base_libdir}/firmware/cnm/${TARGET_WAVE215C}
+	install -m 0644 ${S}/cnm/${TARGET_WAVE521C} ${D}${nonarch_base_libdir}/firmware/cnm/${TARGET_WAVE521C}
 }
 
 # make sure that lib/firmware, and all its contents are part of the package
-- 
2.25.1


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

* [PATCH 11/29] ti-linux-fw: Bump up TIFS and DM to v2022.01
  2022-02-22  4:14 [PATCH 00/29] #3 - another sync up with Dunfell Denys Dmytriyenko
                   ` (9 preceding siblings ...)
  2022-02-22  4:14 ` [PATCH 10/29] cnm-wave-fw: Fix name of firmware for j721s2 Denys Dmytriyenko
@ 2022-02-22  4:14 ` Denys Dmytriyenko
  2022-02-22  4:14 ` [PATCH 12/29] Revert "ti-sci-fw: Fix for k3-image-gen issue for combined boot images" Denys Dmytriyenko
                   ` (17 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: Denys Dmytriyenko @ 2022-02-22  4:14 UTC (permalink / raw)
  To: meta-ti

From: Praneeth Bajjuri <praneeth@ti.com>

Update ti-linux-firmware and k3-image-gen to
pick latest TIFS and DM v2022.01

This version also adds support to j721s2

Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
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 | 8 ++++----
 1 file changed, 4 insertions(+), 4 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 9bd2d0a8..fea0c783 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
@@ -3,8 +3,8 @@ SUMMARY = "TI SCI firmware (SYSFW)"
 LICENSE = "TI-TFL"
 LIC_FILES_CHKSUM = "file://LICENSE.ti;md5=b5aebf0668bdf95621259288c4a46d76"
 
-PV = "2021.09a"
-INC_PR = "r1"
+PV = "2022.01"
+INC_PR = "r2"
 
 # Firmware versions
 CORESDK_RTOS_VERSION = "08.01.00.02"
@@ -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 ?= "c96a734a059889e571dcf30c0638157c690a6e6e"
+TI_LINUX_FW_SRCREV ?= "6070de0ae4095d291e1f7679d1fe6e07253a2fc3"
 SRCREV = "${TI_LINUX_FW_SRCREV}"
 
 BRANCH ?= "ti-linux-firmware"
 
-K3_IMAGE_GEN_SRCREV ?= "489c767a153ff26e9230746e04dd4b1ad0809901"
+K3_IMAGE_GEN_SRCREV ?= "9abbe130d47a7fa6f8e02b740ad3ad27bc81d327"
 SRCREV_imggen = "${K3_IMAGE_GEN_SRCREV}"
 SRCREV_FORMAT = "imggen"
 
-- 
2.25.1


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

* [PATCH 12/29] Revert "ti-sci-fw: Fix for k3-image-gen issue for combined boot images"
  2022-02-22  4:14 [PATCH 00/29] #3 - another sync up with Dunfell Denys Dmytriyenko
                   ` (10 preceding siblings ...)
  2022-02-22  4:14 ` [PATCH 11/29] ti-linux-fw: Bump up TIFS and DM to v2022.01 Denys Dmytriyenko
@ 2022-02-22  4:14 ` Denys Dmytriyenko
  2022-02-22  4:14 ` [PATCH 13/29] cnm-wave-fw: lock the compatiable machine to j721s2-evm Denys Dmytriyenko
                   ` (16 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: Denys Dmytriyenko @ 2022-02-22  4:14 UTC (permalink / raw)
  To: meta-ti

From: Praneeth Bajjuri <praneeth@ti.com>

This reverts commit d29025f7e868bea6299b55caf78e684fc647be33.

* associated fix in k3-image-gen is picked up now.
  commit 892c86501ff7 ("Makefile: Skip signing of binaries for HS combined boot")

hence its no longer needed to carry the same fix from meta-ti here.

Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
---
 .../recipes-bsp/ti-linux-fw/ti-linux-fw.inc   |  2 +-
 ...gning-of-binaries-for-combined-boot-.patch | 64 -------------------
 .../recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb    |  5 --
 3 files changed, 1 insertion(+), 70 deletions(-)
 delete mode 100644 meta-ti-bsp/recipes-bsp/ti-sci-fw/files/0001-Makefile-Skip-signing-of-binaries-for-combined-boot-.patch

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 fea0c783..014e89c8 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
@@ -24,7 +24,7 @@ SRCREV = "${TI_LINUX_FW_SRCREV}"
 
 BRANCH ?= "ti-linux-firmware"
 
-K3_IMAGE_GEN_SRCREV ?= "9abbe130d47a7fa6f8e02b740ad3ad27bc81d327"
+K3_IMAGE_GEN_SRCREV ?= "892c86501ff745dfde4d535923ce686f45700da3"
 SRCREV_imggen = "${K3_IMAGE_GEN_SRCREV}"
 SRCREV_FORMAT = "imggen"
 
diff --git a/meta-ti-bsp/recipes-bsp/ti-sci-fw/files/0001-Makefile-Skip-signing-of-binaries-for-combined-boot-.patch b/meta-ti-bsp/recipes-bsp/ti-sci-fw/files/0001-Makefile-Skip-signing-of-binaries-for-combined-boot-.patch
deleted file mode 100644
index 196f3d3f..00000000
--- a/meta-ti-bsp/recipes-bsp/ti-sci-fw/files/0001-Makefile-Skip-signing-of-binaries-for-combined-boot-.patch
+++ /dev/null
@@ -1,64 +0,0 @@
-From 2efc79702a47f9cbbeecbb2f604577f1ec8c95ba Mon Sep 17 00:00:00 2001
-From: Yogesh Siraswar <yogeshs@ti.com>
-Date: Wed, 8 Dec 2021 17:50:19 -0600
-Subject: [KIG PATCH] Makefile: Skip signing of binaries for combined boot hs
- images
-
-Combined sysfw binaries used in tiboot.bin do not require signed images.
-This fixes issues with AM64x HS and J7200 HS boot images
-
-Upstream-Status: Submitted
-Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
----
- Makefile           | 8 +++++++-
- soc/am64x/Makefile | 1 +
- soc/j7200/Makefile | 1 +
- 3 files changed, 9 insertions(+), 1 deletion(-)
-
-diff --git a/Makefile b/Makefile
-index 47b3b20..ab465df 100644
---- a/Makefile
-+++ b/Makefile
-@@ -215,8 +215,14 @@ $(soc_objroot)/%.o: %.c
- 	$(CROSS_COMPILE)gcc $(CFLAGS) -c -o $@-pre-validated $<
- 	python3 ./scripts/sysfw_boardcfg_validator.py -b $@-pre-validated -i -o $@ -s $(SOC) -l $@.log
- 
--# On HS board configuration binaries must be signed
-+# On HS board configuration binaries must be signed unless it is combined boot image
- ifdef HS
-+ifndef COMBINED_BOOT_IMAGE
-+SIGN_BINARY=1
-+endif
-+endif
-+
-+ifdef SIGN_BINARY
- %.bin.unsigned: %.o
- 	$(CROSS_COMPILE)objcopy -S -O binary $< $@
- %.bin: %.bin.unsigned
-diff --git a/soc/am64x/Makefile b/soc/am64x/Makefile
-index bfbe3e5..33ebbd0 100644
---- a/soc/am64x/Makefile
-+++ b/soc/am64x/Makefile
-@@ -31,6 +31,7 @@
- #
- 
- SBL_LOADADDDR ?= 0x70000000
-+COMBINED_BOOT_IMAGE = 1
- COMBINED_SYSFW_BRDCFG_LOADADDR ?= 0x7b000
- LOADADDR  ?= 0x44000
- SCIFS = sci
-diff --git a/soc/j7200/Makefile b/soc/j7200/Makefile
-index 3b754f7..0baef51 100644
---- a/soc/j7200/Makefile
-+++ b/soc/j7200/Makefile
-@@ -31,6 +31,7 @@
- #
- 
- SBL_LOADADDDR ?= 0x41c00000
-+COMBINED_BOOT_IMAGE = 1
- COMBINED_TIFS_BRDCFG_LOADADDR ?= 0x7f000
- COMBINED_DM_BRDCFG_LOADADDR ?= 0x41c80000
- LOADADDR ?= 0x40000
--- 
-2.17.1
-
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 dda47797..3d50b112 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
@@ -49,11 +49,6 @@ LD[unexport] = "1"
 
 do_configure[noexec] = "1"
 
-SRC_URI:append:j7200-hs-evm-k3r5 = " \
-	file://0001-Makefile-Skip-signing-of-binaries-for-combined-boot-.patch;patchdir=../imggen"
-SRC_URI:append:am64xx-hs-evm-k3r5 = " \
-	file://0001-Makefile-Skip-signing-of-binaries-for-combined-boot-.patch;patchdir=../imggen"
-
 EXTRA_OEMAKE = "\
     CROSS_COMPILE=${TARGET_PREFIX} SYSFW_DL_URL='' SYSFW_HS_DL_URL='' SYSFW_HS_INNER_CERT_DL_URL='' \
     SYSFW_PATH="${SYSFW_TISCI}" SOC=${SYSFW_SOC} CONFIG=${SYSFW_CONFIG} \
-- 
2.25.1


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

* [PATCH 13/29] cnm-wave-fw: lock the compatiable machine to j721s2-evm
  2022-02-22  4:14 [PATCH 00/29] #3 - another sync up with Dunfell Denys Dmytriyenko
                   ` (11 preceding siblings ...)
  2022-02-22  4:14 ` [PATCH 12/29] Revert "ti-sci-fw: Fix for k3-image-gen issue for combined boot images" Denys Dmytriyenko
@ 2022-02-22  4:14 ` Denys Dmytriyenko
  2022-02-22  4:14 ` [PATCH 14/29] u-boot-ti: Support binman image generation Denys Dmytriyenko
                   ` (15 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: Denys Dmytriyenko @ 2022-02-22  4:14 UTC (permalink / raw)
  To: meta-ti

From: Ryan Eatmon <reatmon@ti.com>

The original recipe listed the compatible platforms to
all of j7, but at this time it is limited to j721s2-evm.

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
---
 meta-ti-bsp/recipes-bsp/cnm-wave-fw/cnm-wave-fw_git.bb | 2 +-
 meta-ti-bsp/recipes-kernel/linux/kernel-rdepends.inc   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-ti-bsp/recipes-bsp/cnm-wave-fw/cnm-wave-fw_git.bb b/meta-ti-bsp/recipes-bsp/cnm-wave-fw/cnm-wave-fw_git.bb
index ce7be5e7..a35370c7 100644
--- a/meta-ti-bsp/recipes-bsp/cnm-wave-fw/cnm-wave-fw_git.bb
+++ b/meta-ti-bsp/recipes-bsp/cnm-wave-fw/cnm-wave-fw_git.bb
@@ -13,7 +13,7 @@ PR = "${INC_PR}.1"
 
 CLEANBROKEN = "1"
 
-COMPATIBLE_MACHINE = "j7"
+COMPATIBLE_MACHINE = "j721s2-evm"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 
diff --git a/meta-ti-bsp/recipes-kernel/linux/kernel-rdepends.inc b/meta-ti-bsp/recipes-kernel/linux/kernel-rdepends.inc
index 1d98edcf..8ceae8a1 100644
--- a/meta-ti-bsp/recipes-kernel/linux/kernel-rdepends.inc
+++ b/meta-ti-bsp/recipes-kernel/linux/kernel-rdepends.inc
@@ -27,4 +27,4 @@ RDEPENDS:${KERNEL_PACKAGE_NAME}-base:append:j7 = " cadence-mhdp-fw"
 RDEPENDS:${KERNEL_PACKAGE_NAME}-base:append:j7 = " vxd-dec-fw"
 
 # Add run-time dependency for Chips&Media Wave521 firmware to the rootfs
-RDEPENDS:${KERNEL_PACKAGE_NAME}-base:append:j7 = " cnm-wave-fw"
+RDEPENDS:${KERNEL_PACKAGE_NAME}-base:append:j721s2-evm = " cnm-wave-fw"
-- 
2.25.1


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

* [PATCH 14/29] u-boot-ti: Support binman image generation
  2022-02-22  4:14 [PATCH 00/29] #3 - another sync up with Dunfell Denys Dmytriyenko
                   ` (12 preceding siblings ...)
  2022-02-22  4:14 ` [PATCH 13/29] cnm-wave-fw: lock the compatiable machine to j721s2-evm Denys Dmytriyenko
@ 2022-02-22  4:14 ` Denys Dmytriyenko
  2022-02-22  4:14 ` [PATCH 15/29] ipc: ti-rpmsg-char: Update library to 0.4.0 Denys Dmytriyenko
                   ` (14 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: Denys Dmytriyenko @ 2022-02-22  4:14 UTC (permalink / raw)
  To: meta-ti

From: Roger Quadros <rogerq@kernel.org>

We are now using binman to generate the images for
K3 AM64 in u-boot.

tools/binman/binman needs python3-setuptools so add it to
DEPENDS.

Reported-by: Praneeth Bajjuri <praneeth@ti.com>
Suggested-by: Denys Dmytriyenko <denis@denix.org>
Signed-off-by: Roger Quadros <rogerq@kernel.org>
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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 e8d199f1..7ffc1f27 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
@@ -31,7 +31,7 @@ SRC_URI = "${UBOOT_GIT_URI};protocol=${UBOOT_GIT_PROTOCOL};branch=${BRANCH}"
 PV:append = "+git${SRCPV}"
 
 # u-boot needs devtree compiler to parse dts files
-DEPENDS += "dtc-native bc-native lzop-native flex-native bison-native"
+DEPENDS += "dtc-native bc-native lzop-native flex-native bison-native python3-setuptools-native"
 
 DM_FIRMWARE = "ipc_echo_testb_mcu1_0_release_strip.xer5f"
 
-- 
2.25.1


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

* [PATCH 15/29] ipc: ti-rpmsg-char: Update library to 0.4.0
  2022-02-22  4:14 [PATCH 00/29] #3 - another sync up with Dunfell Denys Dmytriyenko
                   ` (13 preceding siblings ...)
  2022-02-22  4:14 ` [PATCH 14/29] u-boot-ti: Support binman image generation Denys Dmytriyenko
@ 2022-02-22  4:14 ` Denys Dmytriyenko
  2022-02-22  4:14 ` [PATCH 16/29] linux-ti-staging: Bump to 08.02.00.001 release Denys Dmytriyenko
                   ` (13 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: Denys Dmytriyenko @ 2022-02-22  4:14 UTC (permalink / raw)
  To: meta-ti

From: Hari Nagalla <hnagalla@ti.com>

Update the ti-rpmsg-char library to 0.4.0 version that enables the
support for j721s2 SoC family remote processors.

Signed-off-by: Hari Nagalla <hnagalla@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 140536e7..08066edf 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.3.1 release
-SRCREV = "0824546f61bda7715519841d9b9f0fb030ddfaf2"
+# Initial 0.4.0 release
+SRCREV = "92b464f1e7477f77e44ae18d87b3d369576d662e"
 
-PV = "0.3.1+git${SRCPV}"
+PV = "0.4.0+git${SRCPV}"
 
 S = "${WORKDIR}/git"
 
-- 
2.25.1


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

* [PATCH 16/29] linux-ti-staging: Bump to 08.02.00.001 release
  2022-02-22  4:14 [PATCH 00/29] #3 - another sync up with Dunfell Denys Dmytriyenko
                   ` (14 preceding siblings ...)
  2022-02-22  4:14 ` [PATCH 15/29] ipc: ti-rpmsg-char: Update library to 0.4.0 Denys Dmytriyenko
@ 2022-02-22  4:14 ` Denys Dmytriyenko
  2022-02-22  4:14 ` [PATCH 17/29] linux-ti-staging-rt: " Denys Dmytriyenko
                   ` (12 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: Denys Dmytriyenko @ 2022-02-22  4:14 UTC (permalink / raw)
  To: meta-ti

From: Ryan Eatmon <reatmon@ti.com>

Updated the linux version for 08.02.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 | 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 1a0ec5df..c2eb6efd 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 = "dcc6bedb2c2bdb509709e4ae08303206e95ce6c2"
+SRCREV = "a523aa26d870552a44c5f48b01c3c1ea3a48751a"
 PV = "5.10.65+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] 30+ messages in thread

* [PATCH 17/29] linux-ti-staging-rt: Bump to 08.02.00.001 release
  2022-02-22  4:14 [PATCH 00/29] #3 - another sync up with Dunfell Denys Dmytriyenko
                   ` (15 preceding siblings ...)
  2022-02-22  4:14 ` [PATCH 16/29] linux-ti-staging: Bump to 08.02.00.001 release Denys Dmytriyenko
@ 2022-02-22  4:14 ` Denys Dmytriyenko
  2022-02-22  4:14 ` [PATCH 18/29] u-boot-ti-staging: " Denys Dmytriyenko
                   ` (11 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: Denys Dmytriyenko @ 2022-02-22  4:14 UTC (permalink / raw)
  To: meta-ti

From: Ryan Eatmon <reatmon@ti.com>

Updated the linux rt version for 08.02.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 | 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 10325a8b..ceb06077 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 = "541ec9a6995c3dd881d6f0b63cc714a08ded457d"
+SRCREV = "d81474af4e33f8de2869d9b21a2389e06178c230"
 PV = "5.10.65+git${SRCPV}"
-- 
2.25.1


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

* [PATCH 18/29] u-boot-ti-staging: Bump to 08.02.00.001 release
  2022-02-22  4:14 [PATCH 00/29] #3 - another sync up with Dunfell Denys Dmytriyenko
                   ` (16 preceding siblings ...)
  2022-02-22  4:14 ` [PATCH 17/29] linux-ti-staging-rt: " Denys Dmytriyenko
@ 2022-02-22  4:14 ` Denys Dmytriyenko
  2022-02-22  4:14 ` [PATCH 19/29] ti-linux-fw: " Denys Dmytriyenko
                   ` (10 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: Denys Dmytriyenko @ 2022-02-22  4:14 UTC (permalink / raw)
  To: meta-ti

From: Ryan Eatmon <reatmon@ti.com>

Updated the u-boot version for 08.02.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 d304df87..a7e21b7c 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 = "r16"
+PR = "r17"
 
 BRANCH = "ti-u-boot-2021.01"
 
-SRCREV = "15769936a559b1840f50b83f94ee0c636b245001"
+SRCREV = "eadf5af36c6e0097a162f81308b64cc0b796b6b5"
-- 
2.25.1


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

* [PATCH 19/29] ti-linux-fw: Bump to 08.02.00.001 release
  2022-02-22  4:14 [PATCH 00/29] #3 - another sync up with Dunfell Denys Dmytriyenko
                   ` (17 preceding siblings ...)
  2022-02-22  4:14 ` [PATCH 18/29] u-boot-ti-staging: " Denys Dmytriyenko
@ 2022-02-22  4:14 ` Denys Dmytriyenko
  2022-02-22  4:14 ` [PATCH 20/29] cnm-wave-fw: Split firmware name into target and source Denys Dmytriyenko
                   ` (9 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: Denys Dmytriyenko @ 2022-02-22  4:14 UTC (permalink / raw)
  To: meta-ti

From: Ryan Eatmon <reatmon@ti.com>

Updated the ti-linux-fw version for 08.02.00.001
  - Changed CORESDK_RTOS_VERSION version to 08.02.00.04

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 | 6 +++---
 1 file changed, 3 insertions(+), 3 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 014e89c8..5954cbd8 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
@@ -4,10 +4,10 @@ LICENSE = "TI-TFL"
 LIC_FILES_CHKSUM = "file://LICENSE.ti;md5=b5aebf0668bdf95621259288c4a46d76"
 
 PV = "2022.01"
-INC_PR = "r2"
+INC_PR = "r3"
 
 # Firmware versions
-CORESDK_RTOS_VERSION = "08.01.00.02"
+CORESDK_RTOS_VERSION = "08.02.00.04"
 SERDES_FW_VERSION = "3.3.0.2c"
 NETCP_SA_FW_VERSION = "1.0.0"
 NETCP_PA_FW_VERSION = "3.0.2.3"
@@ -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 ?= "6070de0ae4095d291e1f7679d1fe6e07253a2fc3"
+TI_LINUX_FW_SRCREV ?= "8810faf0c51a80554150e185122e43bee1553c37"
 SRCREV = "${TI_LINUX_FW_SRCREV}"
 
 BRANCH ?= "ti-linux-firmware"
-- 
2.25.1


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

* [PATCH 20/29] cnm-wave-fw: Split firmware name into target and source
  2022-02-22  4:14 [PATCH 00/29] #3 - another sync up with Dunfell Denys Dmytriyenko
                   ` (18 preceding siblings ...)
  2022-02-22  4:14 ` [PATCH 19/29] ti-linux-fw: " Denys Dmytriyenko
@ 2022-02-22  4:14 ` Denys Dmytriyenko
  2022-02-22  4:14 ` [PATCH 21/29] conf/machine/am57xx-evm: add overlay for OV10635 sensor Denys Dmytriyenko
                   ` (8 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: Denys Dmytriyenko @ 2022-02-22  4:14 UTC (permalink / raw)
  To: meta-ti

From: Ryan Eatmon <reatmon@ti.com>

We need to control both the source name of the firmware and
the target name, so split the current variable into two and
update the install command.

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

diff --git a/meta-ti-bsp/recipes-bsp/cnm-wave-fw/cnm-wave-fw_git.bb b/meta-ti-bsp/recipes-bsp/cnm-wave-fw/cnm-wave-fw_git.bb
index a35370c7..50058b97 100644
--- a/meta-ti-bsp/recipes-bsp/cnm-wave-fw/cnm-wave-fw_git.bb
+++ b/meta-ti-bsp/recipes-bsp/cnm-wave-fw/cnm-wave-fw_git.bb
@@ -19,7 +19,9 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
 
 S = "${WORKDIR}/git"
 TARGET_WAVE521C = "wave521c_codec_fw.bin"
-TARGET_WAVE521C:j721s2-evm = "wave521c_j721s2_codec_fw.bin"
+
+SOURCE_WAVE521C = "wave521c_codec_fw.bin"
+SOURCE_WAVE521C:j721s2-evm = "wave521c_j721s2_codec_fw.bin"
 
 ALTERNATIVE_LINK_NAME[wave521c_codec_fw.bin] = "${nonarch_base_libdir}/firmware/${TARGET_WAVE521C}"
 ALTERNATIVE_TARGET[wave521c_codec_fw.bin] = "${nonarch_base_libdir}/firmware/cnm/${TARGET_WAVE521C}"
@@ -31,7 +33,7 @@ ALTERNATIVE_${PN}:j7 = "\
 
 do_install() {
 	install -d ${D}${nonarch_base_libdir}/firmware/cnm
-	install -m 0644 ${S}/cnm/${TARGET_WAVE521C} ${D}${nonarch_base_libdir}/firmware/cnm/${TARGET_WAVE521C}
+	install -m 0644 ${S}/cnm/${SOURCE_WAVE521C} ${D}${nonarch_base_libdir}/firmware/cnm/${TARGET_WAVE521C}
 }
 
 # make sure that lib/firmware, and all its contents are part of the package
-- 
2.25.1


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

* [PATCH 21/29] conf/machine/am57xx-evm: add overlay for OV10635 sensor
  2022-02-22  4:14 [PATCH 00/29] #3 - another sync up with Dunfell Denys Dmytriyenko
                   ` (19 preceding siblings ...)
  2022-02-22  4:14 ` [PATCH 20/29] cnm-wave-fw: Split firmware name into target and source Denys Dmytriyenko
@ 2022-02-22  4:14 ` Denys Dmytriyenko
  2022-02-22  4:14 ` [PATCH 22/29] linux-ti-staging: Bump to 08.02.00.002 release Denys Dmytriyenko
                   ` (7 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: Denys Dmytriyenko @ 2022-02-22  4:14 UTC (permalink / raw)
  To: meta-ti

From: Kevin Hilman <khilman@baylibre.com>

The VIP camera capture driver recently ported to ti-linux-5.10.y adds
a DT overlay for the OV10635 camera sensor.  Add this to
KERNEL_DEVICTREE so it's added to the artifacts.

Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Reviewed-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/conf/machine/am57xx-evm.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-ti-bsp/conf/machine/am57xx-evm.conf b/meta-ti-bsp/conf/machine/am57xx-evm.conf
index eb0082ee..825bc31d 100644
--- a/meta-ti-bsp/conf/machine/am57xx-evm.conf
+++ b/meta-ti-bsp/conf/machine/am57xx-evm.conf
@@ -25,6 +25,7 @@ KERNEL_DEVICETREE = " \
     ti/am572x-idk-touchscreen.dtbo \
     ti/lcd-osd101t2587.dtbo \
     ti/lcd-osd101t2045.dtbo \
+    ti/ov10635.dtbo \
 "
 
 KERNEL_DEVICETREE += "${@oe.utils.conditional('ENABLE_TI_UIO_DEVICES', '1', 'am574x-idk-pru-excl-uio.dtb am572x-idk-pru-excl-uio.dtb am571x-idk-pru-excl-uio.dtb', '', d)}"
-- 
2.25.1


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

* [PATCH 22/29] linux-ti-staging: Bump to 08.02.00.002 release
  2022-02-22  4:14 [PATCH 00/29] #3 - another sync up with Dunfell Denys Dmytriyenko
                   ` (20 preceding siblings ...)
  2022-02-22  4:14 ` [PATCH 21/29] conf/machine/am57xx-evm: add overlay for OV10635 sensor Denys Dmytriyenko
@ 2022-02-22  4:14 ` Denys Dmytriyenko
  2022-02-22  4:14 ` [PATCH 23/29] linux-ti-staging-rt: " Denys Dmytriyenko
                   ` (6 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: Denys Dmytriyenko @ 2022-02-22  4:14 UTC (permalink / raw)
  To: meta-ti

From: Ryan Eatmon <reatmon@ti.com>

Updated the linux version for 08.02.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 c2eb6efd..e8353395 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 = "a523aa26d870552a44c5f48b01c3c1ea3a48751a"
+SRCREV = "46573628be468b58272d7c41b582603b06e0414a"
 PV = "5.10.65+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] 30+ messages in thread

* [PATCH 23/29] linux-ti-staging-rt: Bump to 08.02.00.002 release
  2022-02-22  4:14 [PATCH 00/29] #3 - another sync up with Dunfell Denys Dmytriyenko
                   ` (21 preceding siblings ...)
  2022-02-22  4:14 ` [PATCH 22/29] linux-ti-staging: Bump to 08.02.00.002 release Denys Dmytriyenko
@ 2022-02-22  4:14 ` Denys Dmytriyenko
  2022-02-22  4:14 ` [PATCH 24/29] u-boot-ti-staging: " Denys Dmytriyenko
                   ` (5 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: Denys Dmytriyenko @ 2022-02-22  4:14 UTC (permalink / raw)
  To: meta-ti

From: Ryan Eatmon <reatmon@ti.com>

Updated the linux rt version for 08.02.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 ceb06077..fcce8de6 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 = "d81474af4e33f8de2869d9b21a2389e06178c230"
+SRCREV = "1f6e95d4b12d73bd1728286f3ccc938df7b77954"
 PV = "5.10.65+git${SRCPV}"
-- 
2.25.1


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

* [PATCH 24/29] u-boot-ti-staging: Bump to 08.02.00.002 release
  2022-02-22  4:14 [PATCH 00/29] #3 - another sync up with Dunfell Denys Dmytriyenko
                   ` (22 preceding siblings ...)
  2022-02-22  4:14 ` [PATCH 23/29] linux-ti-staging-rt: " Denys Dmytriyenko
@ 2022-02-22  4:14 ` Denys Dmytriyenko
  2022-02-22  4:14 ` [PATCH 25/29] ti-linux-fw: " Denys Dmytriyenko
                   ` (4 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: Denys Dmytriyenko @ 2022-02-22  4:14 UTC (permalink / raw)
  To: meta-ti

From: Ryan Eatmon <reatmon@ti.com>

Updated the u-boot version for 08.02.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 a7e21b7c..16bb1521 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 = "r17"
+PR = "r18"
 
 BRANCH = "ti-u-boot-2021.01"
 
-SRCREV = "eadf5af36c6e0097a162f81308b64cc0b796b6b5"
+SRCREV = "ebc8dca63dd961aaf5f5f626a19c6f6bfd7428f0"
-- 
2.25.1


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

* [PATCH 25/29] ti-linux-fw: Bump to 08.02.00.002 release
  2022-02-22  4:14 [PATCH 00/29] #3 - another sync up with Dunfell Denys Dmytriyenko
                   ` (23 preceding siblings ...)
  2022-02-22  4:14 ` [PATCH 24/29] u-boot-ti-staging: " Denys Dmytriyenko
@ 2022-02-22  4:14 ` Denys Dmytriyenko
  2022-02-22  4:14 ` [PATCH 26/29] ti-linux-fw: Bump to 08.02.00.003 release Denys Dmytriyenko
                   ` (3 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: Denys Dmytriyenko @ 2022-02-22  4:14 UTC (permalink / raw)
  To: meta-ti

From: Ryan Eatmon <reatmon@ti.com>

Updated the ti-linux-fw version for 08.02.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 | 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 5954cbd8..7b28f153 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
@@ -24,7 +24,7 @@ SRCREV = "${TI_LINUX_FW_SRCREV}"
 
 BRANCH ?= "ti-linux-firmware"
 
-K3_IMAGE_GEN_SRCREV ?= "892c86501ff745dfde4d535923ce686f45700da3"
+K3_IMAGE_GEN_SRCREV ?= "a0063e855414fd1609b5f63e2d765a49c8c513fe"
 SRCREV_imggen = "${K3_IMAGE_GEN_SRCREV}"
 SRCREV_FORMAT = "imggen"
 
-- 
2.25.1


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

* [PATCH 26/29] ti-linux-fw: Bump to 08.02.00.003 release
  2022-02-22  4:14 [PATCH 00/29] #3 - another sync up with Dunfell Denys Dmytriyenko
                   ` (24 preceding siblings ...)
  2022-02-22  4:14 ` [PATCH 25/29] ti-linux-fw: " Denys Dmytriyenko
@ 2022-02-22  4:14 ` Denys Dmytriyenko
  2022-02-22  4:14 ` [PATCH 27/29] linux-ti-staging: " Denys Dmytriyenko
                   ` (2 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: Denys Dmytriyenko @ 2022-02-22  4:14 UTC (permalink / raw)
  To: meta-ti

From: Ryan Eatmon <reatmon@ti.com>

Updated the ti-linux-fw version for 08.02.00.003

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 7b28f153..fced78fd 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
@@ -24,7 +24,7 @@ SRCREV = "${TI_LINUX_FW_SRCREV}"
 
 BRANCH ?= "ti-linux-firmware"
 
-K3_IMAGE_GEN_SRCREV ?= "a0063e855414fd1609b5f63e2d765a49c8c513fe"
+K3_IMAGE_GEN_SRCREV ?= "f1db75bdc506287a9d04b0afbbb3d853a0948179"
 SRCREV_imggen = "${K3_IMAGE_GEN_SRCREV}"
 SRCREV_FORMAT = "imggen"
 
-- 
2.25.1


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

* [PATCH 27/29] linux-ti-staging: Bump to 08.02.00.003 release
  2022-02-22  4:14 [PATCH 00/29] #3 - another sync up with Dunfell Denys Dmytriyenko
                   ` (25 preceding siblings ...)
  2022-02-22  4:14 ` [PATCH 26/29] ti-linux-fw: Bump to 08.02.00.003 release Denys Dmytriyenko
@ 2022-02-22  4:14 ` Denys Dmytriyenko
  2022-02-22  4:14 ` [PATCH 28/29] linux-ti-staging-rt: " Denys Dmytriyenko
  2022-02-22  4:14 ` [PATCH 29/29] u-boot-ti-staging: " Denys Dmytriyenko
  28 siblings, 0 replies; 30+ messages in thread
From: Denys Dmytriyenko @ 2022-02-22  4:14 UTC (permalink / raw)
  To: meta-ti

From: Ryan Eatmon <reatmon@ti.com>

Updated the linux version for 08.02.00.003

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 e8353395..09551e03 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,8 +23,8 @@ S = "${WORKDIR}/git"
 
 BRANCH = "ti-linux-5.10.y"
 
-SRCREV = "46573628be468b58272d7c41b582603b06e0414a"
-PV = "5.10.65+git${SRCPV}"
+SRCREV = "4a12bec7d3f438ce9407e4ba9b2ec883729558a5"
+PV = "5.10.100+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] 30+ messages in thread

* [PATCH 28/29] linux-ti-staging-rt: Bump to 08.02.00.003 release
  2022-02-22  4:14 [PATCH 00/29] #3 - another sync up with Dunfell Denys Dmytriyenko
                   ` (26 preceding siblings ...)
  2022-02-22  4:14 ` [PATCH 27/29] linux-ti-staging: " Denys Dmytriyenko
@ 2022-02-22  4:14 ` Denys Dmytriyenko
  2022-02-22  4:14 ` [PATCH 29/29] u-boot-ti-staging: " Denys Dmytriyenko
  28 siblings, 0 replies; 30+ messages in thread
From: Denys Dmytriyenko @ 2022-02-22  4:14 UTC (permalink / raw)
  To: meta-ti

From: Ryan Eatmon <reatmon@ti.com>

Updated the linux rt version for 08.02.00.003

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 fcce8de6..5de1c918 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 = "1f6e95d4b12d73bd1728286f3ccc938df7b77954"
-PV = "5.10.65+git${SRCPV}"
+SRCREV = "b975aee14750c395bf5251ba4042cb0be1afa206"
+PV = "5.10.100+git${SRCPV}"
-- 
2.25.1


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

* [PATCH 29/29] u-boot-ti-staging: Bump to 08.02.00.003 release
  2022-02-22  4:14 [PATCH 00/29] #3 - another sync up with Dunfell Denys Dmytriyenko
                   ` (27 preceding siblings ...)
  2022-02-22  4:14 ` [PATCH 28/29] linux-ti-staging-rt: " Denys Dmytriyenko
@ 2022-02-22  4:14 ` Denys Dmytriyenko
  28 siblings, 0 replies; 30+ messages in thread
From: Denys Dmytriyenko @ 2022-02-22  4:14 UTC (permalink / raw)
  To: meta-ti

From: Ryan Eatmon <reatmon@ti.com>

Updated the u-boot version for 08.02.00.003

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 16bb1521..701b802a 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 = "r18"
+PR = "r19"
 
 BRANCH = "ti-u-boot-2021.01"
 
-SRCREV = "ebc8dca63dd961aaf5f5f626a19c6f6bfd7428f0"
+SRCREV = "bd58b61277a189ee49e0d6e9fd03d52996685d98"
-- 
2.25.1


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

end of thread, other threads:[~2022-02-22  4:14 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-22  4:14 [PATCH 00/29] #3 - another sync up with Dunfell Denys Dmytriyenko
2022-02-22  4:14 ` [PATCH 01/29] machine: Add j721s2 evm configuration Denys Dmytriyenko
2022-02-22  4:14 ` [PATCH 02/29] optee-os: Add support for alternate console Denys Dmytriyenko
2022-02-22  4:14 ` [PATCH 03/29] trusted-firmware-a: " Denys Dmytriyenko
2022-02-22  4:14 ` [PATCH 04/29] recipes-bsp/ti-rtos: Use target_c7x_0 instead of just c7x Denys Dmytriyenko
2022-02-22  4:14 ` [PATCH 05/29] ti-rtos-bin: Add j721s2 Denys Dmytriyenko
2022-02-22  4:14 ` [PATCH 06/29] recipes-bsp/ti-rtos: Define the TARGET and ALTERNATE_TARGET as well Denys Dmytriyenko
2022-02-22  4:14 ` [PATCH 07/29] recipies-ti: ti-rtos-firmware: Fixup typo for rtos firmware Denys Dmytriyenko
2022-02-22  4:14 ` [PATCH 08/29] recipes-bsp: Add cnm-wave-fw firmware recipe Denys Dmytriyenko
2022-02-22  4:14 ` [PATCH 09/29] recipes-ti/ti-rtos-bin: Fix unavailable binary path Denys Dmytriyenko
2022-02-22  4:14 ` [PATCH 10/29] cnm-wave-fw: Fix name of firmware for j721s2 Denys Dmytriyenko
2022-02-22  4:14 ` [PATCH 11/29] ti-linux-fw: Bump up TIFS and DM to v2022.01 Denys Dmytriyenko
2022-02-22  4:14 ` [PATCH 12/29] Revert "ti-sci-fw: Fix for k3-image-gen issue for combined boot images" Denys Dmytriyenko
2022-02-22  4:14 ` [PATCH 13/29] cnm-wave-fw: lock the compatiable machine to j721s2-evm Denys Dmytriyenko
2022-02-22  4:14 ` [PATCH 14/29] u-boot-ti: Support binman image generation Denys Dmytriyenko
2022-02-22  4:14 ` [PATCH 15/29] ipc: ti-rpmsg-char: Update library to 0.4.0 Denys Dmytriyenko
2022-02-22  4:14 ` [PATCH 16/29] linux-ti-staging: Bump to 08.02.00.001 release Denys Dmytriyenko
2022-02-22  4:14 ` [PATCH 17/29] linux-ti-staging-rt: " Denys Dmytriyenko
2022-02-22  4:14 ` [PATCH 18/29] u-boot-ti-staging: " Denys Dmytriyenko
2022-02-22  4:14 ` [PATCH 19/29] ti-linux-fw: " Denys Dmytriyenko
2022-02-22  4:14 ` [PATCH 20/29] cnm-wave-fw: Split firmware name into target and source Denys Dmytriyenko
2022-02-22  4:14 ` [PATCH 21/29] conf/machine/am57xx-evm: add overlay for OV10635 sensor Denys Dmytriyenko
2022-02-22  4:14 ` [PATCH 22/29] linux-ti-staging: Bump to 08.02.00.002 release Denys Dmytriyenko
2022-02-22  4:14 ` [PATCH 23/29] linux-ti-staging-rt: " Denys Dmytriyenko
2022-02-22  4:14 ` [PATCH 24/29] u-boot-ti-staging: " Denys Dmytriyenko
2022-02-22  4:14 ` [PATCH 25/29] ti-linux-fw: " Denys Dmytriyenko
2022-02-22  4:14 ` [PATCH 26/29] ti-linux-fw: Bump to 08.02.00.003 release Denys Dmytriyenko
2022-02-22  4:14 ` [PATCH 27/29] linux-ti-staging: " Denys Dmytriyenko
2022-02-22  4:14 ` [PATCH 28/29] linux-ti-staging-rt: " Denys Dmytriyenko
2022-02-22  4:14 ` [PATCH 29/29] u-boot-ti-staging: " Denys Dmytriyenko

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).