From fc7114dd29c8422e113929edd7cb2eabd0d1dbd7 Mon Sep 17 00:00:00 2001 From: Emanuele Ghidoli Date: Tue, 13 Jun 2023 08:58:54 +0200 Subject: verdin-am62: add hs-fs soc type binaries Add HS-FS SoC type binaries (different SYSFW), GP SoC type is still the default one and the one used in the generated tezi image, HS-FS binaries are just deployed and not used yet. tiboot3.bin renamed to tiboot3-gp.bin to make it clear that this is the binary for the GP variant. Related-to: ELB-5226 Signed-off-by: Emanuele Ghidoli --- conf/machine/verdin-am62.conf | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'conf/machine/verdin-am62.conf') diff --git a/conf/machine/verdin-am62.conf b/conf/machine/verdin-am62.conf index 4fccd14..8885315 100644 --- a/conf/machine/verdin-am62.conf +++ b/conf/machine/verdin-am62.conf @@ -11,9 +11,8 @@ require conf/machine/include/am62xx.inc # override what am62xx.inc sets for a hs-fs/hs-se variant so that only # the gp variant is built and deployed and is the default. -BBMULTICONFIG:remove = "k3r5-hs-fs" BBMULTICONFIG:remove = "k3r5-hs-se" -do_image_complete[mcdepends] = "mc::k3r5-gp:ti-sci-fw:do_deploy" +do_image_complete[mcdepends] = "mc::k3r5-hs-fs:ti-sci-fw:do_deploy mc::k3r5-gp:ti-sci-fw:do_deploy" IMAGE_BOOT_FILES:remove = "tiboot3-am62x-hs-evm.bin" # Don't include kernels in standard images @@ -64,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.bin" +TPL_BINARY="tiboot3-gp.bin" # tispl.bin OFFSET_TPL_PAYLOAD = "1024" # u-boot.img -- cgit v1.2.3