All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] pmmc-fw: add initial PMMC firmware binary
@ 2015-11-24 19:11 Denys Dmytriyenko
  2015-11-24 19:18 ` Jacob Stiffler
  0 siblings, 1 reply; 4+ messages in thread
From: Denys Dmytriyenko @ 2015-11-24 19:11 UTC (permalink / raw)
  To: meta-ti

From: Denys Dmytriyenko <denys@ti.com>

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 recipes-bsp/pmmc-fw/pmmc-fw_git.bb | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 recipes-bsp/pmmc-fw/pmmc-fw_git.bb

diff --git a/recipes-bsp/pmmc-fw/pmmc-fw_git.bb b/recipes-bsp/pmmc-fw/pmmc-fw_git.bb
new file mode 100644
index 0000000..0363bf6
--- /dev/null
+++ b/recipes-bsp/pmmc-fw/pmmc-fw_git.bb
@@ -0,0 +1,27 @@
+DESCRIPTION = "PMMC firmware"
+
+LICENSE = "TI-TFL"
+LIC_FILES_CHKSUM = "file://LICENCE.ti-keystone;md5=3a86335d32864b0bef996bee26cc0f2c"
+
+PR = "r0"
+
+CLEANBROKEN = "1"
+
+COMPATIBLE_MACHINE = "k2g-evm"
+
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
+SRCREV = "474abaf61ef4778df84b74c4a50f740149b38115"
+BRANCH ?= "master"
+
+SRC_URI = "git://git.ti.com/processor-firmware/ti-linux-firmware.git;protocol=git;branch=${BRANCH}"
+
+S = "${WORKDIR}/git"
+TARGET = "pmmc-firmware.bin"
+
+do_install() {
+	mkdir -p ${D}/boot
+	cp ${S}/ti-keystone/${TARGET} ${D}/boot/${TARGET}
+}
+
+FILES_${PN} = "/boot"
-- 
2.2.0



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] pmmc-fw: add initial PMMC firmware binary
  2015-11-24 19:11 [PATCH] pmmc-fw: add initial PMMC firmware binary Denys Dmytriyenko
@ 2015-11-24 19:18 ` Jacob Stiffler
  2015-11-24 19:21   ` Denys Dmytriyenko
  0 siblings, 1 reply; 4+ messages in thread
From: Jacob Stiffler @ 2015-11-24 19:18 UTC (permalink / raw)
  To: Denys Dmytriyenko, meta-ti

Will this firmware be placed in the DEPLOY_DIR_IMAGES?

On 11/24/2015 2:11 PM, Denys Dmytriyenko wrote:
> From: Denys Dmytriyenko <denys@ti.com>
>
> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> ---
>   recipes-bsp/pmmc-fw/pmmc-fw_git.bb | 27 +++++++++++++++++++++++++++
>   1 file changed, 27 insertions(+)
>   create mode 100644 recipes-bsp/pmmc-fw/pmmc-fw_git.bb
>
> diff --git a/recipes-bsp/pmmc-fw/pmmc-fw_git.bb b/recipes-bsp/pmmc-fw/pmmc-fw_git.bb
> new file mode 100644
> index 0000000..0363bf6
> --- /dev/null
> +++ b/recipes-bsp/pmmc-fw/pmmc-fw_git.bb
> @@ -0,0 +1,27 @@
> +DESCRIPTION = "PMMC firmware"
> +
> +LICENSE = "TI-TFL"
> +LIC_FILES_CHKSUM = "file://LICENCE.ti-keystone;md5=3a86335d32864b0bef996bee26cc0f2c"
> +
> +PR = "r0"
> +
> +CLEANBROKEN = "1"
> +
> +COMPATIBLE_MACHINE = "k2g-evm"
> +
> +PACKAGE_ARCH = "${MACHINE_ARCH}"
> +
> +SRCREV = "474abaf61ef4778df84b74c4a50f740149b38115"
> +BRANCH ?= "master"
> +
> +SRC_URI = "git://git.ti.com/processor-firmware/ti-linux-firmware.git;protocol=git;branch=${BRANCH}"
> +
> +S = "${WORKDIR}/git"
> +TARGET = "pmmc-firmware.bin"
> +
> +do_install() {
> +	mkdir -p ${D}/boot
> +	cp ${S}/ti-keystone/${TARGET} ${D}/boot/${TARGET}
> +}
> +
> +FILES_${PN} = "/boot"



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] pmmc-fw: add initial PMMC firmware binary
  2015-11-24 19:18 ` Jacob Stiffler
@ 2015-11-24 19:21   ` Denys Dmytriyenko
  2015-11-24 19:28     ` Jacob Stiffler
  0 siblings, 1 reply; 4+ messages in thread
From: Denys Dmytriyenko @ 2015-11-24 19:21 UTC (permalink / raw)
  To: Jacob Stiffler; +Cc: meta-ti

I had the same question, but I don't have an answer yet. Right now I'm running 
with the assumption it's not required, as we don't place any other FW images 
in deploy.


On Tue, Nov 24, 2015 at 02:18:54PM -0500, Jacob Stiffler wrote:
> Will this firmware be placed in the DEPLOY_DIR_IMAGES?
> 
> On 11/24/2015 2:11 PM, Denys Dmytriyenko wrote:
> >From: Denys Dmytriyenko <denys@ti.com>
> >
> >Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> >---
> >  recipes-bsp/pmmc-fw/pmmc-fw_git.bb | 27 +++++++++++++++++++++++++++
> >  1 file changed, 27 insertions(+)
> >  create mode 100644 recipes-bsp/pmmc-fw/pmmc-fw_git.bb
> >
> >diff --git a/recipes-bsp/pmmc-fw/pmmc-fw_git.bb b/recipes-bsp/pmmc-fw/pmmc-fw_git.bb
> >new file mode 100644
> >index 0000000..0363bf6
> >--- /dev/null
> >+++ b/recipes-bsp/pmmc-fw/pmmc-fw_git.bb
> >@@ -0,0 +1,27 @@
> >+DESCRIPTION = "PMMC firmware"
> >+
> >+LICENSE = "TI-TFL"
> >+LIC_FILES_CHKSUM = "file://LICENCE.ti-keystone;md5=3a86335d32864b0bef996bee26cc0f2c"
> >+
> >+PR = "r0"
> >+
> >+CLEANBROKEN = "1"
> >+
> >+COMPATIBLE_MACHINE = "k2g-evm"
> >+
> >+PACKAGE_ARCH = "${MACHINE_ARCH}"
> >+
> >+SRCREV = "474abaf61ef4778df84b74c4a50f740149b38115"
> >+BRANCH ?= "master"
> >+
> >+SRC_URI = "git://git.ti.com/processor-firmware/ti-linux-firmware.git;protocol=git;branch=${BRANCH}"
> >+
> >+S = "${WORKDIR}/git"
> >+TARGET = "pmmc-firmware.bin"
> >+
> >+do_install() {
> >+	mkdir -p ${D}/boot
> >+	cp ${S}/ti-keystone/${TARGET} ${D}/boot/${TARGET}
> >+}
> >+
> >+FILES_${PN} = "/boot"
> 
> -- 
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] pmmc-fw: add initial PMMC firmware binary
  2015-11-24 19:21   ` Denys Dmytriyenko
@ 2015-11-24 19:28     ` Jacob Stiffler
  0 siblings, 0 replies; 4+ messages in thread
From: Jacob Stiffler @ 2015-11-24 19:28 UTC (permalink / raw)
  To: Denys Dmytriyenko; +Cc: meta-ti



On 11/24/2015 2:21 PM, Denys Dmytriyenko wrote:
> I had the same question, but I don't have an answer yet. Right now I'm running
> with the assumption it's not required, as we don't place any other FW images
> in deploy.

Since this image is needed to boot linux (along with dtb and zImage), 
this will need to be in the SDK's "prebuilt-images". I'm not sure how to 
get images there other than through DEPLOY_DIR_IMAGE.

>
> On Tue, Nov 24, 2015 at 02:18:54PM -0500, Jacob Stiffler wrote:
>> Will this firmware be placed in the DEPLOY_DIR_IMAGES?
>>
>> On 11/24/2015 2:11 PM, Denys Dmytriyenko wrote:
>>> From: Denys Dmytriyenko <denys@ti.com>
>>>
>>> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
>>> ---
>>>   recipes-bsp/pmmc-fw/pmmc-fw_git.bb | 27 +++++++++++++++++++++++++++
>>>   1 file changed, 27 insertions(+)
>>>   create mode 100644 recipes-bsp/pmmc-fw/pmmc-fw_git.bb
>>>
>>> diff --git a/recipes-bsp/pmmc-fw/pmmc-fw_git.bb b/recipes-bsp/pmmc-fw/pmmc-fw_git.bb
>>> new file mode 100644
>>> index 0000000..0363bf6
>>> --- /dev/null
>>> +++ b/recipes-bsp/pmmc-fw/pmmc-fw_git.bb
>>> @@ -0,0 +1,27 @@
>>> +DESCRIPTION = "PMMC firmware"
>>> +
>>> +LICENSE = "TI-TFL"
>>> +LIC_FILES_CHKSUM = "file://LICENCE.ti-keystone;md5=3a86335d32864b0bef996bee26cc0f2c"
>>> +
>>> +PR = "r0"
>>> +
>>> +CLEANBROKEN = "1"
>>> +
>>> +COMPATIBLE_MACHINE = "k2g-evm"
>>> +
>>> +PACKAGE_ARCH = "${MACHINE_ARCH}"
>>> +
>>> +SRCREV = "474abaf61ef4778df84b74c4a50f740149b38115"
>>> +BRANCH ?= "master"
>>> +
>>> +SRC_URI = "git://git.ti.com/processor-firmware/ti-linux-firmware.git;protocol=git;branch=${BRANCH}"
>>> +
>>> +S = "${WORKDIR}/git"
>>> +TARGET = "pmmc-firmware.bin"
>>> +
>>> +do_install() {
>>> +	mkdir -p ${D}/boot
>>> +	cp ${S}/ti-keystone/${TARGET} ${D}/boot/${TARGET}
>>> +}
>>> +
>>> +FILES_${PN} = "/boot"
>> -- 
>> _______________________________________________
>> meta-ti mailing list
>> meta-ti@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/meta-ti



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-11-24 19:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-24 19:11 [PATCH] pmmc-fw: add initial PMMC firmware binary Denys Dmytriyenko
2015-11-24 19:18 ` Jacob Stiffler
2015-11-24 19:21   ` Denys Dmytriyenko
2015-11-24 19:28     ` Jacob Stiffler

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.