summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp
diff options
context:
space:
mode:
Diffstat (limited to 'meta-ti-bsp')
-rw-r--r--meta-ti-bsp/recipes-bsp/ti-dm-fw/ti-dm-fw.bb1
-rw-r--r--meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc1
2 files changed, 2 insertions, 0 deletions
diff --git a/meta-ti-bsp/recipes-bsp/ti-dm-fw/ti-dm-fw.bb b/meta-ti-bsp/recipes-bsp/ti-dm-fw/ti-dm-fw.bb
index ddb91e99..7ce09383 100644
--- a/meta-ti-bsp/recipes-bsp/ti-dm-fw/ti-dm-fw.bb
+++ b/meta-ti-bsp/recipes-bsp/ti-dm-fw/ti-dm-fw.bb
@@ -38,6 +38,7 @@ INSTALL_DM_FW_DIR = "${nonarch_base_libdir}/firmware/${DM_FW_DIR}"
38 38
39DM_FIRMWARE = "ipc_echo_testb_mcu1_0_release_strip.xer5f" 39DM_FIRMWARE = "ipc_echo_testb_mcu1_0_release_strip.xer5f"
40DM_FIRMWARE:am62axx = "dm_edgeai_mcu1_0_release_strip.out" 40DM_FIRMWARE:am62axx = "dm_edgeai_mcu1_0_release_strip.out"
41DM_FIRMWARE:am62pxx = "${@oe.utils.conditional('DISPLAY_CLUSTER_ENABLE', '1', 'dss_display_share.wkup-r5f0_0.release.strip.out', 'ipc_echo_testb_mcu1_0_release_strip.xer5f', d)}"
41 42
42DM_FW_LIST = "" 43DM_FW_LIST = ""
43DM_FW_LIST:j721e = "${DM_FIRMWARE}" 44DM_FW_LIST:j721e = "${DM_FIRMWARE}"
diff --git a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc
index ae8a6395..2b75de70 100644
--- a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc
+++ b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc
@@ -48,6 +48,7 @@ DEPENDS:append:j784s4 = " ti-hsm-demo-fw"
48 48
49DM_FIRMWARE = "ipc_echo_testb_mcu1_0_release_strip.xer5f" 49DM_FIRMWARE = "ipc_echo_testb_mcu1_0_release_strip.xer5f"
50DM_FIRMWARE:am62axx = "dm_edgeai_mcu1_0_release_strip.out" 50DM_FIRMWARE:am62axx = "dm_edgeai_mcu1_0_release_strip.out"
51DM_FIRMWARE:am62pxx = "${@oe.utils.conditional('DISPLAY_CLUSTER_ENABLE', '1', 'dss_display_share.wkup-r5f0_0.release.strip.out', 'ipc_echo_testb_mcu1_0_release_strip.xer5f', d)}"
51 52
52PLAT_SFX = "" 53PLAT_SFX = ""
53PLAT_SFX:j721e = "j721e" 54PLAT_SFX:j721e = "j721e"