summaryrefslogtreecommitdiff
path: root/recipes-bsp
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 /recipes-bsp
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 'recipes-bsp')
-rw-r--r--recipes-bsp/ti-sci-fw/ti-sci-fw_git.bbappend4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bbappend b/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bbappend
index 2196e5a..8d00cce 100644
--- a/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bbappend
+++ b/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bbappend
@@ -2,11 +2,11 @@
EXTRA_OEMAKE_DFU = "\
CROSS_COMPILE=${TARGET_PREFIX} SOC=${SYSFW_SOC} SOC_TYPE=${SYSFW_SUFFIX} \
CONFIG=${SYSFW_CONFIG} SYSFW_DIR="${S}/ti-sysfw" \
- SBL="${STAGING_DIR_HOST}/boot/u-boot-spl.bin-dfu" \
+ SBL="${STAGING_DIR_HOST}/boot/u-boot-spl.bin-${UBOOT_DFU_CONFIG}" \
"
do_compile:prepend:k3r5 () {
- if [ -e "${STAGING_DIR_HOST}/boot/u-boot-spl.bin-dfu" ]; then
+ if [ -e "${STAGING_DIR_HOST}/boot/u-boot-spl.bin-${UBOOT_DFU_CONFIG}" ]; then
cd ${WORKDIR}/imggen/
make ${EXTRA_OEMAKE_DFU} $@
if [ -f "${WORKDIR}/imggen/${SYSFW_TIBOOT3}" ]; then