diff options
author | Andrew Davis <afd@ti.com> | 2025-09-18 08:28:40 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2025-09-18 23:56:22 -0500 |
commit | a96f917db84b3e803f80a67a6f6955da52d94e74 (patch) | |
tree | aad0e9861239c7ee67447f9da6c3ae64ac5b75cb | |
parent | 12ed4dfce41e098643e10d29fe0780f99ba26dce (diff) | |
download | meta-ti-a96f917db84b3e803f80a67a6f6955da52d94e74.tar.gz |
ti-bsp: Use same version for both UM and KM driver
The DRIVER and matching UMLIBS must always match, no need to define a
version number for both. Keep this simple and remove the extra defines.
Signed-off-by: Andrew Davis <afd@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r-- | meta-beagle/conf/machine/include/beagle-bsp.inc | 4 | ||||
-rw-r--r-- | meta-ti-bsp/conf/machine/include/ti-bsp.inc | 10 |
2 files changed, 2 insertions, 12 deletions
diff --git a/meta-beagle/conf/machine/include/beagle-bsp.inc b/meta-beagle/conf/machine/include/beagle-bsp.inc index d180c297..448e2086 100644 --- a/meta-beagle/conf/machine/include/beagle-bsp.inc +++ b/meta-beagle/conf/machine/include/beagle-bsp.inc | |||
@@ -18,10 +18,8 @@ KERNEL_DEVICETREE_PREFIX:bsp-bb_org-6_12 = "" | |||
18 | 18 | ||
19 | BSP_SGX_DRIVER_PROVIDER:bsp-bb_org-6_12 = "ti-sgx-ddk-km" | 19 | BSP_SGX_DRIVER_PROVIDER:bsp-bb_org-6_12 = "ti-sgx-ddk-km" |
20 | BSP_SGX_DRIVER_VERSION:bsp-bb_org-6_12 = "1.17%" | 20 | BSP_SGX_DRIVER_VERSION:bsp-bb_org-6_12 = "1.17%" |
21 | BSP_SGX_UMLIBS_VERSION:bsp-bb_org-6_12 = "1.17%" | ||
22 | BSP_ROGUE_DRIVER_PROVIDER:bsp-bb_org-6_12 = "ti-img-rogue-driver" | 21 | BSP_ROGUE_DRIVER_PROVIDER:bsp-bb_org-6_12 = "ti-img-rogue-driver" |
23 | BSP_ROGUE_DRIVER_VERSION:bsp-bb_org-6_12 = "24%" | 22 | BSP_ROGUE_DRIVER_VERSION:bsp-bb_org-6_12 = "24%" |
24 | BSP_ROGUE_UMLIBS_VERSION:bsp-bb_org-6_12 = "24%" | ||
25 | BSP_MESA_PVR_VERSION:bsp-bb_org-6_12 = "24%" | 23 | BSP_MESA_PVR_VERSION:bsp-bb_org-6_12 = "24%" |
26 | 24 | ||
27 | # GC320 support requires out-of-tree drivers not yet available in bb.org 6.12 | 25 | # GC320 support requires out-of-tree drivers not yet available in bb.org 6.12 |
@@ -41,10 +39,8 @@ KERNEL_DEVICETREE_PREFIX:bsp-bb_org-6_6 = "" | |||
41 | 39 | ||
42 | BSP_SGX_DRIVER_PROVIDER:bsp-bb_org-6_6 = "ti-sgx-ddk-km" | 40 | BSP_SGX_DRIVER_PROVIDER:bsp-bb_org-6_6 = "ti-sgx-ddk-km" |
43 | BSP_SGX_DRIVER_VERSION:bsp-bb_org-6_6 = "1.17%" | 41 | BSP_SGX_DRIVER_VERSION:bsp-bb_org-6_6 = "1.17%" |
44 | BSP_SGX_UMLIBS_VERSION:bsp-bb_org-6_6 = "1.17%" | ||
45 | BSP_ROGUE_DRIVER_PROVIDER:bsp-bb_org-6_6 = "ti-img-rogue-driver" | 42 | BSP_ROGUE_DRIVER_PROVIDER:bsp-bb_org-6_6 = "ti-img-rogue-driver" |
46 | BSP_ROGUE_DRIVER_VERSION:bsp-bb_org-6_6 = "24%" | 43 | BSP_ROGUE_DRIVER_VERSION:bsp-bb_org-6_6 = "24%" |
47 | BSP_ROGUE_UMLIBS_VERSION:bsp-bb_org-6_6 = "24%" | ||
48 | BSP_MESA_PVR_VERSION:bsp-bb_org-6_6 = "24%" | 44 | BSP_MESA_PVR_VERSION:bsp-bb_org-6_6 = "24%" |
49 | 45 | ||
50 | # GC320 support requires out-of-tree drivers not yet available in bb.org 6.6 | 46 | # GC320 support requires out-of-tree drivers not yet available in bb.org 6.6 |
diff --git a/meta-ti-bsp/conf/machine/include/ti-bsp.inc b/meta-ti-bsp/conf/machine/include/ti-bsp.inc index b4fe0676..0ea7bd7b 100644 --- a/meta-ti-bsp/conf/machine/include/ti-bsp.inc +++ b/meta-ti-bsp/conf/machine/include/ti-bsp.inc | |||
@@ -44,10 +44,8 @@ BSP_BOOTLOADER_VERSION:bsp-ti-6_12 = "2025.01%" | |||
44 | 44 | ||
45 | BSP_SGX_DRIVER_PROVIDER:bsp-ti-6_12 = "ti-sgx-ddk-km" | 45 | BSP_SGX_DRIVER_PROVIDER:bsp-ti-6_12 = "ti-sgx-ddk-km" |
46 | BSP_SGX_DRIVER_VERSION:bsp-ti-6_12 = "1.17%" | 46 | BSP_SGX_DRIVER_VERSION:bsp-ti-6_12 = "1.17%" |
47 | BSP_SGX_UMLIBS_VERSION:bsp-ti-6_12 = "1.17%" | ||
48 | BSP_ROGUE_DRIVER_PROVIDER:bsp-ti-6_12 = "ti-img-rogue-driver" | 47 | BSP_ROGUE_DRIVER_PROVIDER:bsp-ti-6_12 = "ti-img-rogue-driver" |
49 | BSP_ROGUE_DRIVER_VERSION:bsp-ti-6_12 = "24%" | 48 | BSP_ROGUE_DRIVER_VERSION:bsp-ti-6_12 = "24%" |
50 | BSP_ROGUE_UMLIBS_VERSION:bsp-ti-6_12 = "24%" | ||
51 | BSP_MESA_PVR_VERSION:bsp-ti-6_12 = "24%" | 49 | BSP_MESA_PVR_VERSION:bsp-ti-6_12 = "24%" |
52 | 50 | ||
53 | # ========== | 51 | # ========== |
@@ -61,10 +59,8 @@ BSP_BOOTLOADER_VERSION:bsp-ti-6_6 = "2024.04%" | |||
61 | 59 | ||
62 | BSP_SGX_DRIVER_PROVIDER:bsp-ti-6_6 = "ti-sgx-ddk-km" | 60 | BSP_SGX_DRIVER_PROVIDER:bsp-ti-6_6 = "ti-sgx-ddk-km" |
63 | BSP_SGX_DRIVER_VERSION:bsp-ti-6_6 = "1.17%" | 61 | BSP_SGX_DRIVER_VERSION:bsp-ti-6_6 = "1.17%" |
64 | BSP_SGX_UMLIBS_VERSION:bsp-ti-6_6 = "1.17%" | ||
65 | BSP_ROGUE_DRIVER_PROVIDER:bsp-ti-6_6 = "ti-img-rogue-driver" | 62 | BSP_ROGUE_DRIVER_PROVIDER:bsp-ti-6_6 = "ti-img-rogue-driver" |
66 | BSP_ROGUE_DRIVER_VERSION:bsp-ti-6_6 = "24%" | 63 | BSP_ROGUE_DRIVER_VERSION:bsp-ti-6_6 = "24%" |
67 | BSP_ROGUE_UMLIBS_VERSION:bsp-ti-6_6 = "24%" | ||
68 | BSP_MESA_PVR_VERSION:bsp-ti-6_6 = "24%" | 64 | BSP_MESA_PVR_VERSION:bsp-ti-6_6 = "24%" |
69 | 65 | ||
70 | # GC320 support requires out-of-tree drivers not yet available in 6.6 | 66 | # GC320 support requires out-of-tree drivers not yet available in 6.6 |
@@ -84,8 +80,6 @@ BSP_SGX_DRIVER_PROVIDER ?= "" | |||
84 | BSP_SGX_DRIVER_VERSION ?= "" | 80 | BSP_SGX_DRIVER_VERSION ?= "" |
85 | BSP_ROGUE_DRIVER_PROVIDER ?= "" | 81 | BSP_ROGUE_DRIVER_PROVIDER ?= "" |
86 | BSP_ROGUE_DRIVER_VERSION ?= "" | 82 | BSP_ROGUE_DRIVER_VERSION ?= "" |
87 | BSP_SGX_UMLIBS_VERSION ?= "" | ||
88 | BSP_ROGUE_UMLIBS_VERSION ?= "" | ||
89 | BSP_MESA_PVR_VERSION ?= "" | 83 | BSP_MESA_PVR_VERSION ?= "" |
90 | 84 | ||
91 | # ========== | 85 | # ========== |
@@ -101,7 +95,7 @@ PREFERRED_VERSION_${BSP_BOOTLOADER_PROVIDER} ?= "${BSP_BOOTLOADER_VERSION}" | |||
101 | # GPU provider gets set in machine configs, as some machines are headless | 95 | # GPU provider gets set in machine configs, as some machines are headless |
102 | # Select default preferred versions here | 96 | # Select default preferred versions here |
103 | PREFERRED_VERSION_ti-sgx-ddk-km ?= "${BSP_SGX_DRIVER_VERSION}" | 97 | PREFERRED_VERSION_ti-sgx-ddk-km ?= "${BSP_SGX_DRIVER_VERSION}" |
104 | PREFERRED_VERSION_ti-sgx-ddk-um ?= "${BSP_SGX_UMLIBS_VERSION}" | 98 | PREFERRED_VERSION_ti-sgx-ddk-um ?= "${BSP_SGX_DRIVER_VERSION}" |
105 | PREFERRED_VERSION_ti-img-rogue-driver ?= "${BSP_ROGUE_DRIVER_VERSION}" | 99 | PREFERRED_VERSION_ti-img-rogue-driver ?= "${BSP_ROGUE_DRIVER_VERSION}" |
106 | PREFERRED_VERSION_ti-img-rogue-umlibs ?= "${BSP_ROGUE_UMLIBS_VERSION}" | 100 | PREFERRED_VERSION_ti-img-rogue-umlibs ?= "${BSP_ROGUE_DRIVER_VERSION}" |
107 | PREFERRED_VERSION_mesa-pvr ?= "${BSP_MESA_PVR_VERSION}" | 101 | PREFERRED_VERSION_mesa-pvr ?= "${BSP_MESA_PVR_VERSION}" |