[dunfell][PATCH 1/3] conf: machine: add new am64x hs platform
Yogesh Siraswar
Add new am64x hs platform. This requires two files to be created.
Used am65x and j7 hs platform for reference. Signed-off-by: Yogesh Siraswar <yogeshs@...> --- conf/machine/am64xx-hs-evm-k3r5.conf | 14 ++++++++++++++ conf/machine/am64xx-hs-evm.conf | 22 ++++++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 conf/machine/am64xx-hs-evm-k3r5.conf create mode 100644 conf/machine/am64xx-hs-evm.conf diff --git a/conf/machine/am64xx-hs-evm-k3r5.conf b/conf/machine/am64xx-hs-evm-k3r5.conf new file mode 100644 index 00000000..69c6cada --- /dev/null +++ b/conf/machine/am64xx-hs-evm-k3r5.conf @@ -0,0 +1,14 @@ +#@TYPE: Machine +#@NAME: AM65xx HS EVM (R5F) +#@DESCRIPTION: Machine configuration for the TI AM65xx HS EVM (R5F core) + +require conf/machine/include/k3r5.inc + +SYSFW_SOC = "am64x" +SYSFW_CONFIG = "evm" +SYSFW_SUFFIX = "hs" +SYSFW_SYMLINK = "" + +UBOOT_MACHINE = "am64x_hs_evm_r5_defconfig" + +TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_K3}" diff --git a/conf/machine/am64xx-hs-evm.conf b/conf/machine/am64xx-hs-evm.conf new file mode 100644 index 00000000..44e81463 --- /dev/null +++ b/conf/machine/am64xx-hs-evm.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: AM64xx HS EVM +#@DESCRIPTION: Machine configuration for the TI AM64xx HS EVM + +require conf/machine/include/am64xx.inc + +UBOOT_MACHINE = "am64x_hs_evm_a53_defconfig" + +UBOOT_ENTRYPOINT = "0x80080000" +UBOOT_LOADADDRESS = "0x80080000" +UBOOT_RD_LOADADDRESS = "0x84000000" +UBOOT_RD_ENTRYPOINT = "0x84000000" +UBOOT_DTB_LOADADDRESS = "0x83000000" +UBOOT_DTBO_LOADADDRESS = "0x83080000" +UBOOT_DTBO_OFFSET = "0x00010000" + +SPL_BINARY = "tispl.bin_HS" +SPL_BINARYNAME = "tispl.bin" +UBOOT_BINARY = "u-boot.img_HS" +IMAGE_BOOT_FILES = "${UBOOT_BINARY}" + +TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_K3}" -- 2.17.1 |
|
[dunfell][PATCH 0/3] Add AM64x HS platform support
Yogesh Siraswar
This series adds AM64x HS support for HS-SE devices
Yogesh Siraswar (3): conf: machine: add new am64x hs platform ti-sci-fw: changes to build combined boot image for hs build am64xx-hs: changes to support new hs platform conf/machine/am64xx-hs-evm-k3r5.conf | 14 ++++++++++++ conf/machine/am64xx-hs-evm.conf | 22 +++++++++++++++++++ recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb | 20 +++++++++++++++-- .../trusted-firmware-a_%.bbappend | 8 +++++++ recipes-bsp/u-boot/u-boot-ti.inc | 6 +++++ recipes-security/optee/optee-os_%.bbappend | 4 ++++ 6 files changed, 72 insertions(+), 2 deletions(-) create mode 100644 conf/machine/am64xx-hs-evm-k3r5.conf create mode 100644 conf/machine/am64xx-hs-evm.conf -- 2.17.1 |
|
[dunfell][PATCH] conf: am57xx-evm: Add missing *.dtb and *.dtbo
Yogesh Siraswar
Add missing dtb and dtbo to deploy folder
Signed-off-by: Yogesh Siraswar <yogeshs@...> --- conf/machine/am57xx-evm.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/machine/am57xx-evm.conf b/conf/machine/am57xx-evm.conf index 7441e80e..f977c5c6 100644 --- a/conf/machine/am57xx-evm.conf +++ b/conf/machine/am57xx-evm.conf @@ -15,6 +15,7 @@ KERNEL_DEVICETREE = " \ am5729-beagleboneai.dtb \ am57xx-evm.dtb \ ti/am57xx-evm-common.dtbo \ + am57xx-evm-reva3.dtb \ ti/am57xx-evm-reva3.dtbo \ am571x-idk.dtb \ ti/am571x-idk-touchscreen.dtbo \ @@ -22,6 +23,8 @@ KERNEL_DEVICETREE = " \ am574x-idk.dtb \ ti/am57xx-idk-osd-lcd-common.dtbo \ ti/am572x-idk-touchscreen.dtbo \ + ti/lcd-osd101t2587.dtbo \ + ti/lcd-osd101t2045.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.17.1 |
|
[dunfell][PATCH] ti-linux-fw: Add AUTOREV support for K3 Image Gen
Yogesh Siraswar
This patch brings k3 image gen under bleeding for nightly builds
Signed-off-by: Yogesh Siraswar <yogeshs@...> --- recipes-bsp/ti-linux-fw/ti-linux-fw.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes-bsp/ti-linux-fw/ti-linux-fw.inc b/recipes-bsp/ti-linux-fw/ti-linux-fw.inc index 97e51962..c59120b8 100644 --- a/recipes-bsp/ti-linux-fw/ti-linux-fw.inc +++ b/recipes-bsp/ti-linux-fw/ti-linux-fw.inc @@ -21,7 +21,9 @@ TI_LINUX_FW_SRCREV ?= "95232a584175a8ac872adf477b2dbb9ca68ba063" SRCREV = "${TI_LINUX_FW_SRCREV}" BRANCH ?= "ti-linux-firmware" -SRCREV_imggen = "6baabef219aea0f667423f2cab2bc2d63a349488" + +K3_IMAGE_GEN_SRCREV ?= "6baabef219aea0f667423f2cab2bc2d63a349488" +SRCREV_imggen = "${K3_IMAGE_GEN_SRCREV}" SRCREV_FORMAT = "imggen" SRC_URI = " \ -- 2.17.1 |
|
[dunfell][PATCH 2/3] linux-ti-staging: Bump linux version for 08.01.00.003
Yogesh Siraswar
Bump linux for 08.01.00.003 release
Signed-off-by: Yogesh Siraswar <yogeshs@...> --- recipes-kernel/linux/linux-ti-staging_5.10.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-ti-staging_5.10.bb b/recipes-kernel/linux/linux-ti-staging_5.10.bb index 6b61d9d0..9fb74af6 100644 --- a/recipes-kernel/linux/linux-ti-staging_5.10.bb +++ b/recipes-kernel/linux/linux-ti-staging_5.10.bb @@ -23,7 +23,7 @@ S = "${WORKDIR}/git" BRANCH = "ti-linux-5.10.y" -SRCREV = "33574931b48f50c37abb58e0a9c617cbec472b01" +SRCREV = "eb55b499b1865222e85acad2c665baadbaea3072" PV = "5.10.65+git${SRCPV}" # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild -- 2.17.1 |
|
[dunfell][PATCH 1/3] u-boot-ti-staging: Bump u-boot version for 08.01.00.003
Yogesh Siraswar
u-boot bump for 08.01.00.003 release
Signed-off-by: Yogesh Siraswar <yogeshs@...> --- recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb b/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb index 6765572a..b5aa3fb7 100644 --- a/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb +++ b/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 = "r13" +PR = "r14" BRANCH = "ti-u-boot-2021.01" -SRCREV = "377e0f7041d1863bf9b3d23e90fb4b0c0a2cd6bf" +SRCREV = "6c804a1af10bda322c86ce1c5dbb29f0fbb56c79" -- 2.17.1 |
|
[dunfell][PATCH 3/3] linux-ti-staging-rt: Bump linux rt version for 08.01.00.003
Yogesh Siraswar
Bump linux rt version to 08.01.00.003
Signed-off-by: Yogesh Siraswar <yogeshs@...> --- recipes-kernel/linux/linux-ti-staging-rt_5.10.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb b/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb index 3cb7bc24..d0c022f8 100644 --- a/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb +++ b/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 = "a5427455c650cb9d33e3d5f0b009a773370a5428" +SRCREV = "d3083b1688af8af4728478c759e56b2a22adf9e5" PV = "5.10.65+git${SRCPV}" -- 2.17.1 |
|
Re: [PATCH] recipes-bsp: u-boot-ti-mainline: Update to v2021.10 release
Denys Dmytriyenko
On Mon, Nov 08, 2021 at 11:37:41PM +0000, Amjad Ouled-Ameur wrote:
This introduces a critical fix for both AM335X EVM and AM43XX EVM, whichReviewed-by: Denys Dmytriyenko <denys@...> --- |
|
[PATCH] recipes-bsp: u-boot-ti-mainline: Update to v2021.10 release
Amjad Ouled-Ameur
This introduces a critical fix for both AM335X EVM and AM43XX EVM, which
can no longer boot because "uuid" is undefined. v2021.10 has these two fixes, one for each platform: - commit ff8f277e9121 ("ti: am335x_evm: Switch to DISTRO_BOOT only") - commit e0c91ae24e5b ("ti: am43xx_evm: Switch to DISTRO_BOOT only") Signed-off-by: Amjad Ouled-Ameur <aouledameur@...> --- recipes-bsp/u-boot/u-boot-ti-mainline_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/u-boot/u-boot-ti-mainline_git.bb b/recipes-bsp/u-boot/u-boot-ti-mainline_git.bb index 2db9899609d0..76aaa4b24ac0 100644 --- a/recipes-bsp/u-boot/u-boot-ti-mainline_git.bb +++ b/recipes-bsp/u-boot/u-boot-ti-mainline_git.bb @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://Licenses/README;md5=5a7450c57ffe5ae63fd732446b988025" PR = "r0" -PV = "2021.07" +PV = "2021.10" # For the un-initiated: # The actual URL you'd use with a git clone for example would be: @@ -15,4 +15,4 @@ PV = "2021.07" # b) and we want git fetcher to use https protocol, hence GIT_PROTOCOL as https UBOOT_GIT_URI = "git://source.denx.de/u-boot/u-boot.git" UBOOT_GIT_PROTOCOL = "https" -SRCREV = "840658b093976390e9537724f802281c9c8439f5" +SRCREV = "d80bb749fab53da72c4a0e09b8c2d2aaa3103c91" -- 2.17.1 |
|
Re: [PATCH] recipes-bsp: u-boot-ti-mainline: Update to v2021.10 release
Denys Dmytriyenko
Thank you!
toggle quoted message
Show quoted text
Can you please re-send the original to the list, so it gets captured by Patchwork? On Mon, Nov 08, 2021 at 10:15:18PM +0100, Amjad Ouled-Ameur wrote:
This was not successfully sent to "meta-ti@..." since --
Regards, Denys Dmytriyenko <denis@...> PGP: 0x420902729A92C964 - https://denix.org/0x420902729A92C964 Fingerprint: 25FC E4A5 8A72 2F69 1186 6D76 4209 0272 9A92 C964 |
|
Re: [PATCH] recipes-bsp: u-boot-ti-mainline: Update to v2021.10 release
Amjad Ouled-Ameur
This was not successfully sent to "meta-ti@..." since
toggle quoted message
Show quoted text
I was not subscribed to it. Re-sending ! Sorry for the noise, Amjad On 08/11/2021 12:01, Amjad Ouled-Ameur wrote:
Sending to maintainer Praneeth as well. |
|
Re: [master][PATCH 11/22] powervr-drivers: teach modules_install to respect "usrmerge" distro feature
Yogesh Siraswar
Denys,
toggle quoted message
Show quoted text
This was already posted by you https://lists.yoctoproject.org/g/meta-ti/message/14063 and has already been merged. Thanks Yogesh On 11/1/2021 2:33 PM, Denys Dmytriyenko wrote:
From: Denys Dmytriyenko <denys@...> |
|
Re: [master][PATCH 00/22] Sync up with Dunfell
Denys Dmytriyenko
On Thu, Nov 04, 2021 at 09:25:20PM -0500, Siraswar, Yogesh wrote:
On 11/4/2021 12:55 PM, Denys Dmytriyenko wrote:Yogesh,PingDenys, I did try to apply the series. But there were errors. Can you please share the error details so I can see what's wrong and fix it? Thanks! On Mon, Nov 01, 2021 at 03:32:50PM -0400, Denys Dmytriyenko wrote:From: Denys Dmytriyenko <denys@...> |
|
[dunfell][PATCH] ti-linux-fw: Bump k3 image gen to latest
Yogesh Siraswar
Update k3 image gen to latest.
Bump linux firmware to v2021.09a Signed-off-by: Yogesh Siraswar <yogeshs@...> --- recipes-bsp/ti-linux-fw/ti-linux-fw.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-bsp/ti-linux-fw/ti-linux-fw.inc b/recipes-bsp/ti-linux-fw/ti-linux-fw.inc index 47197212..97e51962 100644 --- a/recipes-bsp/ti-linux-fw/ti-linux-fw.inc +++ b/recipes-bsp/ti-linux-fw/ti-linux-fw.inc @@ -3,7 +3,7 @@ SUMMARY = "TI SCI firmware (SYSFW)" LICENSE = "TI-TFL" LIC_FILES_CHKSUM = "file://LICENSE.ti;md5=b5aebf0668bdf95621259288c4a46d76" -PV = "2021.09" +PV = "2021.09a" INC_PR = "r1" # Firmware versions @@ -17,11 +17,11 @@ PRUETH_FW_AM65X_SR2_VERSION = "02.02.09.06" GOODIX_FW_VERSION = "1.0.0.0" CADENCE_MHDP_FW_VERSION = "1.2.17" -TI_LINUX_FW_SRCREV ?= "0e93d4df760e5f0948b07c09b68f0b1ecd150d40" +TI_LINUX_FW_SRCREV ?= "95232a584175a8ac872adf477b2dbb9ca68ba063" SRCREV = "${TI_LINUX_FW_SRCREV}" BRANCH ?= "ti-linux-firmware" -SRCREV_imggen = "e182c3114f11eea3ec7ebb88cb1ef563a78d4eda" +SRCREV_imggen = "6baabef219aea0f667423f2cab2bc2d63a349488" SRCREV_FORMAT = "imggen" SRC_URI = " \ -- 2.17.1 |
|
Re: [master][PATCH 00/22] Sync up with Dunfell
Yogesh Siraswar
On 11/4/2021 12:55 PM, Denys Dmytriyenko wrote:
PingDenys, I did try to apply the series. But there were errors. Didn't get chance to look. Will get back tomorrow. On Mon, Nov 01, 2021 at 03:32:50PM -0400, Denys Dmytriyenko wrote:From: Denys Dmytriyenko <denys@...> |
|
Re: [master][PATCH 00/22] Sync up with Dunfell
Denys Dmytriyenko
Ping
toggle quoted message
Show quoted text
On Mon, Nov 01, 2021 at 03:32:50PM -0400, Denys Dmytriyenko wrote:
From: Denys Dmytriyenko <denys@...> |
|
Re: [PATCH] mpm-transport: Do not use append with += operator
Denys Dmytriyenko
On Thu, Nov 04, 2021 at 10:29:34AM -0700, Khem Raj wrote:
this is undefined behaviour, mant times devs used them together to getAcked-by: Denys Dmytriyenko <denys@...> --- |
|
[PATCH] mpm-transport: Do not use append with += operator
this is undefined behaviour, mant times devs used them together to get
the missing space at the beginning of string which append/prepend needs but thats not intended behaviour Signed-off-by: Khem Raj <raj.khem@...> --- recipes-ti/mpm-transport/mpm-transport_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-ti/mpm-transport/mpm-transport_git.bb b/recipes-ti/mpm-transport/mpm-transport_git.bb index 38aefc24..3b80af34 100644 --- a/recipes-ti/mpm-transport/mpm-transport_git.bb +++ b/recipes-ti/mpm-transport/mpm-transport_git.bb @@ -21,8 +21,8 @@ PR = "r0" CC += "-fcommon" EXTRA_OEMAKE = "PDK_INSTALL_PATH=${STAGING_INCDIR}" -EXTRA_OEMAKE:append:k2hk += "HYPLNK_TRANSPORT=true SRIO_TRANSPORT=true" -EXTRA_OEMAKE:append:k2e += "HYPLNK_TRANSPORT=true" +EXTRA_OEMAKE:append:k2hk = " HYPLNK_TRANSPORT=true SRIO_TRANSPORT=true" +EXTRA_OEMAKE:append:k2e = " HYPLNK_TRANSPORT=true" INSANE_SKIP:${PN} += "ldflags" S = "${WORKDIR}/git" -- 2.33.1 |
|
[dunfell/master][PATCH] recipes: update github SRC_URIs
Denys Dmytriyenko
From: Denys Dmytriyenko <denys@...>
https://github.blog/2021-09-01-improving-git-protocol-security-github/ GitHub is deprecating unauthenticated protocols, including git:// so update SRC_URIs with protocol=https Explicitly pass branch=master where omitted, as bitbake now requires it. While at it, update libion to the latest to eliminate upstreamed patch. Signed-off-by: Denys Dmytriyenko <denys@...> --- ...NUInstallDirs-module-to-detect-install-pa.patch | 48 ---------------------- recipes-devtools/ion/libion_git.bb | 6 +-- .../beagleboard/beaglebone-getting-started.bb | 2 +- 3 files changed, 3 insertions(+), 53 deletions(-) delete mode 100644 recipes-devtools/ion/libion/0001-cmake-Use-GNUInstallDirs-module-to-detect-install-pa.patch diff --git a/recipes-devtools/ion/libion/0001-cmake-Use-GNUInstallDirs-module-to-detect-install-pa.patch b/recipes-devtools/ion/libion/0001-cmake-Use-GNUInstallDirs-module-to-detect-install-pa.patch deleted file mode 100644 index bf63ed3..0000000 --- a/recipes-devtools/ion/libion/0001-cmake-Use-GNUInstallDirs-module-to-detect-install-pa.patch +++ /dev/null @@ -1,48 +0,0 @@ -From 51eece2c291e121f9ae67c9b812617b885e76a64 Mon Sep 17 00:00:00 2001 -From: Khem Raj <raj.khem@...> -Date: Wed, 18 Dec 2019 20:31:52 -0800 -Subject: [PATCH] cmake: Use GNUInstallDirs module to detect install paths - -This helps it to calculate directories as per platform instead of -hardcoding them, helps compile it for arches which use /lib64 and -/usr/lib64 for libpaths - -Upstream-Status: Submitted [https://github.com/glneo/libion/pull/2] -Signed-off-by: Khem Raj <raj.khem@...> ---- - CMakeLists.txt | 10 ++++++---- - 1 file changed, 6 insertions(+), 4 deletions(-) - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 6e5928c..5b7c0de 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -3,6 +3,8 @@ PROJECT(ion) - set(PROJECT_DESCRIPTION "ION Userspace Memory Allocator Library") - set(PROJECT_VERSION 1.0.0) - -+INCLUDE(GNUInstallDirs) -+ - add_library(ion - SHARED - src/libion.c -@@ -23,12 +25,12 @@ target_include_directories(ion - configure_file(libion.pc.in libion.pc @ONLY) - - install(TARGETS ion -- LIBRARY DESTINATION lib -- PUBLIC_HEADER DESTINATION include/ion) -+ LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} -+ PUBLIC_HEADER DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/ion) - - install(DIRECTORY include/kernel-headers/4.19/ -- DESTINATION include -+ DESTINATION ${CMAKE_INSTALL_INCLUDEDIR} - FILES_MATCHING PATTERN "*.h") - - install(FILES ${CMAKE_BINARY_DIR}/libion.pc -- DESTINATION lib/pkgconfig) -+ DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig) --- -2.24.1 - diff --git a/recipes-devtools/ion/libion_git.bb b/recipes-devtools/ion/libion_git.bb index 4cf03af..f5ca8e8 100644 --- a/recipes-devtools/ion/libion_git.bb +++ b/recipes-devtools/ion/libion_git.bb @@ -6,10 +6,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" PV = "1.0.0" BRANCH = "master" -SRC_URI = "git://github.com/glneo/libion.git;protocol=git;branch=${BRANCH} \ - file://0001-cmake-Use-GNUInstallDirs-module-to-detect-install-pa.patch \ - " -SRCREV = "813bd63e2f2118e17cb1c5d38505a1e572a2381c" +SRC_URI = "git://github.com/glneo/libion.git;protocol=https;branch=${BRANCH}" +SRCREV = "7e138fc31febbb67734792c1a911439bfd6d23eb" S = "${WORKDIR}/git" diff --git a/recipes-ti/beagleboard/beaglebone-getting-started.bb b/recipes-ti/beagleboard/beaglebone-getting-started.bb index 303b9bd..25538ac 100644 --- a/recipes-ti/beagleboard/beaglebone-getting-started.bb +++ b/recipes-ti/beagleboard/beaglebone-getting-started.bb @@ -8,7 +8,7 @@ LICENSE = "CC-BY-SA-3.0 & GPLv3+ & MIT & PD" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=f6f02761e31334c48f7021fb94c89aaa" SRCREV = "05bedba192646152b7bc80b0accaea75aef864e5" -SRC_URI = "git://github.com/jadonk/beaglebone-getting-started.git" +SRC_URI = "git://github.com/jadonk/beaglebone-getting-started.git;protocol=https;branch=master" S = "${WORKDIR}/git" -- 2.7.4 |
|
[dunfell][PATCH 2/4] ti-linux-fw: Bump ti linux firmware for 08.01.00.002
Yogesh Siraswar
Bump ti-linux-fw version for 08.01.00.002 release
Signed-off-by: Yogesh Siraswar <yogeshs@...> --- recipes-bsp/ti-linux-fw/ti-linux-fw.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/ti-linux-fw/ti-linux-fw.inc b/recipes-bsp/ti-linux-fw/ti-linux-fw.inc index 56a16e80..47197212 100644 --- a/recipes-bsp/ti-linux-fw/ti-linux-fw.inc +++ b/recipes-bsp/ti-linux-fw/ti-linux-fw.inc @@ -7,7 +7,7 @@ PV = "2021.09" INC_PR = "r1" # Firmware versions -CORESDK_RTOS_VERSION = "08.01.00.01" +CORESDK_RTOS_VERSION = "08.01.00.02" SERDES_FW_VERSION = "3.3.0.2c" NETCP_SA_FW_VERSION = "1.0.0" NETCP_PA_FW_VERSION = "3.0.2.3" @@ -17,7 +17,7 @@ PRUETH_FW_AM65X_SR2_VERSION = "02.02.09.06" GOODIX_FW_VERSION = "1.0.0.0" CADENCE_MHDP_FW_VERSION = "1.2.17" -TI_LINUX_FW_SRCREV ?= "10bcf8564c6e9277e7f402fb02cf941956d0d3eb" +TI_LINUX_FW_SRCREV ?= "0e93d4df760e5f0948b07c09b68f0b1ecd150d40" SRCREV = "${TI_LINUX_FW_SRCREV}" BRANCH ?= "ti-linux-firmware" -- 2.17.1 |
|