diff options
author | Andrew Davis <afd@ti.com> | 2023-02-21 15:29:43 -0600 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2023-03-01 09:15:03 -0600 |
commit | d3c071398a103997f49c314c0e7c163d6b4817aa (patch) | |
tree | 7802c1bcca6c0a0a6ce5abcc9d08560f7fd9860b /meta-ti-bsp | |
parent | 24db544ab680765316c4cbe1d4338687514fddc6 (diff) | |
download | meta-ti-d3c071398a103997f49c314c0e7c163d6b4817aa.tar.gz |
ti-linux-fw: update to the latest
While here update FW versions and remove those no longer used.
Signed-off-by: Andrew Davis <afd@ti.com>
Reviewed-by: Denys Dmytriyenko <denys@konsulko.com>
Tested-by: Denys Dmytriyenko <denys@konsulko.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp')
-rw-r--r-- | meta-ti-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc | 16 |
1 files changed, 6 insertions, 10 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 0b2e8bd6..74c26707 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,28 +4,24 @@ 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 = "2022.01" | 6 | PV = "2022.01" |
7 | INC_PR = "r3" | 7 | INC_PR = "r4" |
8 | 8 | ||
9 | # Firmware versions | 9 | # Firmware versions |
10 | CORESDK_RTOS_VERSION = "08.02.00.04" | 10 | CORESDK_RTOS_VERSION = "08.02.00.04" |
11 | SERDES_FW_VERSION = "3.3.0.2c" | ||
12 | NETCP_SA_FW_VERSION = "1.0.0" | ||
13 | NETCP_PA_FW_VERSION = "3.0.2.3" | ||
14 | QMSS_PDSP_FW_VERSION = "1.0.0.9" | ||
15 | PRUETH_FW_AM65X_VERSION = "08.00.00.20" | 11 | PRUETH_FW_AM65X_VERSION = "08.00.00.20" |
16 | PRUETH_FW_AM65X_SR2_VERSION = "02.02.09.07" | 12 | PRUETH_FW_AM65X_SR2_VERSION = "02.02.11.02" |
17 | GOODIX_FW_VERSION = "1.0.0.0" | 13 | GOODIX_FW_VERSION = "1.0.0.0" |
18 | CADENCE_MHDP_FW_VERSION = "1.2.17" | 14 | CADENCE_MHDP_FW_VERSION = "2.1.0" |
19 | IMG_DEC_FW_VERSION = "1.0" | 15 | IMG_DEC_FW_VERSION = "1.0" |
20 | CNM_WAVE521_FW_VERSION = "1.0.00" | 16 | CNM_WAVE521_FW_VERSION = "1.0.00" |
21 | TIFS_LPM_STUB_FW_VERSION = "08.03.02" | 17 | TIFS_LPM_STUB_FW_VERSION = "08.06.04" |
22 | 18 | ||
23 | TI_LINUX_FW_SRCREV ?= "7875237b357ecf27300658e65e9927cef7e299ed" | 19 | TI_LINUX_FW_SRCREV ?= "340194800a581baf976360386dfc7b5acab8d948" |
24 | SRCREV = "${TI_LINUX_FW_SRCREV}" | 20 | SRCREV = "${TI_LINUX_FW_SRCREV}" |
25 | 21 | ||
26 | BRANCH ?= "ti-linux-firmware" | 22 | BRANCH ?= "ti-linux-firmware" |
27 | 23 | ||
28 | K3_IMAGE_GEN_SRCREV ?= "a9a43d5effcd17b4f3364cc7e6d483abd7f56e0f" | 24 | K3_IMAGE_GEN_SRCREV ?= "ffae8800a5c81c149835ed1aa5e2fbbe65a49c0d" |
29 | SRCREV_imggen = "${K3_IMAGE_GEN_SRCREV}" | 25 | SRCREV_imggen = "${K3_IMAGE_GEN_SRCREV}" |
30 | SRCREV_FORMAT = "imggen" | 26 | SRCREV_FORMAT = "imggen" |
31 | 27 | ||