summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/recipes-bsp/u-boot
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2023-05-25 13:11:24 -0500
committerRyan Eatmon <reatmon@ti.com>2023-06-07 10:02:09 -0500
commitb21d29d94694ac49b97a1f4ba428c7d8cd6fb64a (patch)
treef2eaa21d22dde059aa290c34390ca9ed287f8a29 /meta-ti-bsp/recipes-bsp/u-boot
parentf96430c0f3d6e0129f9e2b846b46bbfa045108a9 (diff)
downloadmeta-ti-b21d29d94694ac49b97a1f4ba428c7d8cd6fb64a.tar.gz
ti-dm-fw: Add recipe for TI DM firmware
Split out the TI DM firmware from ti-rtos-firmware. Signed-off-by: Andrew Davis <afd@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/recipes-bsp/u-boot')
-rw-r--r--meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc2
1 files changed, 1 insertions, 1 deletions
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 135f443b..15c903d5 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
@@ -39,7 +39,7 @@ PLAT_SFX:am62axx = "am62axx"
39 39
40PACKAGECONFIG[atf] = "ATF=${STAGING_DIR_HOST}/firmware/bl31.bin,,trusted-firmware-a" 40PACKAGECONFIG[atf] = "ATF=${STAGING_DIR_HOST}/firmware/bl31.bin,,trusted-firmware-a"
41PACKAGECONFIG[optee] = "TEE=${STAGING_DIR_HOST}${nonarch_base_libdir}/firmware/bl32.bin,,optee-os" 41PACKAGECONFIG[optee] = "TEE=${STAGING_DIR_HOST}${nonarch_base_libdir}/firmware/bl32.bin,,optee-os"
42PACKAGECONFIG[dm] = "DM=${STAGING_DIR_HOST}${nonarch_base_libdir}/firmware/ti-dm/${PLAT_SFX}/${DM_FIRMWARE},,ti-rtos-firmware" 42PACKAGECONFIG[dm] = "DM=${STAGING_DIR_HOST}${nonarch_base_libdir}/firmware/ti-dm/${PLAT_SFX}/${DM_FIRMWARE},,ti-dm-fw"
43 43
44PACKAGECONFIG:append:aarch64 = " atf optee" 44PACKAGECONFIG:append:aarch64 = " atf optee"
45PACKAGECONFIG:append:j721e = " dm" 45PACKAGECONFIG:append:j721e = " dm"