All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] u-boot: Update to 2015.10 release
@ 2015-10-27 16:05 Otavio Salvador
  2015-11-06  9:18 ` Burton, Ross
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Otavio Salvador @ 2015-10-27 16:05 UTC (permalink / raw)
  To: OpenEmbedded Core Mailing List; +Cc: Otavio Salvador

The U-Boot 2015.10 has been released at October 20th 2015. This also
removes the GCC workaround, for the inline behavior, as this version
properlu supports the GCC 5.2 as compiler.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---

 .../{u-boot-fw-utils_2015.07.bb => u-boot-fw-utils_2015.10.bb}    | 6 +++---
 .../{u-boot-mkimage_2015.07.bb => u-boot-mkimage_2015.10.bb}      | 6 +++---
 meta/recipes-bsp/u-boot/{u-boot_2015.07.bb => u-boot_2015.10.bb}  | 8 +++-----
 3 files changed, 9 insertions(+), 11 deletions(-)
 rename meta/recipes-bsp/u-boot/{u-boot-fw-utils_2015.07.bb => u-boot-fw-utils_2015.10.bb} (91%)
 rename meta/recipes-bsp/u-boot/{u-boot-mkimage_2015.07.bb => u-boot-mkimage_2015.10.bb} (84%)
 rename meta/recipes-bsp/u-boot/{u-boot_2015.07.bb => u-boot_2015.10.bb} (55%)

diff --git a/meta/recipes-bsp/u-boot/u-boot-fw-utils_2015.07.bb b/meta/recipes-bsp/u-boot/u-boot-fw-utils_2015.10.bb
similarity index 91%
rename from meta/recipes-bsp/u-boot/u-boot-fw-utils_2015.07.bb
rename to meta/recipes-bsp/u-boot/u-boot-fw-utils_2015.10.bb
index 0df7a05..93c06e1 100644
--- a/meta/recipes-bsp/u-boot/u-boot-fw-utils_2015.07.bb
+++ b/meta/recipes-bsp/u-boot/u-boot-fw-utils_2015.10.bb
@@ -4,12 +4,12 @@ LIC_FILES_CHKSUM = "file://Licenses/README;md5=0507cd7da8e7ad6d6701926ec9b84c95"
 SECTION = "bootloader"
 DEPENDS = "mtd-utils"
 
-# This revision corresponds to the tag "v2015.07"
+# This revision corresponds to the tag "v2015.10"
 # We use the revision in order to avoid having to fetch it from the
 # repo during parse
-SRCREV = "33711bdd4a4dce942fb5ae85a68899a8357bdd94"
+SRCREV = "5ec0003b19cbdf06ccd6941237cbc0d1c3468e2d"
 
-PV = "v2015.07+git${SRCPV}"
+PV = "v2015.10+git${SRCPV}"
 
 SRC_URI = "git://git.denx.de/u-boot.git;branch=master"
 
diff --git a/meta/recipes-bsp/u-boot/u-boot-mkimage_2015.07.bb b/meta/recipes-bsp/u-boot/u-boot-mkimage_2015.10.bb
similarity index 84%
rename from meta/recipes-bsp/u-boot/u-boot-mkimage_2015.07.bb
rename to meta/recipes-bsp/u-boot/u-boot-mkimage_2015.10.bb
index ba29bbb..301b6e2 100644
--- a/meta/recipes-bsp/u-boot/u-boot-mkimage_2015.07.bb
+++ b/meta/recipes-bsp/u-boot/u-boot-mkimage_2015.10.bb
@@ -5,12 +5,12 @@ SECTION = "bootloader"
 
 DEPENDS = "openssl"
 
-# This revision corresponds to the tag "v2015.07"
+# This revision corresponds to the tag "v2015.10"
 # We use the revision in order to avoid having to fetch it from the
 # repo during parse
-SRCREV = "33711bdd4a4dce942fb5ae85a68899a8357bdd94"
+SRCREV = "5ec0003b19cbdf06ccd6941237cbc0d1c3468e2d"
 
-PV = "v2015.07+git${SRCPV}"
+PV = "v2015.10+git${SRCPV}"
 
 SRC_URI = "git://git.denx.de/u-boot.git;branch=master"
 
diff --git a/meta/recipes-bsp/u-boot/u-boot_2015.07.bb b/meta/recipes-bsp/u-boot/u-boot_2015.10.bb
similarity index 55%
rename from meta/recipes-bsp/u-boot/u-boot_2015.07.bb
rename to meta/recipes-bsp/u-boot/u-boot_2015.10.bb
index 4746c33..e0fab95 100644
--- a/meta/recipes-bsp/u-boot/u-boot_2015.07.bb
+++ b/meta/recipes-bsp/u-boot/u-boot_2015.10.bb
@@ -2,13 +2,11 @@ require u-boot.inc
 
 DEPENDS += "dtc-native"
 
-# This revision corresponds to the tag "v2015.07"
+# This revision corresponds to the tag "v2015.10"
 # We use the revision in order to avoid having to fetch it from the
 # repo during parse
-SRCREV = "33711bdd4a4dce942fb5ae85a68899a8357bdd94"
+SRCREV = "5ec0003b19cbdf06ccd6941237cbc0d1c3468e2d"
 
 SRC_URI += "file://0001-u-boot-mpc85xx-u-boot-.lds-remove-_GLOBAL_OFFSET_TAB.patch"
 
-PV = "v2015.07+git${SRCPV}"
-
-EXTRA_OEMAKE_append = " KCFLAGS=-fgnu89-inline"
+PV = "v2015.10+git${SRCPV}"
-- 
2.6.2



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

* Re: [PATCH] u-boot: Update to 2015.10 release
  2015-10-27 16:05 [PATCH] u-boot: Update to 2015.10 release Otavio Salvador
@ 2015-11-06  9:18 ` Burton, Ross
  2015-11-06 10:54   ` Otavio Salvador
  2015-11-09 20:54 ` Tom Rini
       [not found] ` <20151109202937.GH8499@bill-the-cat>
  2 siblings, 1 reply; 10+ messages in thread
From: Burton, Ross @ 2015-11-06  9:18 UTC (permalink / raw)
  To: Otavio Salvador; +Cc: OpenEmbedded Core Mailing List

[-- Attachment #1: Type: text/plain, Size: 1255 bytes --]

On 27 October 2015 at 16:05, Otavio Salvador <otavio@ossystems.com.br>
wrote:
>
> The U-Boot 2015.10 has been released at October 20th 2015. This also
> removes the GCC workaround, for the inline behavior, as this version
> properlu supports the GCC 5.2 as compiler.


Breaks on the autobuilder:

arch/powerpc/lib/cache.oarch/powerpc/cpu/mpc83xx/cpu.o: In function
`ld_le16':
/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-ppc-lsb/build/build/tmp/work/mpc8315e_rdb-poky-linux/u-boot/v2015.10+gitAUTOINC+5ec0003b19-r0/git/./arch/powerpc/include/asm/byteorder.h:12:
multiple definition of `ld_le16'
arch/powerpc/cpu/mpc83xx/traps.o:/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-ppc-lsb/build/build/tmp/work/mpc8315e_rdb-poky-linux/u-boot/v2015.10+gitAUTOINC+5ec0003b19-r0/git/./arch/powerpc/include/asm/byteorder.h:12:
first defined here
arch/powerpc/cpu/mpc83xx/cpu.o: In function `ld_le16':
/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-ppc-lsb/build/build/tmp/work/mpc8315e_rdb-poky-linux/u-boot/v2015.10+gitAUTOINC+5ec0003b19-r0/git/./arch/powerpc/include/asm/byteorder.h:12:
multiple definition of `st_le16'
[and another hundred pages or so]

http://errors.yoctoproject.org/Errors/Details/21468/

Ross

[-- Attachment #2: Type: text/html, Size: 1504 bytes --]

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

* Re: [PATCH] u-boot: Update to 2015.10 release
  2015-11-06  9:18 ` Burton, Ross
@ 2015-11-06 10:54   ` Otavio Salvador
  2015-11-06 11:08     ` Otavio Salvador
  0 siblings, 1 reply; 10+ messages in thread
From: Otavio Salvador @ 2015-11-06 10:54 UTC (permalink / raw)
  To: Burton, Ross; +Cc: Otavio Salvador, OpenEmbedded Core Mailing List

On Fri, Nov 6, 2015 at 7:18 AM, Burton, Ross <ross.burton@intel.com> wrote:
> On 27 October 2015 at 16:05, Otavio Salvador <otavio@ossystems.com.br> wrote:
> >
> > The U-Boot 2015.10 has been released at October 20th 2015. This also
> > removes the GCC workaround, for the inline behavior, as this version
> > properlu supports the GCC 5.2 as compiler.
>
> Breaks on the autobuilder:
>
> arch/powerpc/lib/cache.oarch/powerpc/cpu/mpc83xx/cpu.o: In function `ld_le16':
> /home/pokybuild/yocto-autobuilder/yocto-worker/nightly-ppc-lsb/build/build/tmp/work/mpc8315e_rdb-poky-linux/u-boot/v2015.10+gitAUTOINC+5ec0003b19-r0/git/./arch/powerpc/include/asm/byteorder.h:12: multiple definition of `ld_le16'
> arch/powerpc/cpu/mpc83xx/traps.o:/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-ppc-lsb/build/build/tmp/work/mpc8315e_rdb-poky-linux/u-boot/v2015.10+gitAUTOINC+5ec0003b19-r0/git/./arch/powerpc/include/asm/byteorder.h:12: first defined here
> arch/powerpc/cpu/mpc83xx/cpu.o: In function `ld_le16':
> /home/pokybuild/yocto-autobuilder/yocto-worker/nightly-ppc-lsb/build/build/tmp/work/mpc8315e_rdb-poky-linux/u-boot/v2015.10+gitAUTOINC+5ec0003b19-r0/git/./arch/powerpc/include/asm/byteorder.h:12: multiple definition of `st_le16'
> [and another hundred pages or so]
>
> http://errors.yoctoproject.org/Errors/Details/21468/

I am checking it; thanks for putting it into AB.

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


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

* Re: [PATCH] u-boot: Update to 2015.10 release
  2015-11-06 10:54   ` Otavio Salvador
@ 2015-11-06 11:08     ` Otavio Salvador
  0 siblings, 0 replies; 10+ messages in thread
From: Otavio Salvador @ 2015-11-06 11:08 UTC (permalink / raw)
  To: Otavio Salvador; +Cc: OpenEmbedded Core Mailing List

Hello Ross,

On Fri, Nov 6, 2015 at 8:54 AM, Otavio Salvador <otavio@ossystems.com.br> wrote:
> On Fri, Nov 6, 2015 at 7:18 AM, Burton, Ross <ross.burton@intel.com> wrote:
>> On 27 October 2015 at 16:05, Otavio Salvador <otavio@ossystems.com.br> wrote:
>> >
>> > The U-Boot 2015.10 has been released at October 20th 2015. This also
>> > removes the GCC workaround, for the inline behavior, as this version
>> > properlu supports the GCC 5.2 as compiler.
>>
>> Breaks on the autobuilder:
>>
>> arch/powerpc/lib/cache.oarch/powerpc/cpu/mpc83xx/cpu.o: In function `ld_le16':
>> /home/pokybuild/yocto-autobuilder/yocto-worker/nightly-ppc-lsb/build/build/tmp/work/mpc8315e_rdb-poky-linux/u-boot/v2015.10+gitAUTOINC+5ec0003b19-r0/git/./arch/powerpc/include/asm/byteorder.h:12: multiple definition of `ld_le16'
>> arch/powerpc/cpu/mpc83xx/traps.o:/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-ppc-lsb/build/build/tmp/work/mpc8315e_rdb-poky-linux/u-boot/v2015.10+gitAUTOINC+5ec0003b19-r0/git/./arch/powerpc/include/asm/byteorder.h:12: first defined here
>> arch/powerpc/cpu/mpc83xx/cpu.o: In function `ld_le16':
>> /home/pokybuild/yocto-autobuilder/yocto-worker/nightly-ppc-lsb/build/build/tmp/work/mpc8315e_rdb-poky-linux/u-boot/v2015.10+gitAUTOINC+5ec0003b19-r0/git/./arch/powerpc/include/asm/byteorder.h:12: multiple definition of `st_le16'
>> [and another hundred pages or so]
>>
>> http://errors.yoctoproject.org/Errors/Details/21468/
>
> I am checking it; thanks for putting it into AB.

The failure happens only when using GCC 5.2 for the machine; I tested
now using 4.9 and it works.

I will check this at upstream side and will get back with a v2.

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


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

* Re: [PATCH] u-boot: Update to 2015.10 release
  2015-10-27 16:05 [PATCH] u-boot: Update to 2015.10 release Otavio Salvador
  2015-11-06  9:18 ` Burton, Ross
@ 2015-11-09 20:54 ` Tom Rini
       [not found] ` <20151109202937.GH8499@bill-the-cat>
  2 siblings, 0 replies; 10+ messages in thread
From: Tom Rini @ 2015-11-09 20:54 UTC (permalink / raw)
  To: Otavio Salvador; +Cc: OpenEmbedded Core Mailing List

[-- Attachment #1: Type: text/plain, Size: 693 bytes --]

On Tue, Oct 27, 2015 at 02:05:40PM -0200, Otavio Salvador wrote:

> The U-Boot 2015.10 has been released at October 20th 2015. This also
> removes the GCC workaround, for the inline behavior, as this version
> properlu supports the GCC 5.2 as compiler.
> 
> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>

Sorry for being late on this.  Please make sure to cherry-pick at least
c139b5ff0999ec3d44a02ebdb623a92e5782e53e from upstream (or a number of
boards won't boot Linux) and possibly even
fb3db635757f68e68ab3e943396c34886529b88e /
2bb5b638791d0f4f7d2f0e5c276e70a1034805ce /
347ea94e2a954ab70f64a3f43d9b374cf4640f26 which are some important MIPS
fixes.

-- 
Tom

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 853 bytes --]

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

* Re: [PATCH] u-boot: Update to 2015.10 release
       [not found] ` <20151109202937.GH8499@bill-the-cat>
@ 2015-11-09 21:11   ` Otavio Salvador
  2015-11-09 21:47     ` Tom Rini
  0 siblings, 1 reply; 10+ messages in thread
From: Otavio Salvador @ 2015-11-09 21:11 UTC (permalink / raw)
  To: Tom Rini; +Cc: Otavio Salvador, OpenEmbedded Core Mailing List

Hello Tom,

On Mon, Nov 9, 2015 at 6:29 PM, Tom Rini <trini@konsulko.com> wrote:
> On Tue, Oct 27, 2015 at 02:05:40PM -0200, Otavio Salvador wrote:
>
>> The U-Boot 2015.10 has been released at October 20th 2015. This also
>> removes the GCC workaround, for the inline behavior, as this version
>> properlu supports the GCC 5.2 as compiler.
>>
>> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
>
> Sorry for being late on this.  Please make sure to cherry-pick at least
> c139b5ff0999ec3d44a02ebdb623a92e5782e53e from upstream (or a number of
> boards won't boot Linux) and possibly even
> fb3db635757f68e68ab3e943396c34886529b88e /
> 2bb5b638791d0f4f7d2f0e5c276e70a1034805ce /
> 347ea94e2a954ab70f64a3f43d9b374cf4640f26 which are some important MIPS
> fixes.

I queued those here for the next patch version however it seems noone
has yet cooked a proper fix for the ppc issue. Are you aware of anyone
working on it?

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


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

* Re: [PATCH] u-boot: Update to 2015.10 release
  2015-11-09 21:11   ` Otavio Salvador
@ 2015-11-09 21:47     ` Tom Rini
  2015-11-09 22:04       ` Otavio Salvador
  0 siblings, 1 reply; 10+ messages in thread
From: Tom Rini @ 2015-11-09 21:47 UTC (permalink / raw)
  To: Otavio Salvador; +Cc: Otavio Salvador, OpenEmbedded Core Mailing List

[-- Attachment #1: Type: text/plain, Size: 1136 bytes --]

On Mon, Nov 09, 2015 at 07:11:37PM -0200, Otavio Salvador wrote:
> Hello Tom,
> 
> On Mon, Nov 9, 2015 at 6:29 PM, Tom Rini <trini@konsulko.com> wrote:
> > On Tue, Oct 27, 2015 at 02:05:40PM -0200, Otavio Salvador wrote:
> >
> >> The U-Boot 2015.10 has been released at October 20th 2015. This also
> >> removes the GCC workaround, for the inline behavior, as this version
> >> properlu supports the GCC 5.2 as compiler.
> >>
> >> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
> >
> > Sorry for being late on this.  Please make sure to cherry-pick at least
> > c139b5ff0999ec3d44a02ebdb623a92e5782e53e from upstream (or a number of
> > boards won't boot Linux) and possibly even
> > fb3db635757f68e68ab3e943396c34886529b88e /
> > 2bb5b638791d0f4f7d2f0e5c276e70a1034805ce /
> > 347ea94e2a954ab70f64a3f43d9b374cf4640f26 which are some important MIPS
> > fixes.
> 
> I queued those here for the next patch version however it seems noone
> has yet cooked a proper fix for the ppc issue. Are you aware of anyone
> working on it?

Does https://patchwork.ozlabs.org/patch/535537/ fix the issue?

-- 
Tom

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 853 bytes --]

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

* Re: [PATCH] u-boot: Update to 2015.10 release
  2015-11-09 21:47     ` Tom Rini
@ 2015-11-09 22:04       ` Otavio Salvador
  2015-11-09 23:25         ` Tom Rini
  0 siblings, 1 reply; 10+ messages in thread
From: Otavio Salvador @ 2015-11-09 22:04 UTC (permalink / raw)
  To: Tom Rini; +Cc: Otavio Salvador, OpenEmbedded Core Mailing List

On Mon, Nov 9, 2015 at 7:47 PM, Tom Rini <trini@konsulko.com> wrote:
> On Mon, Nov 09, 2015 at 07:11:37PM -0200, Otavio Salvador wrote:
>> On Mon, Nov 9, 2015 at 6:29 PM, Tom Rini <trini@konsulko.com> wrote:
>> > On Tue, Oct 27, 2015 at 02:05:40PM -0200, Otavio Salvador wrote:
>> >
>> >> The U-Boot 2015.10 has been released at October 20th 2015. This also
>> >> removes the GCC workaround, for the inline behavior, as this version
>> >> properlu supports the GCC 5.2 as compiler.
>> >>
>> >> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
>> >
>> > Sorry for being late on this.  Please make sure to cherry-pick at least
>> > c139b5ff0999ec3d44a02ebdb623a92e5782e53e from upstream (or a number of
>> > boards won't boot Linux) and possibly even
>> > fb3db635757f68e68ab3e943396c34886529b88e /
>> > 2bb5b638791d0f4f7d2f0e5c276e70a1034805ce /
>> > 347ea94e2a954ab70f64a3f43d9b374cf4640f26 which are some important MIPS
>> > fixes.
>>
>> I queued those here for the next patch version however it seems noone
>> has yet cooked a proper fix for the ppc issue. Are you aware of anyone
>> working on it?
>
> Does https://patchwork.ozlabs.org/patch/535537/ fix the issue?

No; it is a failure at the inline handling due GCC 5.2 behaviour change.

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


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

* Re: [PATCH] u-boot: Update to 2015.10 release
  2015-11-09 22:04       ` Otavio Salvador
@ 2015-11-09 23:25         ` Tom Rini
  2015-11-10 11:02           ` Otavio Salvador
  0 siblings, 1 reply; 10+ messages in thread
From: Tom Rini @ 2015-11-09 23:25 UTC (permalink / raw)
  To: Otavio Salvador; +Cc: Otavio Salvador, OpenEmbedded Core Mailing List

[-- Attachment #1: Type: text/plain, Size: 1691 bytes --]

On Mon, Nov 09, 2015 at 08:04:31PM -0200, Otavio Salvador wrote:
> On Mon, Nov 9, 2015 at 7:47 PM, Tom Rini <trini@konsulko.com> wrote:
> > On Mon, Nov 09, 2015 at 07:11:37PM -0200, Otavio Salvador wrote:
> >> On Mon, Nov 9, 2015 at 6:29 PM, Tom Rini <trini@konsulko.com> wrote:
> >> > On Tue, Oct 27, 2015 at 02:05:40PM -0200, Otavio Salvador wrote:
> >> >
> >> >> The U-Boot 2015.10 has been released at October 20th 2015. This also
> >> >> removes the GCC workaround, for the inline behavior, as this version
> >> >> properlu supports the GCC 5.2 as compiler.
> >> >>
> >> >> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
> >> >
> >> > Sorry for being late on this.  Please make sure to cherry-pick at least
> >> > c139b5ff0999ec3d44a02ebdb623a92e5782e53e from upstream (or a number of
> >> > boards won't boot Linux) and possibly even
> >> > fb3db635757f68e68ab3e943396c34886529b88e /
> >> > 2bb5b638791d0f4f7d2f0e5c276e70a1034805ce /
> >> > 347ea94e2a954ab70f64a3f43d9b374cf4640f26 which are some important MIPS
> >> > fixes.
> >>
> >> I queued those here for the next patch version however it seems noone
> >> has yet cooked a proper fix for the ppc issue. Are you aware of anyone
> >> working on it?
> >
> > Does https://patchwork.ozlabs.org/patch/535537/ fix the issue?
> 
> No; it is a failure at the inline handling due GCC 5.2 behaviour change.

Ah!  https://patchwork.ozlabs.org/patch/540952/

But then you run into (as I see just now) that 535537 only covers
mpc85xx and not all of the rest of the platforms so you'll still want
the patch OE has that removes that line from everyone until I post what
I just did locally.

-- 
Tom

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 853 bytes --]

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

* Re: [PATCH] u-boot: Update to 2015.10 release
  2015-11-09 23:25         ` Tom Rini
@ 2015-11-10 11:02           ` Otavio Salvador
  0 siblings, 0 replies; 10+ messages in thread
From: Otavio Salvador @ 2015-11-10 11:02 UTC (permalink / raw)
  To: Tom Rini; +Cc: Otavio Salvador, OpenEmbedded Core Mailing List

On Mon, Nov 9, 2015 at 9:25 PM, Tom Rini <trini@konsulko.com> wrote:
> On Mon, Nov 09, 2015 at 08:04:31PM -0200, Otavio Salvador wrote:
>> On Mon, Nov 9, 2015 at 7:47 PM, Tom Rini <trini@konsulko.com> wrote:
>> > On Mon, Nov 09, 2015 at 07:11:37PM -0200, Otavio Salvador wrote:
>> >> On Mon, Nov 9, 2015 at 6:29 PM, Tom Rini <trini@konsulko.com> wrote:
>> >> > On Tue, Oct 27, 2015 at 02:05:40PM -0200, Otavio Salvador wrote:
>> >> >
>> >> >> The U-Boot 2015.10 has been released at October 20th 2015. This also
>> >> >> removes the GCC workaround, for the inline behavior, as this version
>> >> >> properlu supports the GCC 5.2 as compiler.
>> >> >>
>> >> >> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
>> >> >
>> >> > Sorry for being late on this.  Please make sure to cherry-pick at least
>> >> > c139b5ff0999ec3d44a02ebdb623a92e5782e53e from upstream (or a number of
>> >> > boards won't boot Linux) and possibly even
>> >> > fb3db635757f68e68ab3e943396c34886529b88e /
>> >> > 2bb5b638791d0f4f7d2f0e5c276e70a1034805ce /
>> >> > 347ea94e2a954ab70f64a3f43d9b374cf4640f26 which are some important MIPS
>> >> > fixes.
>> >>
>> >> I queued those here for the next patch version however it seems noone
>> >> has yet cooked a proper fix for the ppc issue. Are you aware of anyone
>> >> working on it?
>> >
>> > Does https://patchwork.ozlabs.org/patch/535537/ fix the issue?
>>
>> No; it is a failure at the inline handling due GCC 5.2 behaviour change.
>
> Ah!  https://patchwork.ozlabs.org/patch/540952/
>
> But then you run into (as I see just now) that 535537 only covers
> mpc85xx and not all of the rest of the platforms so you'll still want
> the patch OE has that removes that line from everyone until I post what
> I just did locally.

I sent v2. As the next release is a little far, it might be good to
consider releasing a 2015.10.1 with those fixes.

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


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

end of thread, other threads:[~2015-11-10 11:02 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-27 16:05 [PATCH] u-boot: Update to 2015.10 release Otavio Salvador
2015-11-06  9:18 ` Burton, Ross
2015-11-06 10:54   ` Otavio Salvador
2015-11-06 11:08     ` Otavio Salvador
2015-11-09 20:54 ` Tom Rini
     [not found] ` <20151109202937.GH8499@bill-the-cat>
2015-11-09 21:11   ` Otavio Salvador
2015-11-09 21:47     ` Tom Rini
2015-11-09 22:04       ` Otavio Salvador
2015-11-09 23:25         ` Tom Rini
2015-11-10 11:02           ` Otavio Salvador

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.