diff options
author | Dan Murphy <dmurphy@ti.com> | 2020-10-21 21:02:09 +0000 |
---|---|---|
committer | Dan Murphy <dmurphy@ti.com> | 2020-10-23 07:12:01 -0500 |
commit | 4df0f89bb237c26118bdb239e2aef974333cca58 (patch) | |
tree | b1396b67cf7738a767552a455b2bda37ccac173f /recipes-bsp | |
parent | 1be469ab7fdbaa6c77597499cd4d474bd53670a6 (diff) | |
download | meta-ti-4df0f89bb237c26118bdb239e2aef974333cca58.tar.gz meta-ti-4df0f89bb237c26118bdb239e2aef974333cca58.tar.bz2 meta-ti-4df0f89bb237c26118bdb239e2aef974333cca58.zip |
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>
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/u-boot/u-boot-ti.inc | 4 |
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 2063bac24..b7fd246ac 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)" |