On Tue, Oct 19, 2021 at 08:46:29PM +0530, Vignesh Raghavendra via
lists.yoctoproject.org wrote:
>
>
> On 10/19/21 6:49 PM, Yogesh Siraswar via lists.yoctoproject.org wrote:
> > Change to support common INC for all firmware
> > This will help with:
> > 1) Eliminating requirement to change multiple recipes for firmware
> > update
> > 2) This will help support AUTOREV
> >
> > Signed-off-by: Yogesh Siraswar <[email protected]>
> > ---
>
> [...]
> > diff --git a/recipes-bsp/prueth-fw/prueth-fw-am65x_git.bb
> > b/recipes-bsp/prueth-fw/prueth-fw-am65x_git.bb
> > index d447df33..246b872e 100644
> > --- a/recipes-bsp/prueth-fw/prueth-fw-am65x_git.bb
> > +++ b/recipes-bsp/prueth-fw/prueth-fw-am65x_git.bb
> > @@ -1,9 +1,9 @@
> > SUMMARY = "PRU Ethernet firmware for AM65x SR1.0"
> >
> > -LICENSE = "TI-TFL"
> > -LIC_FILES_CHKSUM = "file://LICENSE.ti;md5=b5aebf0668bdf95621259288c4a46d76"
> > +require recipes-bsp/ti-linux-fw/ti-linux-fw.inc
> >
> > -PV = "08.00.00.20"
> > +PV = "${PRUETH_FW_AM65x_SR2_VERSION}"
>
> Should be
>
> PV = "${PRUETH_FW_AM65x_VERSION}"
Also, "AM65x" lower case "x" here
> > +PR = "${INC_PR}.0"
> >
> > CLEANBROKEN = "1"
> >
> [...]
> > diff --git a/recipes-bsp/ti-sci-fw/ti-sci-fw.inc
> > b/recipes-bsp/ti-linux-fw/ti-linux-fw.inc
> > similarity index 75%
> > rename from recipes-bsp/ti-sci-fw/ti-sci-fw.inc
> > rename to recipes-bsp/ti-linux-fw/ti-linux-fw.inc
> > index 9ce9f6c8..a910af2c 100644
> > --- a/recipes-bsp/ti-sci-fw/ti-sci-fw.inc
> > +++ b/recipes-bsp/ti-linux-fw/ti-linux-fw.inc
> > @@ -4,9 +4,18 @@ LICENSE = "TI-TFL"
> > LIC_FILES_CHKSUM = "file://LICENSE.ti;md5=b5aebf0668bdf95621259288c4a46d76"
> >
> > PV = "2021.05"
> > -INC_PR = "r0"
> > -# RTOS firmware version
> > +INC_PR = "r1"
> > +
> > +# Firmware versions
> > CORESDK_RTOS_VERSION = "08.00.00.32"
> > +SERDES_FW_VERSION = "3.3.0.2c"
> > +NETCP_SA_FW_VERSION = "1.0.0"
> > +NETCP_PA_FW_VERSION = "3.0.2.3"
> > +QMSS_PDSP_FW_VERSION = "1.0.0.9"
> > +PRUETH_FW_AM65X_VERSION = "08.00.00.20"
>
> ^^^
AM65X has uppercase X here. better to be consistent.
> > +PRUETH_FW_AM65x_SR2_VERSION = "02.02.09.03"
> > +GOODIX_FW_VERSION = "1.0.0.0"
> > +CADENCE_MHDP_FW_VERSION = "1.2.17"
> >
> > SRCREV = "793309716bce2e443f798dd5c5f0d8dd310970c0"
> > BRANCH ?= "ti-linux-firmware"
>
> [...]
> Regards
> Vignesh
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#14050):
https://lists.yoctoproject.org/g/meta-ti/message/14050
Mute This Topic: https://lists.yoctoproject.org/mt/86442221/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-