diff options
author | Randolph Sapp <rs@ti.com> | 2024-01-17 18:19:56 -0600 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2024-02-06 09:18:18 -0600 |
commit | 16186a72baf20639c170e43d0705beb3f1ba2fb2 (patch) | |
tree | 508d1bd27f7ddc02ed67b6c480e8cf7728586a6f /meta-ti-bsp | |
parent | f0c9e00ea926a6a58b89f8c2e076d83af00b400d (diff) | |
download | meta-ti-16186a72baf20639c170e43d0705beb3f1ba2fb2.tar.gz |
ti-img-rogue-*: stability update
Bump SRCREV to include the following changes in UM and KM:
- Rebuild all releases with external memory wrap disabled due to
some incompatibility with certain Qt use cases.
- Add a watchdog change that prevents an occasional false
timeout when servicing long DM processes.
- Rely on snooping to perform certain cache operations and
results in decreased overhead for device -> cpu
communications.
Signed-off-by: Randolph Sapp <rs@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp')
-rw-r--r-- | meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_23.2.6460340.bb | 2 | ||||
-rw-r--r-- | meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-img-rogue-umlibs_23.2.6460340.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_23.2.6460340.bb b/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_23.2.6460340.bb index c87a1fa7..7b274312 100644 --- a/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_23.2.6460340.bb +++ b/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_23.2.6460340.bb | |||
@@ -24,7 +24,7 @@ SRC_URI:append = " file://0001-build-kbuild-Makefile.template-use-SECONDARY.patc | |||
24 | 24 | ||
25 | S = "${WORKDIR}/git" | 25 | S = "${WORKDIR}/git" |
26 | 26 | ||
27 | SRCREV = "64d1cac11363888b7a071b62d71b563568d483f1" | 27 | SRCREV = "2595524729c5acbabcbdee2185de64e7fcd6b36a" |
28 | 28 | ||
29 | TARGET_PRODUCT:j721e = "j721e_linux" | 29 | TARGET_PRODUCT:j721e = "j721e_linux" |
30 | TARGET_PRODUCT:j721s2 = "j721s2_linux" | 30 | TARGET_PRODUCT:j721s2 = "j721s2_linux" |
diff --git a/meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-img-rogue-umlibs_23.2.6460340.bb b/meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-img-rogue-umlibs_23.2.6460340.bb index 7301c471..51ab828e 100644 --- a/meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-img-rogue-umlibs_23.2.6460340.bb +++ b/meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-img-rogue-umlibs_23.2.6460340.bb | |||
@@ -14,7 +14,7 @@ PR = "r2" | |||
14 | 14 | ||
15 | BRANCH = "linuxws/kirkstone/k6.1/${PV}" | 15 | BRANCH = "linuxws/kirkstone/k6.1/${PV}" |
16 | SRC_URI = "git://git.ti.com/git/graphics/ti-img-rogue-umlibs.git;protocol=https;branch=${BRANCH}" | 16 | SRC_URI = "git://git.ti.com/git/graphics/ti-img-rogue-umlibs.git;protocol=https;branch=${BRANCH}" |
17 | SRCREV = "7c853b0c75b7c5c4fa30ded608588850d429f306" | 17 | SRCREV = "c2671c6eaf85ec6a1183c023bbb4d6e9e288fc10" |
18 | S = "${WORKDIR}/git/targetfs/${TARGET_PRODUCT}/${PVR_WS}/${PVR_BUILD}" | 18 | S = "${WORKDIR}/git/targetfs/${TARGET_PRODUCT}/${PVR_WS}/${PVR_BUILD}" |
19 | 19 | ||
20 | TARGET_PRODUCT:j721e = "j721e_linux" | 20 | TARGET_PRODUCT:j721e = "j721e_linux" |