diff options
author | LCPD Automation Script <lcpdbld@list.ti.com> | 2025-03-11 12:24:04 -0500 |
---|---|---|
committer | LCPD Automation Script <lcpdbld@list.ti.com> | 2025-03-11 12:24:04 -0500 |
commit | af4232d9b1c35a9e7652173dbfde953daf7d2b15 (patch) | |
tree | a9912827c4c6edc4c629efe989c0009662f703dc | |
parent | 26e5ac463ede2d5098d23ce7cbfba35e48773db2 (diff) | |
download | meta-ti-af4232d9b1c35a9e7652173dbfde953daf7d2b15.tar.gz |
CI/CD Auto-Merger: cicd.master.202503111223cicd.master.202503111223
Updated the value(s) for:
ti-linux-fw: PRUETH_FW_AM65X_SR2_VERSION,TI_DM_FW_VERSION,TI_LINUX_FW_SRCREV,TI_SYSFW_VERSION
atf: SRCREV_tfa
u-boot-ti-staging_2025.01: SRCREV
linux-ti-staging_6.12: PV,SRCREV
Changelogs:
ti-linux-fw: https://git.ti.com/cgit/processor-firmware/ti-linux-firmware/log/?qt=range&q=e38a05e2ef5f6a6f2387742864042beba01972bb..e089c2f8db0577aa4acd3b3ef3ab229be2e804e1
u-boot-ti-staging_2025.01: https://git.ti.com/cgit/ti-u-boot/ti-u-boot/log/?qt=range&q=9c89e8b0a82fabe55c6366aa65eb987f05bb4472..baf3aaa8ecfa20b9d9f497621b6c11915223f502
linux-ti-staging_6.12: https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/log/?qt=range&q=6423e6bb6191982da1c09a21a46c68b494f5b1b5..1a22c2fb64485a5dea9a9247eb007ddd4ea8a81d
Signed-off-by: LCPD Automation Script <lcpdbld@list.ti.com>
4 files changed, 8 insertions, 8 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 f3db9bd7..f9773dad 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 | |||
@@ -9,15 +9,15 @@ INC_PR = "r4" | |||
9 | # Firmware versions | 9 | # Firmware versions |
10 | CORESDK_RTOS_VERSION = "08.02.00.04" | 10 | CORESDK_RTOS_VERSION = "08.02.00.04" |
11 | PRUETH_FW_AM65X_VERSION = "08.00.00.20" | 11 | PRUETH_FW_AM65X_VERSION = "08.00.00.20" |
12 | PRUETH_FW_AM65X_SR2_VERSION = "02.02.15.00" | 12 | PRUETH_FW_AM65X_SR2_VERSION = "02.02.15.02" |
13 | GOODIX_FW_VERSION = "1.0.0.0" | 13 | GOODIX_FW_VERSION = "1.0.0.0" |
14 | CADENCE_MHDP_FW_VERSION = "2.1.0" | 14 | CADENCE_MHDP_FW_VERSION = "2.1.0" |
15 | IMG_DEC_FW_VERSION = "1.0" | 15 | IMG_DEC_FW_VERSION = "1.0" |
16 | CNM_WAVE521_FW_VERSION = "1.0.7" | 16 | CNM_WAVE521_FW_VERSION = "1.0.7" |
17 | TI_DM_FW_VERSION = "10.01.03" | 17 | TI_DM_FW_VERSION = "11.00.06" |
18 | TI_SYSFW_VERSION = "10.01.08" | 18 | TI_SYSFW_VERSION = "11.00.06" |
19 | 19 | ||
20 | TI_LINUX_FW_SRCREV ?= "e38a05e2ef5f6a6f2387742864042beba01972bb" | 20 | TI_LINUX_FW_SRCREV ?= "e089c2f8db0577aa4acd3b3ef3ab229be2e804e1" |
21 | SRCREV = "${TI_LINUX_FW_SRCREV}" | 21 | SRCREV = "${TI_LINUX_FW_SRCREV}" |
22 | 22 | ||
23 | BRANCH ?= "ti-linux-firmware" | 23 | BRANCH ?= "ti-linux-firmware" |
diff --git a/meta-ti-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a-ti.inc b/meta-ti-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a-ti.inc index 6dc30b5a..bc21a5cb 100644 --- a/meta-ti-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a-ti.inc +++ b/meta-ti-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a-ti.inc | |||
@@ -1,7 +1,7 @@ | |||
1 | # NOTE: This .inc file with customizations only gets included for K3 platforms | 1 | # NOTE: This .inc file with customizations only gets included for K3 platforms |
2 | 2 | ||
3 | PV = "2.12+git" | 3 | PV = "2.12+git" |
4 | SRCREV_tfa = "5227171c079d0c7d22a6d37b5cec079c8c5bb4b1" | 4 | SRCREV_tfa = "a29bdfd4c91330e3f2ccd3c591d0b3b5da019c8e" |
5 | SRC_URI_TRUSTED_FIRMWARE_A = "git://github.com/TexasInstruments/arm-trusted-firmware.git;protocol=https" | 5 | SRC_URI_TRUSTED_FIRMWARE_A = "git://github.com/TexasInstruments/arm-trusted-firmware.git;protocol=https" |
6 | SRCBRANCH = "ti-master" | 6 | SRCBRANCH = "ti-master" |
7 | SRC_URI = "${SRC_URI_TRUSTED_FIRMWARE_A};name=tfa;branch=${SRCBRANCH}" | 7 | SRC_URI = "${SRC_URI_TRUSTED_FIRMWARE_A};name=tfa;branch=${SRCBRANCH}" |
diff --git a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2025.01.bb b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2025.01.bb index 183b33db..8fea6396 100644 --- a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2025.01.bb +++ b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2025.01.bb | |||
@@ -6,4 +6,4 @@ PR = "r0" | |||
6 | 6 | ||
7 | BRANCH = "ti-u-boot-2025.01" | 7 | BRANCH = "ti-u-boot-2025.01" |
8 | 8 | ||
9 | SRCREV = "9c89e8b0a82fabe55c6366aa65eb987f05bb4472" | 9 | SRCREV = "baf3aaa8ecfa20b9d9f497621b6c11915223f502" |
diff --git a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.12.bb b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.12.bb index 170b0f0b..fb71a2f0 100644 --- a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.12.bb +++ b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.12.bb | |||
@@ -23,8 +23,8 @@ S = "${WORKDIR}/git" | |||
23 | 23 | ||
24 | BRANCH ?= "ti-linux-6.12.y" | 24 | BRANCH ?= "ti-linux-6.12.y" |
25 | 25 | ||
26 | SRCREV ?= "6423e6bb6191982da1c09a21a46c68b494f5b1b5" | 26 | SRCREV ?= "1a22c2fb64485a5dea9a9247eb007ddd4ea8a81d" |
27 | PV = "6.12.9+git" | 27 | PV = "6.12.17+git" |
28 | 28 | ||
29 | KERNEL_REPRODUCIBILITY_PATCHES = " \ | 29 | KERNEL_REPRODUCIBILITY_PATCHES = " \ |
30 | file://0001-drivers-gpu-drm-msm-registers-improve-reproducibilit.patch \ | 30 | file://0001-drivers-gpu-drm-msm-registers-improve-reproducibilit.patch \ |