summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2023-05-26 13:27:25 -0500
committerRyan Eatmon <reatmon@ti.com>2023-06-06 08:24:37 -0500
commit336d9141f06c70e1d824b4d722ebe39e8e209bbc (patch)
tree95231172d0933db2605bc64697d202ed829e29c0
parent49991dfa22c0046cf63ebc4805abb39195578f8d (diff)
downloadmeta-ti-336d9141f06c70e1d824b4d722ebe39e8e209bbc.tar.gz
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 <afd@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--meta-ti-bsp/conf/machine/am65xx-hs-evm-k3r5.conf2
-rw-r--r--meta-ti-bsp/conf/machine/include/am65xx.inc2
2 files changed, 2 insertions, 2 deletions
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 @@
4 4
5require conf/machine/include/k3r5.inc 5require conf/machine/include/k3r5.inc
6 6
7SYSFW_SOC = "am65x" 7SYSFW_SOC = "am65x_sr2"
8SYSFW_CONFIG = "evm" 8SYSFW_CONFIG = "evm"
9SYSFW_SUFFIX = "hs" 9SYSFW_SUFFIX = "hs"
10 10
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"
18IMAGE_BOOT_FILES += "sysfw-am65x-gp-evm.itb" 18IMAGE_BOOT_FILES += "sysfw-am65x-gp-evm.itb"
19 19
20# Since default sysfw.itb on AM65x is for GP, add a version for HS-SE 20# Since default sysfw.itb on AM65x is for GP, add a version for HS-SE
21IMAGE_BOOT_FILES += "sysfw-am65x-hs-evm.itb" 21IMAGE_BOOT_FILES += "sysfw-am65x_sr2-hs-evm.itb"
22 22
23TFA_BOARD = "generic" 23TFA_BOARD = "generic"
24 24