summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Murphy <dmurphy@ti.com>2020-10-21 21:02:09 +0000
committerDan Murphy <dmurphy@ti.com>2020-10-21 12:43:50 -0500
commitfd396c3a2cb87f3ab80d560c964d4545515d4d4d (patch)
tree28af0a5a07a17def8f0623400f921ade89235602
parentccfc0cc0d6ac9fca924abee51aa32953b7b3f753 (diff)
downloadmeta-ti-fd396c3a2cb87f3ab80d560c964d4545515d4d4d.tar.gz
u-boot-ti: Add new firmware to u-boot command line for j7
Signed-off-by: Dan Murphy <dmurphy@ti.com> Reviewed-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-bsp/u-boot/u-boot-ti.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot-ti.inc b/recipes-bsp/u-boot/u-boot-ti.inc
index 2063bac2..b7fd246a 100644
--- a/recipes-bsp/u-boot/u-boot-ti.inc
+++ b/recipes-bsp/u-boot/u-boot-ti.inc
@@ -33,10 +33,14 @@ PV_append = "+git${SRCPV}"
33# u-boot needs devtree compiler to parse dts files 33# u-boot needs devtree compiler to parse dts files
34DEPENDS += "dtc-native bc-native lzop-native flex-native bison-native" 34DEPENDS += "dtc-native bc-native lzop-native flex-native bison-native"
35 35
36DM_FIRMWARE = "ipc_echo_testb_mcu1_0_release_strip.xer5f"
37
36PACKAGECONFIG[atf] = "ATF=${STAGING_DIR_HOST}/firmware/bl31.bin,,trusted-firmware-a" 38PACKAGECONFIG[atf] = "ATF=${STAGING_DIR_HOST}/firmware/bl31.bin,,trusted-firmware-a"
37PACKAGECONFIG[optee] = "TEE=${STAGING_DIR_HOST}${nonarch_base_libdir}/firmware/bl32.bin,,optee-os" 39PACKAGECONFIG[optee] = "TEE=${STAGING_DIR_HOST}${nonarch_base_libdir}/firmware/bl32.bin,,optee-os"
40PACKAGECONFIG[dm] = "DM=${STAGING_DIR_HOST}${nonarch_base_libdir}/firmware/pdk-ipc/${DM_FIRMWARE},,ti-rtos-firmware"
38 41
39PACKAGECONFIG_append_aarch64 = " atf optee" 42PACKAGECONFIG_append_aarch64 = " atf optee"
43PACKAGECONFIG_append_j7 = " dm"
40 44
41COMPATIBLE_MACHINE = "(ti-soc)" 45COMPATIBLE_MACHINE = "(ti-soc)"
42 46