diff options
author | Ryan Eatmon <reatmon@ti.com> | 2024-10-04 10:18:56 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2024-10-04 10:36:07 -0500 |
commit | e6a4429404ac5f3495cc8efdf11f4f373db3b19b (patch) | |
tree | e2cc628e311a4e323ce4c7d0511f2ce478993db7 | |
parent | 0856baebb8d3056ee8eb6e90c01e81d3cf993935 (diff) | |
download | meta-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.inc | 15 |
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 = "%" | |||
36 | MACHINE_FEATURES:remove:bsp-next = "gpu" | 36 | MACHINE_FEATURES:remove:bsp-next = "gpu" |
37 | 37 | ||
38 | # ========== | 38 | # ========== |
39 | # ti-6_12 | ||
40 | # TI staging kernel 6.12, u-boot 2024.10 | ||
41 | # ========== | ||
42 | BSP_KERNEL_PROVIDER:bsp-ti-6_12 = "linux-ti-staging" | ||
43 | BSP_KERNEL_VERSION:bsp-ti-6_12 = "6.12%" | ||
44 | BSP_BOOTLOADER_PROVIDER:bsp-ti-6_12 = "u-boot-ti-staging" | ||
45 | BSP_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 | ||
49 | MACHINE_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 | # ========== |
42 | BSP_KERNEL_PROVIDER:bsp-ti-6_6 = "linux-ti-staging" | 55 | BSP_KERNEL_PROVIDER:bsp-ti-6_6 = "linux-ti-staging" |
43 | BSP_KERNEL_VERSION:bsp-ti-6_6 = "6.6%" | 56 | BSP_KERNEL_VERSION:bsp-ti-6_6 = "6.6%" |
44 | BSP_BOOTLOADER_PROVIDER:bsp-ti-6_6 = "u-boot-ti-staging" | 57 | BSP_BOOTLOADER_PROVIDER:bsp-ti-6_6 = "u-boot-ti-staging" |
45 | BSP_BOOTLOADER_VERSION:bsp-ti-6_6 = "2024%" | 58 | BSP_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 |
48 | BSP_ROGUE_DRIVER_PROVIDER:bsp-ti-6_6 = "ti-img-rogue-driver" | 61 | BSP_ROGUE_DRIVER_PROVIDER:bsp-ti-6_6 = "ti-img-rogue-driver" |