diff mbox series

[master/scarthgap] conf: machine: j742s2: skip HS-SE SPL for 6.12

Message ID 20250224011318.2801708-1-denis@denix.org
State Rejected
Delegated to: Ryan Eatmon
Headers show
Series [master/scarthgap] conf: machine: j742s2: skip HS-SE SPL for 6.12 | expand

Commit Message

Denys Dmytriyenko Feb. 24, 2025, 1:13 a.m. UTC
From: Denys Dmytriyenko <denys@konsulko.com>

It appears there's no HS-SE SPL being produced with TI BSP 6.12, as there's
no tiboot3-j742s2-hs-evm.bin being deployed. Disable it for now.

Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
---
 meta-ti-bsp/conf/machine/include/j742s2.inc | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Comments

Ryan Eatmon Feb. 24, 2025, 3:36 p.m. UTC | #1
This is currently fixed on scarthgap and is waiting on master-next for a 
CICD promotion.  So this patch should not be needed.


On 2/23/2025 7:13 PM, Denys Dmytriyenko wrote:
> From: Denys Dmytriyenko <denys@konsulko.com>
> 
> It appears there's no HS-SE SPL being produced with TI BSP 6.12, as there's
> no tiboot3-j742s2-hs-evm.bin being deployed. Disable it for now.
> 
> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
> ---
>   meta-ti-bsp/conf/machine/include/j742s2.inc | 4 +++-
>   1 file changed, 3 insertions(+), 1 deletion(-)
> 
> diff --git a/meta-ti-bsp/conf/machine/include/j742s2.inc b/meta-ti-bsp/conf/machine/include/j742s2.inc
> index 9a54e11e..67e30fe9 100644
> --- a/meta-ti-bsp/conf/machine/include/j742s2.inc
> +++ b/meta-ti-bsp/conf/machine/include/j742s2.inc
> @@ -12,7 +12,9 @@ PREFERRED_PROVIDER_virtual/gpudriver ?= "${BSP_ROGUE_DRIVER_PROVIDER}"
>   IMAGE_BOOT_FILES += "tiboot3-j742s2-hs-fs-evm.bin"
>   
>   # Since default tiboot3.bin on J742S2 is for HS-FS, add a version for SR1.0 HS-SE
> -IMAGE_BOOT_FILES += "tiboot3-j742s2-hs-evm.bin"
> +IMAGE_SR1_HS_SE_FILES = "tiboot3-j742s2-hs-evm.bin"
> +IMAGE_SR1_HS_SE_FILES:bsp-ti-6_12 = ""
> +IMAGE_BOOT_FILES += "${IMAGE_SR1_HS_SE_FILES}"
>   
>   TFA_BOARD = "j784s4"
>   
> 
> 
> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#18335): https://lists.yoctoproject.org/g/meta-ti/message/18335
> Mute This Topic: https://lists.yoctoproject.org/mt/111350886/6551054
> Group Owner: meta-ti+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub [reatmon@ti.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
diff mbox series

Patch

diff --git a/meta-ti-bsp/conf/machine/include/j742s2.inc b/meta-ti-bsp/conf/machine/include/j742s2.inc
index 9a54e11e..67e30fe9 100644
--- a/meta-ti-bsp/conf/machine/include/j742s2.inc
+++ b/meta-ti-bsp/conf/machine/include/j742s2.inc
@@ -12,7 +12,9 @@  PREFERRED_PROVIDER_virtual/gpudriver ?= "${BSP_ROGUE_DRIVER_PROVIDER}"
 IMAGE_BOOT_FILES += "tiboot3-j742s2-hs-fs-evm.bin"
 
 # Since default tiboot3.bin on J742S2 is for HS-FS, add a version for SR1.0 HS-SE
-IMAGE_BOOT_FILES += "tiboot3-j742s2-hs-evm.bin"
+IMAGE_SR1_HS_SE_FILES = "tiboot3-j742s2-hs-evm.bin"
+IMAGE_SR1_HS_SE_FILES:bsp-ti-6_12 = ""
+IMAGE_BOOT_FILES += "${IMAGE_SR1_HS_SE_FILES}"
 
 TFA_BOARD = "j784s4"