diff options
author | Randolph Sapp <rs@ti.com> | 2025-02-07 19:24:33 -0600 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2025-02-10 08:50:35 -0600 |
commit | 53b2048c19082389fac17199c4135326fbb2ce34 (patch) | |
tree | b33bfa374576fa8d9b325443d78e11731959681b | |
parent | c7e42b301406865ee518509a9c566eb4358fd62c (diff) | |
download | meta-ti-53b2048c19082389fac17199c4135326fbb2ce34.tar.gz |
ti-sgx-ddk-km: bump revision for kernel 6.12
Bump the source revision to allow this module to work on kernel 6.12.
Originally this was going to be a separate branch, but considering the
bsp selector logic, this makes just as much sense.
Also enable the sgx driver in the ti_6.12 bsp selector.
Signed-off-by: Randolph Sapp <rs@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r-- | meta-ti-bsp/conf/machine/include/ti-bsp.inc | 7 | ||||
-rw-r--r-- | meta-ti-bsp/recipes-bsp/powervr-drivers/ti-sgx-ddk-km_1.17.4948957.bb | 2 |
2 files changed, 4 insertions, 5 deletions
diff --git a/meta-ti-bsp/conf/machine/include/ti-bsp.inc b/meta-ti-bsp/conf/machine/include/ti-bsp.inc index 1e84d0fb..dd86dc30 100644 --- a/meta-ti-bsp/conf/machine/include/ti-bsp.inc +++ b/meta-ti-bsp/conf/machine/include/ti-bsp.inc | |||
@@ -50,15 +50,14 @@ BSP_KERNEL_VERSION:bsp-ti-6_12 = "6.12%" | |||
50 | BSP_BOOTLOADER_PROVIDER:bsp-ti-6_12 = "u-boot-ti-staging" | 50 | BSP_BOOTLOADER_PROVIDER:bsp-ti-6_12 = "u-boot-ti-staging" |
51 | BSP_BOOTLOADER_VERSION:bsp-ti-6_12 = "2025.01%" | 51 | BSP_BOOTLOADER_VERSION:bsp-ti-6_12 = "2025.01%" |
52 | 52 | ||
53 | BSP_SGX_DRIVER_PROVIDER:bsp-ti-6_12 = "ti-sgx-ddk-km" | ||
54 | BSP_SGX_DRIVER_VERSION:bsp-ti-6_12 = "1.17%" | ||
55 | BSP_SGX_UMLIBS_VERSION:bsp-ti-6_12 = "1.17%" | ||
53 | BSP_ROGUE_DRIVER_PROVIDER:bsp-ti-6_12 = "ti-img-rogue-driver" | 56 | BSP_ROGUE_DRIVER_PROVIDER:bsp-ti-6_12 = "ti-img-rogue-driver" |
54 | BSP_ROGUE_DRIVER_VERSION:bsp-ti-6_12 = "24%" | 57 | BSP_ROGUE_DRIVER_VERSION:bsp-ti-6_12 = "24%" |
55 | BSP_ROGUE_UMLIBS_VERSION:bsp-ti-6_12 = "24%" | 58 | BSP_ROGUE_UMLIBS_VERSION:bsp-ti-6_12 = "24%" |
56 | BSP_MESA_PVR_VERSION:bsp-ti-6_12 = "24%" | 59 | BSP_MESA_PVR_VERSION:bsp-ti-6_12 = "24%" |
57 | 60 | ||
58 | # GPU support requires out-of-tree SGX and Rogue drivers not available | ||
59 | # in 6.12 yet | ||
60 | MACHINE_FEATURES:remove:bsp-ti-6_12 = "gpu" | ||
61 | |||
62 | # GC320 support requires out-of-tree drivers not yet available in 6.12 | 61 | # GC320 support requires out-of-tree drivers not yet available in 6.12 |
63 | MACHINE_FEATURES:remove:bsp-ti-6_12 = "gc320" | 62 | MACHINE_FEATURES:remove:bsp-ti-6_12 = "gc320" |
64 | 63 | ||
diff --git a/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-sgx-ddk-km_1.17.4948957.bb b/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-sgx-ddk-km_1.17.4948957.bb index 5e9c6e6e..49376221 100644 --- a/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-sgx-ddk-km_1.17.4948957.bb +++ b/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-sgx-ddk-km_1.17.4948957.bb | |||
@@ -19,7 +19,7 @@ SRC_URI = "git://git.ti.com/git/graphics/omap5-sgx-ddk-linux.git;protocol=https; | |||
19 | 19 | ||
20 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |
21 | 21 | ||
22 | SRCREV = "3005cf8145a6720daa47e4e273f9e421ff77cb58" | 22 | SRCREV = "f555b9e1ae4b2baf68ac778ca41dc0c17e96f89a" |
23 | 23 | ||
24 | TARGET_PRODUCT:omap-a15 = "ti572x_linux" | 24 | TARGET_PRODUCT:omap-a15 = "ti572x_linux" |
25 | TARGET_PRODUCT:ti33x = "ti335x_linux" | 25 | TARGET_PRODUCT:ti33x = "ti335x_linux" |