From: Denys Dmytriyenko <denys@ti.com>
To: "Karicheri, Muralidharan" <m-karicheri2@ti.com>
Cc: "meta-ti@yoctoproject.org" <meta-ti@yoctoproject.org>,
"Andrianov, Vitaly" <vitalya@ti.com>
Subject: Re: [PATCH] netcp-sa-fw: add initial version 1.0.0
Date: Wed, 27 Jan 2016 14:27:52 -0500 [thread overview]
Message-ID: <20160127192752.GS11314@edge> (raw)
In-Reply-To: <3E54258959B69E4282D79E01AB1F32B704CED025@DFLE11.ent.ti.com>
On Wed, Jan 27, 2016 at 01:05:25AM +0000, Karicheri, Muralidharan wrote:
> Eric, Vitaly,
>
> I think this can cause some potential confusion to customers. Isn't there a
> SA PDSP firmware as well? If yes, we will have to rename the firmware.
> This is not a comment against the recipe itself, but want to avoid any
> future confusion.
Murali,
Thanks! Any agreement on the FW name? If you decide to rename it, please
submit corresponding patch against linux-firmware repo first, as well as the
driver changes, of course.
--
Denys
> >-----Original Message-----
> >From: meta-ti-bounces@yoctoproject.org [mailto:meta-ti-bounces@yoctoproject.org] On
> >Behalf Of Denys Dmytriyenko
> >Sent: Tuesday, January 26, 2016 4:37 PM
> >To: meta-ti@yoctoproject.org
> >Subject: [meta-ti] [PATCH] netcp-sa-fw: add initial version 1.0.0
> >
> >From: Denys Dmytriyenko <denys@ti.com>
> >
> >Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> >---
> > recipes-bsp/netcp-sa-fw/netcp-sa-fw_git.bb | 29
> >+++++++++++++++++++++++++++++
> > 1 file changed, 29 insertions(+)
> > create mode 100644 recipes-bsp/netcp-sa-fw/netcp-sa-fw_git.bb
> >
> >diff --git a/recipes-bsp/netcp-sa-fw/netcp-sa-fw_git.bb b/recipes-bsp/netcp-sa-fw/netcp-sa-
> >fw_git.bb
> >new file mode 100644
> >index 0000000..5f07b92
> >--- /dev/null
> >+++ b/recipes-bsp/netcp-sa-fw/netcp-sa-fw_git.bb
> >@@ -0,0 +1,29 @@
> >+DESCRIPTION = "NETCP SA firmware for Keystone"
> >+
> >+LICENSE = "TI-TFL"
> >+LIC_FILES_CHKSUM = "file://LICENCE.ti-
> >keystone;md5=3a86335d32864b0bef996bee26cc0f2c"
> >+
> >+PV = "1.0.0"
> >+PR = "r0"
> >+
> >+CLEANBROKEN = "1"
> >+
> >+COMPATIBLE_MACHINE = "keystone"
> >+
> >+PACKAGE_ARCH = "${MACHINE_ARCH}"
> >+
> >+SRCREV = "588f602a21c62f90b1f4318b881c80a1e711317a"
> >+BRANCH ?= "ti-linux-firmware-4.1.y"
> >+
> >+SRC_URI = "git://git.ti.com/processor-firmware/ti-linux-
> >firmware.git;protocol=git;branch=${BRANCH}"
> >+
> >+S = "${WORKDIR}/git"
> >+
> >+TARGET = "sa_mci.fw"
> >+
> >+do_install() {
> >+ install -d ${D}${base_libdir}/firmware
> >+ install -m 0644 ${S}/ti-keystone/${TARGET}
> >${D}${base_libdir}/firmware/${TARGET}
> >+}
> >+
> >+FILES_${PN} = "${base_libdir}/firmware"
> >--
> >2.2.0
> >
> >--
> >_______________________________________________
> >meta-ti mailing list
> >meta-ti@yoctoproject.org
> >https://lists.yoctoproject.org/listinfo/meta-ti
> --
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
prev parent reply other threads:[~2016-01-27 19:28 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-26 21:37 [PATCH] netcp-sa-fw: add initial version 1.0.0 Denys Dmytriyenko
2016-01-27 1:05 ` Karicheri, Muralidharan
2016-01-27 19:27 ` Denys Dmytriyenko [this message]
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=20160127192752.GS11314@edge \
--to=denys@ti.com \
--cc=m-karicheri2@ti.com \
--cc=meta-ti@yoctoproject.org \
--cc=vitalya@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.