summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2023-05-26 13:27:25 -0500
committerRyan Eatmon <reatmon@ti.com>2023-06-07 10:10:22 -0500
commitb0dbaf58a1916559aa9cab02c9e32511877fc9c5 (patch)
tree5b3b5e5f2fc56ac004cbdb9f5a552cc0a27126b2 /meta-ti-bsp/conf
parent72e9b749c0b7e9e21c44f97fefdf134627cc85f9 (diff)
downloadmeta-ti-b0dbaf58a1916559aa9cab02c9e32511877fc9c5.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>
Diffstat (limited to 'meta-ti-bsp/conf')
-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