diff mbox series

[meta-ti,master/scarthgap,3/4] ti-bsp: Add ti-6_12

Message ID 20241004151857.24578-3-reatmon@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [meta-ti,master/scarthgap,1/4] linux-ti-staging: Add v6.12 recipe | expand

Commit Message

Ryan Eatmon Oct. 4, 2024, 3:18 p.m. UTC
Add new BSP for the 6.12 kernel and u-boot 2024.10 versions.

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
---
 meta-ti-bsp/conf/machine/include/ti-bsp.inc | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)

Comments

Denys Dmytriyenko Oct. 8, 2024, 7:55 p.m. UTC | #1
On Fri, Oct 04, 2024 at 10:18:56AM -0500, Ryan Eatmon via lists.yoctoproject.org wrote:
> Add new BSP for the 6.12 kernel and u-boot 2024.10 versions.
> 
> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
> ---
>  meta-ti-bsp/conf/machine/include/ti-bsp.inc | 15 ++++++++++++++-
>  1 file changed, 14 insertions(+), 1 deletion(-)
> 
> 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
> @@ -35,6 +35,19 @@ BSP_BOOTLOADER_VERSION:bsp-next = "%"
>  # in next, usually present in TI staging or derivative like BB.org
>  MACHINE_FEATURES:remove:bsp-next = "gpu"
>  
> +# ==========
> +# ti-6_12
> +# TI staging kernel 6.12, u-boot 2024.10
> +# ==========
> +BSP_KERNEL_PROVIDER:bsp-ti-6_12 = "linux-ti-staging"
> +BSP_KERNEL_VERSION:bsp-ti-6_12 = "6.12%"
> +BSP_BOOTLOADER_PROVIDER:bsp-ti-6_12 = "u-boot-ti-staging"
> +BSP_BOOTLOADER_VERSION:bsp-ti-6_12 = "2024.10%"
> +
> +# GPU support requires out-of-tree SGX and Rogue drivers not available
> +# in 6.12 yet
> +MACHINE_FEATURES:remove:bsp-next = "gpu"

Copy/paste error? bsp-ti_6.12 vs. bsp-next


> +
>  # ==========
>  # ti-6_6
>  # TI staging kernel 6.6, u-boot 2024.04
> @@ -42,7 +55,7 @@ MACHINE_FEATURES:remove:bsp-next = "gpu"
>  BSP_KERNEL_PROVIDER:bsp-ti-6_6 = "linux-ti-staging"
>  BSP_KERNEL_VERSION:bsp-ti-6_6 = "6.6%"
>  BSP_BOOTLOADER_PROVIDER:bsp-ti-6_6 = "u-boot-ti-staging"
> -BSP_BOOTLOADER_VERSION:bsp-ti-6_6 = "2024%"
> +BSP_BOOTLOADER_VERSION:bsp-ti-6_6 = "2024.04%"
>  
>  # Only Rogue is enabled so far, SGX falls back to SW rendering
>  BSP_ROGUE_DRIVER_PROVIDER:bsp-ti-6_6 = "ti-img-rogue-driver"
> -- 
> 2.17.1
Ryan Eatmon Oct. 8, 2024, 7:57 p.m. UTC | #2
On 10/8/2024 2:55 PM, Denys Dmytriyenko wrote:
> On Fri, Oct 04, 2024 at 10:18:56AM -0500, Ryan Eatmon via lists.yoctoproject.org wrote:
>> Add new BSP for the 6.12 kernel and u-boot 2024.10 versions.
>>
>> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
>> ---
>>   meta-ti-bsp/conf/machine/include/ti-bsp.inc | 15 ++++++++++++++-
>>   1 file changed, 14 insertions(+), 1 deletion(-)
>>
>> 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
>> @@ -35,6 +35,19 @@ BSP_BOOTLOADER_VERSION:bsp-next = "%"
>>   # in next, usually present in TI staging or derivative like BB.org
>>   MACHINE_FEATURES:remove:bsp-next = "gpu"
>>   
>> +# ==========
>> +# ti-6_12
>> +# TI staging kernel 6.12, u-boot 2024.10
>> +# ==========
>> +BSP_KERNEL_PROVIDER:bsp-ti-6_12 = "linux-ti-staging"
>> +BSP_KERNEL_VERSION:bsp-ti-6_12 = "6.12%"
>> +BSP_BOOTLOADER_PROVIDER:bsp-ti-6_12 = "u-boot-ti-staging"
>> +BSP_BOOTLOADER_VERSION:bsp-ti-6_12 = "2024.10%"
>> +
>> +# GPU support requires out-of-tree SGX and Rogue drivers not available
>> +# in 6.12 yet
>> +MACHINE_FEATURES:remove:bsp-next = "gpu"
> 
> Copy/paste error? bsp-ti_6.12 vs. bsp-next

Yes.  I'll fix that.


> 
>> +
>>   # ==========
>>   # ti-6_6
>>   # TI staging kernel 6.6, u-boot 2024.04
>> @@ -42,7 +55,7 @@ MACHINE_FEATURES:remove:bsp-next = "gpu"
>>   BSP_KERNEL_PROVIDER:bsp-ti-6_6 = "linux-ti-staging"
>>   BSP_KERNEL_VERSION:bsp-ti-6_6 = "6.6%"
>>   BSP_BOOTLOADER_PROVIDER:bsp-ti-6_6 = "u-boot-ti-staging"
>> -BSP_BOOTLOADER_VERSION:bsp-ti-6_6 = "2024%"
>> +BSP_BOOTLOADER_VERSION:bsp-ti-6_6 = "2024.04%"
>>   
>>   # Only Rogue is enabled so far, SGX falls back to SW rendering
>>   BSP_ROGUE_DRIVER_PROVIDER:bsp-ti-6_6 = "ti-img-rogue-driver"
>> -- 
>> 2.17.1
diff mbox series

Patch

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
@@ -35,6 +35,19 @@  BSP_BOOTLOADER_VERSION:bsp-next = "%"
 # in next, usually present in TI staging or derivative like BB.org
 MACHINE_FEATURES:remove:bsp-next = "gpu"
 
+# ==========
+# ti-6_12
+# TI staging kernel 6.12, u-boot 2024.10
+# ==========
+BSP_KERNEL_PROVIDER:bsp-ti-6_12 = "linux-ti-staging"
+BSP_KERNEL_VERSION:bsp-ti-6_12 = "6.12%"
+BSP_BOOTLOADER_PROVIDER:bsp-ti-6_12 = "u-boot-ti-staging"
+BSP_BOOTLOADER_VERSION:bsp-ti-6_12 = "2024.10%"
+
+# GPU support requires out-of-tree SGX and Rogue drivers not available
+# in 6.12 yet
+MACHINE_FEATURES:remove:bsp-next = "gpu"
+
 # ==========
 # ti-6_6
 # TI staging kernel 6.6, u-boot 2024.04
@@ -42,7 +55,7 @@  MACHINE_FEATURES:remove:bsp-next = "gpu"
 BSP_KERNEL_PROVIDER:bsp-ti-6_6 = "linux-ti-staging"
 BSP_KERNEL_VERSION:bsp-ti-6_6 = "6.6%"
 BSP_BOOTLOADER_PROVIDER:bsp-ti-6_6 = "u-boot-ti-staging"
-BSP_BOOTLOADER_VERSION:bsp-ti-6_6 = "2024%"
+BSP_BOOTLOADER_VERSION:bsp-ti-6_6 = "2024.04%"
 
 # Only Rogue is enabled so far, SGX falls back to SW rendering
 BSP_ROGUE_DRIVER_PROVIDER:bsp-ti-6_6 = "ti-img-rogue-driver"