diff options
author | Praneeth Bajjuri <praneeth@ti.com> | 2022-02-22 04:14:12 +0000 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2022-02-22 12:01:49 -0600 |
commit | 8013c82321a58356c9d01de79e04d76ec9cff000 (patch) | |
tree | c278bba17b18ec225b9fd1005567c4a6442245ad /meta-ti-bsp/recipes-bsp | |
parent | 71e0db4f8b88b8a81944e27831ce3dce5a84ac33 (diff) | |
download | meta-ti-8013c82321a58356c9d01de79e04d76ec9cff000.tar.gz |
ti-linux-fw: Bump up TIFS and DM to v2022.01
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>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/recipes-bsp')
-rw-r--r-- | meta-ti-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc | 8 |
1 files 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)" | |||
3 | LICENSE = "TI-TFL" | 3 | LICENSE = "TI-TFL" |
4 | LIC_FILES_CHKSUM = "file://LICENSE.ti;md5=b5aebf0668bdf95621259288c4a46d76" | 4 | LIC_FILES_CHKSUM = "file://LICENSE.ti;md5=b5aebf0668bdf95621259288c4a46d76" |
5 | 5 | ||
6 | PV = "2021.09a" | 6 | PV = "2022.01" |
7 | INC_PR = "r1" | 7 | INC_PR = "r2" |
8 | 8 | ||
9 | # Firmware versions | 9 | # Firmware versions |
10 | CORESDK_RTOS_VERSION = "08.01.00.02" | 10 | CORESDK_RTOS_VERSION = "08.01.00.02" |
@@ -19,12 +19,12 @@ CADENCE_MHDP_FW_VERSION = "1.2.17" | |||
19 | IMG_DEC_FW_VERSION = "1.0" | 19 | IMG_DEC_FW_VERSION = "1.0" |
20 | CNM_WAVE521_FW_VERSION = "1.0.00" | 20 | CNM_WAVE521_FW_VERSION = "1.0.00" |
21 | 21 | ||
22 | TI_LINUX_FW_SRCREV ?= "c96a734a059889e571dcf30c0638157c690a6e6e" | 22 | TI_LINUX_FW_SRCREV ?= "6070de0ae4095d291e1f7679d1fe6e07253a2fc3" |
23 | SRCREV = "${TI_LINUX_FW_SRCREV}" | 23 | SRCREV = "${TI_LINUX_FW_SRCREV}" |
24 | 24 | ||
25 | BRANCH ?= "ti-linux-firmware" | 25 | BRANCH ?= "ti-linux-firmware" |
26 | 26 | ||
27 | K3_IMAGE_GEN_SRCREV ?= "489c767a153ff26e9230746e04dd4b1ad0809901" | 27 | K3_IMAGE_GEN_SRCREV ?= "9abbe130d47a7fa6f8e02b740ad3ad27bc81d327" |
28 | SRCREV_imggen = "${K3_IMAGE_GEN_SRCREV}" | 28 | SRCREV_imggen = "${K3_IMAGE_GEN_SRCREV}" |
29 | SRCREV_FORMAT = "imggen" | 29 | SRCREV_FORMAT = "imggen" |
30 | 30 | ||