From: "Dan Murphy" <dmurphy@ti.com>
To: <denys@ti.com>
Cc: <s-anna@ti.com>, <praneeth@ti.com>, <meta-ti@yoctoproject.org>,
Dan Murphy <dmurphy@ti.com>
Subject: [PATCH 2/3] u-boot-ti: Add new firmware to u-boot command line for j7
Date: Wed, 21 Oct 2020 10:02:09 -0500 [thread overview]
Message-ID: <20201021150210.29966-2-dmurphy@ti.com> (raw)
In-Reply-To: <20201021150210.29966-1-dmurphy@ti.com>
Signed-off-by: Dan Murphy <dmurphy@ti.com>
---
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 2063bac24554..b7fd246aca6c 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)"
--
2.17.1
next prev parent reply other threads:[~2020-10-21 15:02 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-21 15:02 [PATCH 1/3] ti-rtos: update metadata and firmware to 07.01.00.24 Dan Murphy
2020-10-21 15:02 ` Dan Murphy [this message]
2020-10-21 17:07 ` [PATCH 2/3] u-boot-ti: Add new firmware to u-boot command line for j7 Denys Dmytriyenko
2020-10-21 15:02 ` [PATCH 3/3] u-boot-ti-staging: Update to latest HEAD for j7 build Dan Murphy
2020-10-21 17:08 ` Denys Dmytriyenko
2020-10-21 17:04 ` [PATCH 1/3] ti-rtos: update metadata and firmware to 07.01.00.24 Denys Dmytriyenko
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20201021150210.29966-2-dmurphy@ti.com \
--to=dmurphy@ti.com \
--cc=denys@ti.com \
--cc=meta-ti@yoctoproject.org \
--cc=praneeth@ti.com \
--cc=s-anna@ti.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.