All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [ANN] U-Boot v2018.03-rc4 released
@ 2018-03-06  1:28 Tom Rini
  2018-03-06 11:36 ` Peter Robinson
  2018-03-09 15:32 ` Bryan O'Donoghue
  0 siblings, 2 replies; 8+ messages in thread
From: Tom Rini @ 2018-03-06  1:28 UTC (permalink / raw)
  To: u-boot

Hey all,

It's release day and I've released v2018.03-rc4.  I've included a few
different regression fixes I've seen along with some fixes and cleanups.
I would like to do the release on March 12th, and likely will so long as
no big regressions show up.  I am worried about the RPi3 issue I've seen
reported.  Are there any other issues people know of currently?

And to repeat myself again, boards and SoC families, etc, that have been
orphaned for more than a year should probably get dropped.  I've
contacted a few people off-list (which is why we've had a few pickups of
late) for things, but if you know someone that would be interested in
something, please speak up.

Thanks all!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20180305/8f0d9246/attachment.sig>

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

* [U-Boot] [ANN] U-Boot v2018.03-rc4 released
  2018-03-06  1:28 [U-Boot] [ANN] U-Boot v2018.03-rc4 released Tom Rini
@ 2018-03-06 11:36 ` Peter Robinson
  2018-03-06 12:29   ` Jonathan Gray
  2018-03-06 13:03   ` Fabio Estevam
  2018-03-09 15:32 ` Bryan O'Donoghue
  1 sibling, 2 replies; 8+ messages in thread
From: Peter Robinson @ 2018-03-06 11:36 UTC (permalink / raw)
  To: u-boot

On Tue, Mar 6, 2018 at 1:28 AM, Tom Rini <trini@konsulko.com> wrote:
> Hey all,
>
> It's release day and I've released v2018.03-rc4.  I've included a few
> different regression fixes I've seen along with some fixes and cleanups.
> I would like to do the release on March 12th, and likely will so long as
> no big regressions show up.  I am worried about the RPi3 issue I've seen
> reported.  Are there any other issues people know of currently?
>
> And to repeat myself again, boards and SoC families, etc, that have been
> orphaned for more than a year should probably get dropped.  I've
> contacted a few people off-list (which is why we've had a few pickups of
> late) for things, but if you know someone that would be interested in
> something, please speak up.

Just a heads up that I've seen a regression in building i.MX6
platforms from rc3 with this:

/builddir/build/BUILD/u-boot-2018.03-rc4/arch/arm/mach-imx/spl.c:160:5:
error: redefinition of 'spl_boot_mode'
 u32 spl_boot_mode(const u32 boot_device)
     ^~~~~~~~~~~~~
/builddir/build/BUILD/u-boot-2018.03-rc4/arch/arm/mach-imx/spl.c:137:5:
note: previous definition of 'spl_boot_mode' was here
 u32 spl_boot_mode(const u32 boot_device)
     ^~~~~~~~~~~~~
make[3]: *** [/builddir/build/BUILD/u-boot-2018.03-rc4/scripts/Makefile.build:280:
spl/arch/arm/mach-imx/spl.o] Error 1
make[2]: *** [/builddir/build/BUILD/u-boot-2018.03-rc4/scripts/Makefile.spl:351:
spl/arch/arm/mach-imx] Error 2
make[2]: *** Waiting for unfinished jobs....

I've not had time to dig further just yet, just wanted to give people
a heads up.

Peter

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

* [U-Boot] [ANN] U-Boot v2018.03-rc4 released
  2018-03-06 11:36 ` Peter Robinson
@ 2018-03-06 12:29   ` Jonathan Gray
  2018-03-06 12:47     ` Peter Robinson
  2018-03-06 13:03   ` Fabio Estevam
  1 sibling, 1 reply; 8+ messages in thread
From: Jonathan Gray @ 2018-03-06 12:29 UTC (permalink / raw)
  To: u-boot

On Tue, Mar 06, 2018 at 11:36:37AM +0000, Peter Robinson wrote:
> On Tue, Mar 6, 2018 at 1:28 AM, Tom Rini <trini@konsulko.com> wrote:
> > Hey all,
> >
> > It's release day and I've released v2018.03-rc4.  I've included a few
> > different regression fixes I've seen along with some fixes and cleanups.
> > I would like to do the release on March 12th, and likely will so long as
> > no big regressions show up.  I am worried about the RPi3 issue I've seen
> > reported.  Are there any other issues people know of currently?
> >
> > And to repeat myself again, boards and SoC families, etc, that have been
> > orphaned for more than a year should probably get dropped.  I've
> > contacted a few people off-list (which is why we've had a few pickups of
> > late) for things, but if you know someone that would be interested in
> > something, please speak up.
> 
> Just a heads up that I've seen a regression in building i.MX6
> platforms from rc3 with this:
> 
> /builddir/build/BUILD/u-boot-2018.03-rc4/arch/arm/mach-imx/spl.c:160:5:
> error: redefinition of 'spl_boot_mode'
>  u32 spl_boot_mode(const u32 boot_device)
>      ^~~~~~~~~~~~~
> /builddir/build/BUILD/u-boot-2018.03-rc4/arch/arm/mach-imx/spl.c:137:5:
> note: previous definition of 'spl_boot_mode' was here
>  u32 spl_boot_mode(const u32 boot_device)
>      ^~~~~~~~~~~~~
> make[3]: *** [/builddir/build/BUILD/u-boot-2018.03-rc4/scripts/Makefile.build:280:
> spl/arch/arm/mach-imx/spl.o] Error 1
> make[2]: *** [/builddir/build/BUILD/u-boot-2018.03-rc4/scripts/Makefile.spl:351:
> spl/arch/arm/mach-imx] Error 2
> make[2]: *** Waiting for unfinished jobs....
> 
> I've not had time to dig further just yet, just wanted to give people
> a heads up.

mx6cuboxi builds/runs fine here with
5e62f828256d66e2b28def4f9ef20a2a05c2d04f/v2018.03-rc4
and linaro gcc 6.3-2017.02

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

* [U-Boot] [ANN] U-Boot v2018.03-rc4 released
  2018-03-06 12:29   ` Jonathan Gray
@ 2018-03-06 12:47     ` Peter Robinson
  2018-03-06 13:44       ` Tom Rini
  0 siblings, 1 reply; 8+ messages in thread
From: Peter Robinson @ 2018-03-06 12:47 UTC (permalink / raw)
  To: u-boot

On Tue, Mar 6, 2018 at 12:29 PM, Jonathan Gray <jsg@jsg.id.au> wrote:
> On Tue, Mar 06, 2018 at 11:36:37AM +0000, Peter Robinson wrote:
>> On Tue, Mar 6, 2018 at 1:28 AM, Tom Rini <trini@konsulko.com> wrote:
>> > Hey all,
>> >
>> > It's release day and I've released v2018.03-rc4.  I've included a few
>> > different regression fixes I've seen along with some fixes and cleanups.
>> > I would like to do the release on March 12th, and likely will so long as
>> > no big regressions show up.  I am worried about the RPi3 issue I've seen
>> > reported.  Are there any other issues people know of currently?
>> >
>> > And to repeat myself again, boards and SoC families, etc, that have been
>> > orphaned for more than a year should probably get dropped.  I've
>> > contacted a few people off-list (which is why we've had a few pickups of
>> > late) for things, but if you know someone that would be interested in
>> > something, please speak up.
>>
>> Just a heads up that I've seen a regression in building i.MX6
>> platforms from rc3 with this:
>>
>> /builddir/build/BUILD/u-boot-2018.03-rc4/arch/arm/mach-imx/spl.c:160:5:
>> error: redefinition of 'spl_boot_mode'
>>  u32 spl_boot_mode(const u32 boot_device)
>>      ^~~~~~~~~~~~~
>> /builddir/build/BUILD/u-boot-2018.03-rc4/arch/arm/mach-imx/spl.c:137:5:
>> note: previous definition of 'spl_boot_mode' was here
>>  u32 spl_boot_mode(const u32 boot_device)
>>      ^~~~~~~~~~~~~
>> make[3]: *** [/builddir/build/BUILD/u-boot-2018.03-rc4/scripts/Makefile.build:280:
>> spl/arch/arm/mach-imx/spl.o] Error 1
>> make[2]: *** [/builddir/build/BUILD/u-boot-2018.03-rc4/scripts/Makefile.spl:351:
>> spl/arch/arm/mach-imx] Error 2
>> make[2]: *** Waiting for unfinished jobs....
>>
>> I've not had time to dig further just yet, just wanted to give people
>> a heads up.
>
> mx6cuboxi builds/runs fine here with
> 5e62f828256d66e2b28def4f9ef20a2a05c2d04f/v2018.03-rc4
> and linaro gcc 6.3-2017.02

This is Fedora 28 with gcc 8 and possibly some extra hardending flags

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

* [U-Boot] [ANN] U-Boot v2018.03-rc4 released
  2018-03-06 11:36 ` Peter Robinson
  2018-03-06 12:29   ` Jonathan Gray
@ 2018-03-06 13:03   ` Fabio Estevam
  1 sibling, 0 replies; 8+ messages in thread
From: Fabio Estevam @ 2018-03-06 13:03 UTC (permalink / raw)
  To: u-boot

Hi Peter,

On Tue, Mar 6, 2018 at 8:36 AM, Peter Robinson <pbrobinson@gmail.com> wrote:

> Just a heads up that I've seen a regression in building i.MX6
> platforms from rc3 with this:
>
> /builddir/build/BUILD/u-boot-2018.03-rc4/arch/arm/mach-imx/spl.c:160:5:
> error: redefinition of 'spl_boot_mode'
>  u32 spl_boot_mode(const u32 boot_device)

Are you sure you are building a vanilla 2018.03-rc4?

There is no ''spl_boot_mode' at line 160.

>      ^~~~~~~~~~~~~
> /builddir/build/BUILD/u-boot-2018.03-rc4/arch/arm/mach-imx/spl.c:137:5:
> note: previous definition of 'spl_boot_mode' was here
>  u32 spl_boot_mode(const u32 boot_device)

Nor at line 137.

Confused.

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

* [U-Boot] [ANN] U-Boot v2018.03-rc4 released
  2018-03-06 12:47     ` Peter Robinson
@ 2018-03-06 13:44       ` Tom Rini
  2018-03-06 17:41         ` Peter Robinson
  0 siblings, 1 reply; 8+ messages in thread
From: Tom Rini @ 2018-03-06 13:44 UTC (permalink / raw)
  To: u-boot

On Tue, Mar 06, 2018 at 12:47:28PM +0000, Peter Robinson wrote:
> On Tue, Mar 6, 2018 at 12:29 PM, Jonathan Gray <jsg@jsg.id.au> wrote:
> > On Tue, Mar 06, 2018 at 11:36:37AM +0000, Peter Robinson wrote:
> >> On Tue, Mar 6, 2018 at 1:28 AM, Tom Rini <trini@konsulko.com> wrote:
> >> > Hey all,
> >> >
> >> > It's release day and I've released v2018.03-rc4.  I've included a few
> >> > different regression fixes I've seen along with some fixes and cleanups.
> >> > I would like to do the release on March 12th, and likely will so long as
> >> > no big regressions show up.  I am worried about the RPi3 issue I've seen
> >> > reported.  Are there any other issues people know of currently?
> >> >
> >> > And to repeat myself again, boards and SoC families, etc, that have been
> >> > orphaned for more than a year should probably get dropped.  I've
> >> > contacted a few people off-list (which is why we've had a few pickups of
> >> > late) for things, but if you know someone that would be interested in
> >> > something, please speak up.
> >>
> >> Just a heads up that I've seen a regression in building i.MX6
> >> platforms from rc3 with this:
> >>
> >> /builddir/build/BUILD/u-boot-2018.03-rc4/arch/arm/mach-imx/spl.c:160:5:
> >> error: redefinition of 'spl_boot_mode'
> >>  u32 spl_boot_mode(const u32 boot_device)
> >>      ^~~~~~~~~~~~~
> >> /builddir/build/BUILD/u-boot-2018.03-rc4/arch/arm/mach-imx/spl.c:137:5:
> >> note: previous definition of 'spl_boot_mode' was here
> >>  u32 spl_boot_mode(const u32 boot_device)
> >>      ^~~~~~~~~~~~~
> >> make[3]: *** [/builddir/build/BUILD/u-boot-2018.03-rc4/scripts/Makefile.build:280:
> >> spl/arch/arm/mach-imx/spl.o] Error 1
> >> make[2]: *** [/builddir/build/BUILD/u-boot-2018.03-rc4/scripts/Makefile.spl:351:
> >> spl/arch/arm/mach-imx] Error 2
> >> make[2]: *** Waiting for unfinished jobs....
> >>
> >> I've not had time to dig further just yet, just wanted to give people
> >> a heads up.
> >
> > mx6cuboxi builds/runs fine here with
> > 5e62f828256d66e2b28def4f9ef20a2a05c2d04f/v2018.03-rc4
> > and linaro gcc 6.3-2017.02
> 
> This is Fedora 28 with gcc 8 and possibly some extra hardending flags

Some extra patches?  There's only 1 spl_boot_mode in
arch/arm/mach-imx/spl.c and line 160 is a comment here.

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20180306/9a2df0ad/attachment.sig>

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

* [U-Boot] [ANN] U-Boot v2018.03-rc4 released
  2018-03-06 13:44       ` Tom Rini
@ 2018-03-06 17:41         ` Peter Robinson
  0 siblings, 0 replies; 8+ messages in thread
From: Peter Robinson @ 2018-03-06 17:41 UTC (permalink / raw)
  To: u-boot

On Tue, Mar 6, 2018 at 1:44 PM, Tom Rini <trini@konsulko.com> wrote:
> On Tue, Mar 06, 2018 at 12:47:28PM +0000, Peter Robinson wrote:
>> On Tue, Mar 6, 2018 at 12:29 PM, Jonathan Gray <jsg@jsg.id.au> wrote:
>> > On Tue, Mar 06, 2018 at 11:36:37AM +0000, Peter Robinson wrote:
>> >> On Tue, Mar 6, 2018 at 1:28 AM, Tom Rini <trini@konsulko.com> wrote:
>> >> > Hey all,
>> >> >
>> >> > It's release day and I've released v2018.03-rc4.  I've included a few
>> >> > different regression fixes I've seen along with some fixes and cleanups.
>> >> > I would like to do the release on March 12th, and likely will so long as
>> >> > no big regressions show up.  I am worried about the RPi3 issue I've seen
>> >> > reported.  Are there any other issues people know of currently?
>> >> >
>> >> > And to repeat myself again, boards and SoC families, etc, that have been
>> >> > orphaned for more than a year should probably get dropped.  I've
>> >> > contacted a few people off-list (which is why we've had a few pickups of
>> >> > late) for things, but if you know someone that would be interested in
>> >> > something, please speak up.
>> >>
>> >> Just a heads up that I've seen a regression in building i.MX6
>> >> platforms from rc3 with this:
>> >>
>> >> /builddir/build/BUILD/u-boot-2018.03-rc4/arch/arm/mach-imx/spl.c:160:5:
>> >> error: redefinition of 'spl_boot_mode'
>> >>  u32 spl_boot_mode(const u32 boot_device)
>> >>      ^~~~~~~~~~~~~
>> >> /builddir/build/BUILD/u-boot-2018.03-rc4/arch/arm/mach-imx/spl.c:137:5:
>> >> note: previous definition of 'spl_boot_mode' was here
>> >>  u32 spl_boot_mode(const u32 boot_device)
>> >>      ^~~~~~~~~~~~~
>> >> make[3]: *** [/builddir/build/BUILD/u-boot-2018.03-rc4/scripts/Makefile.build:280:
>> >> spl/arch/arm/mach-imx/spl.o] Error 1
>> >> make[2]: *** [/builddir/build/BUILD/u-boot-2018.03-rc4/scripts/Makefile.spl:351:
>> >> spl/arch/arm/mach-imx] Error 2
>> >> make[2]: *** Waiting for unfinished jobs....
>> >>
>> >> I've not had time to dig further just yet, just wanted to give people
>> >> a heads up.
>> >
>> > mx6cuboxi builds/runs fine here with
>> > 5e62f828256d66e2b28def4f9ef20a2a05c2d04f/v2018.03-rc4
>> > and linaro gcc 6.3-2017.02
>>
>> This is Fedora 28 with gcc 8 and possibly some extra hardending flags
>
> Some extra patches?  There's only 1 spl_boot_mode in
> arch/arm/mach-imx/spl.c and line 160 is a comment here.

Yes, I should have had coffee before starting at my computer, I had
pulled in a patch [1] to deal with the previous imx6 not booting and
had forgot, it still applied cleanly though except failed in the build
bits. Panic over, sorry :-/

Tested build and boot on a imx6 device.

Peter

[1] https://lists.denx.de/pipermail/u-boot/2018-February/320614.html

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

* [U-Boot] [ANN] U-Boot v2018.03-rc4 released
  2018-03-06  1:28 [U-Boot] [ANN] U-Boot v2018.03-rc4 released Tom Rini
  2018-03-06 11:36 ` Peter Robinson
@ 2018-03-09 15:32 ` Bryan O'Donoghue
  1 sibling, 0 replies; 8+ messages in thread
From: Bryan O'Donoghue @ 2018-03-09 15:32 UTC (permalink / raw)
  To: u-boot



On 06/03/18 01:28, Tom Rini wrote:
> Hey all,
> 
> It's release day and I've released v2018.03-rc4.  I've included a few
> different regression fixes I've seen along with some fixes and cleanups.
> I would like to do the release on March 12th, and likely will so long as
> no big regressions show up.  I am worried about the RPi3 issue I've seen
> reported.  Are there any other issues people know of currently?
> 
> And to repeat myself again, boards and SoC families, etc, that have been
> orphaned for more than a year should probably get dropped.  I've
> contacted a few people off-list (which is why we've had a few pickups of
> late) for things, but if you know someone that would be interested in
> something, please speak up.
> 
> Thanks all!

Build error for me.

gcc -v

gcc version 7.2.1 20171011 (Linaro GCC 7.2-2017.11)

./arch/arm/include/asm/mach-imx/hab.h:42:25: error: expected ‘=’, ‘,’, ‘;’,
‘asm’ or ‘__attribute__’ before ‘{’ token
  struct __packed hab_hdr {

Fixed with

[PATCH 1/3] imx: hab: Fix usage of packed attribute

from my series just posted.

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

end of thread, other threads:[~2018-03-09 15:32 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-06  1:28 [U-Boot] [ANN] U-Boot v2018.03-rc4 released Tom Rini
2018-03-06 11:36 ` Peter Robinson
2018-03-06 12:29   ` Jonathan Gray
2018-03-06 12:47     ` Peter Robinson
2018-03-06 13:44       ` Tom Rini
2018-03-06 17:41         ` Peter Robinson
2018-03-06 13:03   ` Fabio Estevam
2018-03-09 15:32 ` Bryan O'Donoghue

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.