From 3d9d8fdfe38d60c4d96bb4d4f6d72a90094992cd Mon Sep 17 00:00:00 2001 From: Emanuele Ghidoli Date: Thu, 15 Jun 2023 07:49:09 +0200 Subject: 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 --- conf/machine/verdin-am62.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3