summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmanuele Ghidoli <emanuele.ghidoli@toradex.com>2023-06-15 07:49:09 +0200
committerEmanuele Ghidoli <emanuele.ghidoli@toradex.com>2023-06-16 11:43:50 +0200
commit3d9d8fdfe38d60c4d96bb4d4f6d72a90094992cd (patch)
tree63bfd0bdc39d422b0a65d81937938d33961b4908
parentfc7114dd29c8422e113929edd7cb2eabd0d1dbd7 (diff)
verdin-am62: select third boot binary based on PID4
Change TPL_BINARY to a varflags variable, following the changes in commit 7fd635f58748 ("image_type_tezi: select TPL binary based on PID4") in meta-toradex-bsp-common and f538188f86c1 ("image_type_tezi_run: select TPL binary based on PID4") in meta-toradex-tezi. There are three different AM62x SoC types: - General Purpose (GP) - High Security - Field Securable state (HS-FS) - High Security - Security Enforced state (HS-SE) Each type must be flashed with the relevant SYSFW (tiboot3) binary and every Verdin AM62 SKU has its own specific SoC type. Select GP binary for 0069 PID4. Related-to: ELB-5227 Signed-off-by: Emanuele Ghidoli <emanuele.ghidoli@toradex.com>
-rw-r--r--conf/machine/verdin-am62.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/verdin-am62.conf b/conf/machine/verdin-am62.conf
index 8885315..7c78d62 100644
--- a/conf/machine/verdin-am62.conf
+++ b/conf/machine/verdin-am62.conf
@@ -63,7 +63,7 @@ IMAGE_FSTYPES:append = " teziimg"
# The payload offsets are given in number of 512 byte blocks.
# tiboot3.bin
OFFSET_BOOTROM_PAYLOAD = "0"
-TPL_BINARY="tiboot3-gp.bin"
+TPL_BINARY[0069]="tiboot3-am62x-gp-evm.bin"
# tispl.bin
OFFSET_TPL_PAYLOAD = "1024"
# u-boot.img