From: Denys Dmytriyenko <denys@ti.com>
To: Jacob Stiffler <j-stiffler@ti.com>
Cc: meta-arago@arago-project.org
Subject: Re: [EXTERNAL] [rocko/master][PATCH] u-boot-k3-r5: update SYSFW to 2018.08b
Date: Thu, 13 Sep 2018 15:36:55 -0400 [thread overview]
Message-ID: <20180913193655.GO12296@beryl> (raw)
In-Reply-To: <97b63779-9082-152c-2871-02f5c88ee26f@ti.com>
On Thu, Sep 13, 2018 at 03:30:27PM -0400, Jacob Stiffler wrote:
>
>
> On 9/13/2018 3:17 PM, Denys Dmytriyenko wrote:
> >Also install and deploy versioned SYSFW binary with short symlink.
> >
> >Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> >---
> > .../recipes-bsp/u-boot/u-boot-k3-r5_2018.01.bb | 17 +++++++++++------
> > 1 file changed, 11 insertions(+), 6 deletions(-)
> >
> >diff --git a/meta-arago-distro/recipes-bsp/u-boot/u-boot-k3-r5_2018.01.bb b/meta-arago-distro/recipes-bsp/u-boot/u-boot-k3-r5_2018.01.bb
> >index 0ff5658..57055c7 100644
> >--- a/meta-arago-distro/recipes-bsp/u-boot/u-boot-k3-r5_2018.01.bb
> >+++ b/meta-arago-distro/recipes-bsp/u-boot/u-boot-k3-r5_2018.01.bb
> >@@ -7,10 +7,12 @@ PKG_${PN}-dbg = "${PN}-dbg"
> > COMPATIBLE_MACHINE = "k3"
> >-SYSFW_VER = "2018.07a"
> >-SYSFW_BIN_am65xx-evm = "ti-sci-firmware-am6x-gp.bin"
> >+SYSFW_VER = "2018.08b"
> >+SYSFW_TISCI_am65xx-evm = "ti-sci-firmware-am65x-gp.bin"
> >+SYSFW_BINARY = "sysfw.bin"
> >+SYSFW_IMAGE = "sysfw-${SYSFW_VER}.bin"
> >-SRCREV_sysfw = "2035022224dcc885ac2cd0b11f8c76190f5af962"
> >+SRCREV_sysfw = "463b1b4a50e8e361fa333f87caf74d2e05bc0a82"
> > SYSFW_BRANCH = "ti-linux-firmware-4.1.y"
> > SRCREV_FORMAT = "sysfw"
> >@@ -33,13 +35,16 @@ UBOOT_SYMLINK = "tiboot3-${MACHINE}.bin"
> > SPL_BINARY_k3 = ""
> > do_configure_append() {
> >- ${WORKDIR}/gen_x509_cert.sh -m rom -c m3 -b ${WORKDIR}/fw/ti-sysfw/${SYSFW_BIN} -o ${WORKDIR}/sysfw.bin -l 0x40000
> >+ ${WORKDIR}/gen_x509_cert.sh -m rom -c m3 -b ${WORKDIR}/fw/ti-sysfw/${SYSFW_TISCI} -o ${WORKDIR}/sysfw.bin -l 0x40000
>
> Should "${SYSFW_BINARY}" be used here instead of "sysfw.bin" to match
> do_install()?
Sure, would make sense.
> > do_install_append() {
> >- install -m 644 ${WORKDIR}/sysfw.bin ${D}/boot/
> >+ install -m 644 ${WORKDIR}/${SYSFW_BINARY} ${D}/boot/${SYSFW_IMAGE}
> >+ ln -sf ${SYSFW_IMAGE} ${D}/boot/${SYSFW_BINARY}
> > }
> > do_deploy_append() {
> >- install -m 644 ${WORKDIR}/sysfw.bin ${DEPLOYDIR}/
> >+ install -m 644 ${WORKDIR}/${SYSFW_BINARY} ${DEPLOYDIR}/${SYSFW_IMAGE}
> >+ rm -f ${DEPLOYDIR}/${SYSFW_BINARY}
> >+ ln -sf ${SYSFW_IMAGE} ${DEPLOYDIR}/${SYSFW_BINARY}
> > }
>
prev parent reply other threads:[~2018-09-13 19:38 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-09-13 19:17 [rocko/master][PATCH] u-boot-k3-r5: update SYSFW to 2018.08b Denys Dmytriyenko
2018-09-13 19:30 ` [EXTERNAL] " Jacob Stiffler
2018-09-13 19:36 ` 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=20180913193655.GO12296@beryl \
--to=denys@ti.com \
--cc=j-stiffler@ti.com \
--cc=meta-arago@arago-project.org \
/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.