Message ID | 20230214145352.12093-4-afd@ti.com |
---|---|
State | New |
Headers | show |
Series | [meta-ti,master/kirkstone,1/4] u-boot-ti: Do not depend on DM firmware for R5 builds | expand |
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"
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 <afd@ti.com> --- meta-ti-bsp/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-)