Going forward, the split TIFS/DM is going to be more common. Only AM65x and AM64x still use the combined SYSFW.
Set SYSFW_PREFIX for split "fs" firmware and override only for the two combined "sci" platforms. This makes it easier to add new platforms as no change will be needed to this recipe. Signed-off-by: Andrew Davis <[email protected]> --- meta-ti-bsp/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/meta-ti-bsp/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb b/meta-ti-bsp/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb index e9c90a76..70311cbb 100644 --- a/meta-ti-bsp/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb +++ b/meta-ti-bsp/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb @@ -24,12 +24,9 @@ SYSFW_SOC ?= "unknown" SYSFW_SUFFIX ?= "unknown" SYSFW_CONFIG ?= "unknown" -SYSFW_PREFIX = "sci" -SYSFW_PREFIX:j721e = "fs" -SYSFW_PREFIX:j7200 = "fs" -SYSFW_PREFIX:j721s2 = "fs" -SYSFW_PREFIX:j784s4 = "fs" -SYSFW_PREFIX:am62xx = "fs" +SYSFW_PREFIX = "fs" +SYSFW_PREFIX:am65xx = "sci" +SYSFW_PREFIX:am64xx = "sci" SYSFW_TISCI = "${S}/ti-sysfw/ti-${SYSFW_PREFIX}-firmware-${SYSFW_SOC}-*.bin" -- 2.39.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#15837): https://lists.yoctoproject.org/g/meta-ti/message/15837 Mute This Topic: https://lists.yoctoproject.org/mt/96961273/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
