summaryrefslogtreecommitdiff
path: root/conf/machine/verdin-am62.conf
diff options
context:
space:
mode:
authorEmanuele Ghidoli <emanuele.ghidoli@toradex.com>2023-06-13 08:58:54 +0200
committerEmanuele Ghidoli <emanuele.ghidoli@toradex.com>2023-06-13 19:35:52 +0200
commitfc7114dd29c8422e113929edd7cb2eabd0d1dbd7 (patch)
tree63cbb3650c8bb4b60dc08b76b4a4311da947ea4a /conf/machine/verdin-am62.conf
parent941604e522dbe03047f754576f97f65515388ee5 (diff)
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 <emanuele.ghidoli@toradex.com>
Diffstat (limited to 'conf/machine/verdin-am62.conf')
-rw-r--r--conf/machine/verdin-am62.conf5
1 files changed, 2 insertions, 3 deletions
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