diff options
author | Denys Dmytriyenko <denys@konsulko.com> | 2025-05-16 20:54:48 -0400 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2025-05-28 10:18:07 -0500 |
commit | 7c3ec2d7041d639766aafbf85d12ae14dd9f526f (patch) | |
tree | 7e029d83e14588780af722f57ef496e8c07c4c36 | |
parent | 094aad3b6f5538253b75ba1928af864ad769366b (diff) | |
download | meta-ti-7c3ec2d7041d639766aafbf85d12ae14dd9f526f.tar.gz |
beagle-bsp.inc: add BSP definitions for 6.12
Add BSP definitions for "bsp-bb_org-6_12".
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r-- | meta-beagle/conf/machine/include/beagle-bsp.inc | 56 |
1 files changed, 39 insertions, 17 deletions
diff --git a/meta-beagle/conf/machine/include/beagle-bsp.inc b/meta-beagle/conf/machine/include/beagle-bsp.inc index dbfd70bd..7dff583e 100644 --- a/meta-beagle/conf/machine/include/beagle-bsp.inc +++ b/meta-beagle/conf/machine/include/beagle-bsp.inc | |||
@@ -1,30 +1,30 @@ | |||
1 | # Use meta-ti-bsp "multi-BSP" facility to create a custom "bb_org" BSP profile | 1 | # Use meta-ti-bsp "multi-BSP" facility to create a custom "bb_org" BSP profile |
2 | # with default preferences for Beagle platforms | 2 | # with default preferences for Beagle platforms |
3 | 3 | ||
4 | # Default is bb_org-6_6, but can override with any of the existing options | 4 | # Default is bb_org-6_12, but can override with any of the existing options |
5 | TI_PREFERRED_BSP ?= "bb_org-6_6" | 5 | TI_PREFERRED_BSP ?= "bb_org-6_12" |
6 | 6 | ||
7 | # ========== | 7 | # ========== |
8 | # bb_org-6_1 | 8 | # bb_org-6_12 |
9 | # BeagleBoard.org kernel 6.1, u-boot 2023.04 | 9 | # BeagleBoard.org kernel 6.12, Upstream u-boot 2025.04 |
10 | # based on TI staging trees with extra Beagle-specific features | 10 | # based on TI staging trees with extra Beagle-specific features |
11 | # but may not be up-to-date with TI version | 11 | # but may not be up-to-date with TI version |
12 | # ========== | 12 | # ========== |
13 | BSP_KERNEL_PROVIDER:bsp-bb_org-6_1 = "linux-bb.org" | 13 | BSP_KERNEL_PROVIDER:bsp-bb_org-6_12 = "linux-bb.org" |
14 | BSP_KERNEL_VERSION:bsp-bb_org-6_1 = "6.1.%" | 14 | BSP_KERNEL_VERSION:bsp-bb_org-6_12 = "6.12.%" |
15 | BSP_BOOTLOADER_PROVIDER:bsp-bb_org-6_1 = "u-boot-bb.org" | 15 | BSP_BOOTLOADER_PROVIDER:bsp-bb_org-6_12 = "u-boot-bb.org" |
16 | BSP_BOOTLOADER_VERSION:bsp-bb_org-6_1 = "2023.%" | 16 | BSP_BOOTLOADER_VERSION:bsp-bb_org-6_12 = "2025.%" |
17 | 17 | ||
18 | BSP_SGX_DRIVER_PROVIDER:bsp-bb_org-6_1 = "ti-sgx-ddk-km" | 18 | BSP_SGX_DRIVER_PROVIDER:bsp-bb_org-6_12 = "ti-sgx-ddk-km" |
19 | BSP_SGX_DRIVER_VERSION:bsp-bb_org-6_1 = "1.17%" | 19 | BSP_SGX_DRIVER_VERSION:bsp-bb_org-6_12 = "1.17%" |
20 | BSP_SGX_UMLIBS_VERSION:bsp-bb_org-6_1 = "1.17%" | 20 | BSP_SGX_UMLIBS_VERSION:bsp-bb_org-6_12 = "1.17%" |
21 | BSP_ROGUE_DRIVER_PROVIDER:bsp-bb_org-6_1 = "ti-img-rogue-driver" | 21 | BSP_ROGUE_DRIVER_PROVIDER:bsp-bb_org-6_12 = "ti-img-rogue-driver" |
22 | BSP_ROGUE_DRIVER_VERSION:bsp-bb_org-6_1 = "23%" | 22 | BSP_ROGUE_DRIVER_VERSION:bsp-bb_org-6_12 = "24%" |
23 | BSP_ROGUE_UMLIBS_VERSION:bsp-bb_org-6_1 = "23%" | 23 | BSP_ROGUE_UMLIBS_VERSION:bsp-bb_org-6_12 = "24%" |
24 | BSP_MESA_PVR_VERSION:bsp-bb_org-6_1 = "22%" | 24 | BSP_MESA_PVR_VERSION:bsp-bb_org-6_12 = "24%" |
25 | 25 | ||
26 | # GC320 support requires out-of-tree drivers not yet available in bb.org 6.1 | 26 | # GC320 support requires out-of-tree drivers not yet available in bb.org 6.6 |
27 | MACHINE_FEATURES:remove:bsp-bb_org-6_1 = "gc320" | 27 | MACHINE_FEATURES:remove:bsp-bb_org-6_12 = "gc320" |
28 | 28 | ||
29 | # ========== | 29 | # ========== |
30 | # bb_org-6_6 | 30 | # bb_org-6_6 |
@@ -47,3 +47,25 @@ BSP_MESA_PVR_VERSION:bsp-bb_org-6_6 = "24%" | |||
47 | 47 | ||
48 | # GC320 support requires out-of-tree drivers not yet available in bb.org 6.6 | 48 | # GC320 support requires out-of-tree drivers not yet available in bb.org 6.6 |
49 | MACHINE_FEATURES:remove:bsp-bb_org-6_6 = "gc320" | 49 | MACHINE_FEATURES:remove:bsp-bb_org-6_6 = "gc320" |
50 | |||
51 | # ========== | ||
52 | # bb_org-6_1 | ||
53 | # BeagleBoard.org kernel 6.1, u-boot 2023.04 | ||
54 | # based on TI staging trees with extra Beagle-specific features | ||
55 | # but may not be up-to-date with TI version | ||
56 | # ========== | ||
57 | BSP_KERNEL_PROVIDER:bsp-bb_org-6_1 = "linux-bb.org" | ||
58 | BSP_KERNEL_VERSION:bsp-bb_org-6_1 = "6.1.%" | ||
59 | BSP_BOOTLOADER_PROVIDER:bsp-bb_org-6_1 = "u-boot-bb.org" | ||
60 | BSP_BOOTLOADER_VERSION:bsp-bb_org-6_1 = "2023.%" | ||
61 | |||
62 | BSP_SGX_DRIVER_PROVIDER:bsp-bb_org-6_1 = "ti-sgx-ddk-km" | ||
63 | BSP_SGX_DRIVER_VERSION:bsp-bb_org-6_1 = "1.17%" | ||
64 | BSP_SGX_UMLIBS_VERSION:bsp-bb_org-6_1 = "1.17%" | ||
65 | BSP_ROGUE_DRIVER_PROVIDER:bsp-bb_org-6_1 = "ti-img-rogue-driver" | ||
66 | BSP_ROGUE_DRIVER_VERSION:bsp-bb_org-6_1 = "23%" | ||
67 | BSP_ROGUE_UMLIBS_VERSION:bsp-bb_org-6_1 = "23%" | ||
68 | BSP_MESA_PVR_VERSION:bsp-bb_org-6_1 = "22%" | ||
69 | |||
70 | # GC320 support requires out-of-tree drivers not yet available in bb.org 6.1 | ||
71 | MACHINE_FEATURES:remove:bsp-bb_org-6_1 = "gc320" | ||