summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2024-10-04 10:18:56 -0500
committerRyan Eatmon <reatmon@ti.com>2024-10-04 10:36:07 -0500
commite6a4429404ac5f3495cc8efdf11f4f373db3b19b (patch)
treee2cc628e311a4e323ce4c7d0511f2ce478993db7
parent0856baebb8d3056ee8eb6e90c01e81d3cf993935 (diff)
downloadmeta-ti-e6a4429404ac5f3495cc8efdf11f4f373db3b19b.tar.gz
ti-bsp: Add ti-6_12
Add new BSP for the 6.12 kernel and u-boot 2024.10 versions. Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--meta-ti-bsp/conf/machine/include/ti-bsp.inc15
1 files changed, 14 insertions, 1 deletions
diff --git a/meta-ti-bsp/conf/machine/include/ti-bsp.inc b/meta-ti-bsp/conf/machine/include/ti-bsp.inc
index 33611689..9a15e164 100644
--- a/meta-ti-bsp/conf/machine/include/ti-bsp.inc
+++ b/meta-ti-bsp/conf/machine/include/ti-bsp.inc
@@ -36,13 +36,26 @@ BSP_BOOTLOADER_VERSION:bsp-next = "%"
36MACHINE_FEATURES:remove:bsp-next = "gpu" 36MACHINE_FEATURES:remove:bsp-next = "gpu"
37 37
38# ========== 38# ==========
39# ti-6_12
40# TI staging kernel 6.12, u-boot 2024.10
41# ==========
42BSP_KERNEL_PROVIDER:bsp-ti-6_12 = "linux-ti-staging"
43BSP_KERNEL_VERSION:bsp-ti-6_12 = "6.12%"
44BSP_BOOTLOADER_PROVIDER:bsp-ti-6_12 = "u-boot-ti-staging"
45BSP_BOOTLOADER_VERSION:bsp-ti-6_12 = "2024.10%"
46
47# GPU support requires out-of-tree SGX and Rogue drivers not available
48# in 6.12 yet
49MACHINE_FEATURES:remove:bsp-next = "gpu"
50
51# ==========
39# ti-6_6 52# ti-6_6
40# TI staging kernel 6.6, u-boot 2024.04 53# TI staging kernel 6.6, u-boot 2024.04
41# ========== 54# ==========
42BSP_KERNEL_PROVIDER:bsp-ti-6_6 = "linux-ti-staging" 55BSP_KERNEL_PROVIDER:bsp-ti-6_6 = "linux-ti-staging"
43BSP_KERNEL_VERSION:bsp-ti-6_6 = "6.6%" 56BSP_KERNEL_VERSION:bsp-ti-6_6 = "6.6%"
44BSP_BOOTLOADER_PROVIDER:bsp-ti-6_6 = "u-boot-ti-staging" 57BSP_BOOTLOADER_PROVIDER:bsp-ti-6_6 = "u-boot-ti-staging"
45BSP_BOOTLOADER_VERSION:bsp-ti-6_6 = "2024%" 58BSP_BOOTLOADER_VERSION:bsp-ti-6_6 = "2024.04%"
46 59
47# Only Rogue is enabled so far, SGX falls back to SW rendering 60# Only Rogue is enabled so far, SGX falls back to SW rendering
48BSP_ROGUE_DRIVER_PROVIDER:bsp-ti-6_6 = "ti-img-rogue-driver" 61BSP_ROGUE_DRIVER_PROVIDER:bsp-ti-6_6 = "ti-img-rogue-driver"