diff options
author | Andrew Davis <afd@ti.com> | 2023-05-26 13:27:25 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2023-06-07 10:10:22 -0500 |
commit | b0dbaf58a1916559aa9cab02c9e32511877fc9c5 (patch) | |
tree | 5b3b5e5f2fc56ac004cbdb9f5a552cc0a27126b2 /meta-ti-bsp/conf | |
parent | 72e9b749c0b7e9e21c44f97fefdf134627cc85f9 (diff) | |
download | meta-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.conf | 2 | ||||
-rw-r--r-- | meta-ti-bsp/conf/machine/include/am65xx.inc | 2 |
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 | ||
5 | require conf/machine/include/k3r5.inc | 5 | require conf/machine/include/k3r5.inc |
6 | 6 | ||
7 | SYSFW_SOC = "am65x" | 7 | SYSFW_SOC = "am65x_sr2" |
8 | SYSFW_CONFIG = "evm" | 8 | SYSFW_CONFIG = "evm" |
9 | SYSFW_SUFFIX = "hs" | 9 | SYSFW_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" | |||
18 | IMAGE_BOOT_FILES += "sysfw-am65x-gp-evm.itb" | 18 | IMAGE_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 |
21 | IMAGE_BOOT_FILES += "sysfw-am65x-hs-evm.itb" | 21 | IMAGE_BOOT_FILES += "sysfw-am65x_sr2-hs-evm.itb" |
22 | 22 | ||
23 | TFA_BOARD = "generic" | 23 | TFA_BOARD = "generic" |
24 | 24 | ||