From b0dbaf58a1916559aa9cab02c9e32511877fc9c5 Mon Sep 17 00:00:00 2001 From: Andrew Davis Date: Fri, 26 May 2023 13:27:25 -0500 Subject: conf: machine: am65xx: Deploy SR2 version of SYSFW The HS boards use the SR2 version of the silicon, ship that version of the sysfw.itb image. Signed-off-by: Andrew Davis Signed-off-by: Ryan Eatmon --- meta-ti-bsp/conf/machine/am65xx-hs-evm-k3r5.conf | 2 +- meta-ti-bsp/conf/machine/include/am65xx.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-ti-bsp/conf') diff --git a/meta-ti-bsp/conf/machine/am65xx-hs-evm-k3r5.conf b/meta-ti-bsp/conf/machine/am65xx-hs-evm-k3r5.conf index 3ca728dc..5ac0c578 100644 --- a/meta-ti-bsp/conf/machine/am65xx-hs-evm-k3r5.conf +++ b/meta-ti-bsp/conf/machine/am65xx-hs-evm-k3r5.conf @@ -4,7 +4,7 @@ require conf/machine/include/k3r5.inc -SYSFW_SOC = "am65x" +SYSFW_SOC = "am65x_sr2" SYSFW_CONFIG = "evm" SYSFW_SUFFIX = "hs" diff --git a/meta-ti-bsp/conf/machine/include/am65xx.inc b/meta-ti-bsp/conf/machine/include/am65xx.inc index 548a96f2..98895c33 100644 --- a/meta-ti-bsp/conf/machine/include/am65xx.inc +++ b/meta-ti-bsp/conf/machine/include/am65xx.inc @@ -18,7 +18,7 @@ IMAGE_BOOT_FILES += "sysfw.itb" IMAGE_BOOT_FILES += "sysfw-am65x-gp-evm.itb" # Since default sysfw.itb on AM65x is for GP, add a version for HS-SE -IMAGE_BOOT_FILES += "sysfw-am65x-hs-evm.itb" +IMAGE_BOOT_FILES += "sysfw-am65x_sr2-hs-evm.itb" TFA_BOARD = "generic" -- cgit v1.2.3-54-g00ecf