From fd396c3a2cb87f3ab80d560c964d4545515d4d4d Mon Sep 17 00:00:00 2001 From: Dan Murphy Date: Wed, 21 Oct 2020 21:02:09 +0000 Subject: [PATCH] u-boot-ti: Add new firmware to u-boot command line for j7 Signed-off-by: Dan Murphy Reviewed-by: Denys Dmytriyenko --- recipes-bsp/u-boot/u-boot-ti.inc | 4 ++++ 1 file changed, 4 insertions(+) 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}" # u-boot needs devtree compiler to parse dts files DEPENDS += "dtc-native bc-native lzop-native flex-native bison-native" +DM_FIRMWARE = "ipc_echo_testb_mcu1_0_release_strip.xer5f" + PACKAGECONFIG[atf] = "ATF=${STAGING_DIR_HOST}/firmware/bl31.bin,,trusted-firmware-a" PACKAGECONFIG[optee] = "TEE=${STAGING_DIR_HOST}${nonarch_base_libdir}/firmware/bl32.bin,,optee-os" +PACKAGECONFIG[dm] = "DM=${STAGING_DIR_HOST}${nonarch_base_libdir}/firmware/pdk-ipc/${DM_FIRMWARE},,ti-rtos-firmware" PACKAGECONFIG_append_aarch64 = " atf optee" +PACKAGECONFIG_append_j7 = " dm" COMPATIBLE_MACHINE = "(ti-soc)"