Message ID | 1368200503-27137-1-git-send-email-otavio@ossystems.com.br |
---|---|
State | Accepted, archived |
Delegated to: | Otavio Salvador |
Headers | show |
diff --git a/recipes-bsp/u-boot/u-boot-fslc_2013.04.bb b/recipes-bsp/u-boot/u-boot-fslc_2013.04.bb index 5e97d18..1e9794c 100644 --- a/recipes-bsp/u-boot/u-boot-fslc_2013.04.bb +++ b/recipes-bsp/u-boot/u-boot-fslc_2013.04.bb @@ -10,7 +10,7 @@ PROVIDES += "u-boot" PV = "v2013.04" -SRCREV = "e035df387fe429adfa37ffdf4499d95a275972a4" +SRCREV = "08868dbb801a87cf2f98a6bd6faf93bb76feb776" SRC_URI = "git://github.com/Freescale/u-boot-imx.git" S = "${WORKDIR}/git" diff --git a/recipes-bsp/u-boot/u-boot-mxsboot_2013.04.bb b/recipes-bsp/u-boot/u-boot-mxsboot_2013.04.bb index 0353af5..e055540 100644 --- a/recipes-bsp/u-boot/u-boot-mxsboot_2013.04.bb +++ b/recipes-bsp/u-boot/u-boot-mxsboot_2013.04.bb @@ -5,7 +5,7 @@ SECTION = "bootloader" PV = "v2013.04" -SRCREV = "e035df387fe429adfa37ffdf4499d95a275972a4" +SRCREV = "08868dbb801a87cf2f98a6bd6faf93bb76feb776" SRC_URI = "git://github.com/Freescale/u-boot-imx.git" S = "${WORKDIR}/git"
On 05/10/2013 12:41 PM, Otavio Salvador wrote: > Include following fixes: > > * i.MX6: Enable ARM ERRATA #742230 > * i.MX23: Fix DDR instability I'm happy to hear that imx23 was fixed! Congratulations
On Fri, May 10, 2013 at 12:41 PM, Otavio Salvador <otavio@ossystems.com.br> wrote: > Include following fixes: > > * i.MX6: Enable ARM ERRATA #742230 > * i.MX23: Fix DDR instability > > Change-Id: Idf452ad4a37d6eb85cb7f5c6d04377e09fe1dd91 > Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> > --- > recipes-bsp/u-boot/u-boot-fslc_2013.04.bb | 2 +- > recipes-bsp/u-boot/u-boot-mxsboot_2013.04.bb | 2 +- Commit log does not say anything about changing u-boot-mxsboot. > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/recipes-bsp/u-boot/u-boot-fslc_2013.04.bb b/recipes-bsp/u-boot/u-boot-fslc_2013.04.bb > index 5e97d18..1e9794c 100644 > --- a/recipes-bsp/u-boot/u-boot-fslc_2013.04.bb > +++ b/recipes-bsp/u-boot/u-boot-fslc_2013.04.bb > @@ -10,7 +10,7 @@ PROVIDES += "u-boot" > > PV = "v2013.04" > > -SRCREV = "e035df387fe429adfa37ffdf4499d95a275972a4" > +SRCREV = "08868dbb801a87cf2f98a6bd6faf93bb76feb776" > SRC_URI = "git://github.com/Freescale/u-boot-imx.git" > > S = "${WORKDIR}/git" > diff --git a/recipes-bsp/u-boot/u-boot-mxsboot_2013.04.bb b/recipes-bsp/u-boot/u-boot-mxsboot_2013.04.bb > index 0353af5..e055540 100644 > --- a/recipes-bsp/u-boot/u-boot-mxsboot_2013.04.bb > +++ b/recipes-bsp/u-boot/u-boot-mxsboot_2013.04.bb > @@ -5,7 +5,7 @@ SECTION = "bootloader" > > PV = "v2013.04" > > -SRCREV = "e035df387fe429adfa37ffdf4499d95a275972a4" > +SRCREV = "08868dbb801a87cf2f98a6bd6faf93bb76feb776" > SRC_URI = "git://github.com/Freescale/u-boot-imx.git" > > S = "${WORKDIR}/git" > -- > 1.8.1 > > _______________________________________________ > meta-freescale mailing list > meta-freescale@yoctoproject.org > https://lists.yoctoproject.org/listinfo/meta-freescale
On Fri, May 10, 2013 at 1:16 PM, Fabio Estevam <festevam@gmail.com> wrote: > On Fri, May 10, 2013 at 12:41 PM, Otavio Salvador > <otavio@ossystems.com.br> wrote: >> Include following fixes: >> >> * i.MX6: Enable ARM ERRATA #742230 >> * i.MX23: Fix DDR instability >> >> Change-Id: Idf452ad4a37d6eb85cb7f5c6d04377e09fe1dd91 >> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> >> --- >> recipes-bsp/u-boot/u-boot-fslc_2013.04.bb | 2 +- >> recipes-bsp/u-boot/u-boot-mxsboot_2013.04.bb | 2 +- > > Commit log does not say anything about changing u-boot-mxsboot. Yes but I never made it explicit as it is the native part of it. Do you want me to add it? -- Otavio Salvador O.S. Systems E-mail: otavio@ossystems.com.br http://www.ossystems.com.br Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br
On Fri, May 10, 2013 at 1:37 PM, Otavio Salvador <otavio@ossystems.com.br> wrote: > Yes but I never made it explicit as it is the native part of it. Do > you want me to add it? Yes, it would be nice to add a line mentioning the mxsboot change.
Include following fixes: * i.MX6: Enable ARM ERRATA #742230 * i.MX23: Fix DDR instability Change-Id: Idf452ad4a37d6eb85cb7f5c6d04377e09fe1dd91 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> --- recipes-bsp/u-boot/u-boot-fslc_2013.04.bb | 2 +- recipes-bsp/u-boot/u-boot-mxsboot_2013.04.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)