public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [STATUS] v2011.09-rc1 is out
@ 2011-09-11 19:56 Wolfgang Denk
  2011-09-11 20:14 ` Mike Frysinger
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Wolfgang Denk @ 2011-09-11 19:56 UTC (permalink / raw)
  To: u-boot

Hello everybody:

* U-Boot v2011.96-rc1 was released on Sun, Sep 11, 2011

* Release "v2011.09" is scheduled in 11 days - on September 22, 2011.

Please help testing, and check if all your relevant patches have been
included.


Most of the ARM cleanup has now been completed, there are only a few
remaining issues.  I hope to get these sorted out before the release.


Thanks in advance to everybody who lends a helping hand.


Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
For every complex problem, there is a solution that is simple,  neat,
and wrong.                                           -- H. L. Mencken

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

* [U-Boot] [STATUS] v2011.09-rc1 is out
  2011-09-11 19:56 [U-Boot] [STATUS] v2011.09-rc1 is out Wolfgang Denk
@ 2011-09-11 20:14 ` Mike Frysinger
  2011-09-12  7:38 ` Helmut Raiger
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 8+ messages in thread
From: Mike Frysinger @ 2011-09-11 20:14 UTC (permalink / raw)
  To: u-boot

On Sunday, September 11, 2011 15:56:39 Wolfgang Denk wrote:
> * U-Boot v2011.96-rc1 was released on Sun, Sep 11, 2011

2011.09-rc1 ;)

> * Release "v2011.09" is scheduled in 11 days - on September 22, 2011.
> 
> Please help testing, and check if all your relevant patches have been
> included.

all the Blackfin boards build with the 2011.09-rc1 tag
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
Url : http://lists.denx.de/pipermail/u-boot/attachments/20110911/8445fd36/attachment.pgp 

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

* [U-Boot] [STATUS] v2011.09-rc1 is out
  2011-09-11 19:56 [U-Boot] [STATUS] v2011.09-rc1 is out Wolfgang Denk
  2011-09-11 20:14 ` Mike Frysinger
@ 2011-09-12  7:38 ` Helmut Raiger
  2011-09-12 21:03   ` Scott Wood
  2011-09-13 11:01 ` Graeme Russ
                   ` (2 subsequent siblings)
  4 siblings, 1 reply; 8+ messages in thread
From: Helmut Raiger @ 2011-09-12  7:38 UTC (permalink / raw)
  To: u-boot

On 09/11/2011 09:56 PM, Wolfgang Denk wrote:
> Please help testing, and check if all your relevant patches have been
> included.
The following were applied by Scott to u-boot-nand-flash next in early 
August.

[PATCH] mxc_nand: fixed some typos (cosmetic), message-id: 
20110802201202.GA5023 at schlenkerla.am.freescale.net

[PATCH] mxc_nand: fix a problem writing more than 32MB, message-id: 
20110802201213.GB5023 at schlenkerla.am.freescale.net

I haven't seen a pull request since. Aren't they supposed to be in 2011/09 ?

Helmut



--
Scanned by MailScanner.

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

* [U-Boot] [STATUS] v2011.09-rc1 is out
  2011-09-12  7:38 ` Helmut Raiger
@ 2011-09-12 21:03   ` Scott Wood
  2011-09-13  6:37     ` Helmut Raiger
  0 siblings, 1 reply; 8+ messages in thread
From: Scott Wood @ 2011-09-12 21:03 UTC (permalink / raw)
  To: u-boot

On 09/12/2011 02:38 AM, Helmut Raiger wrote:
> On 09/11/2011 09:56 PM, Wolfgang Denk wrote:
>> Please help testing, and check if all your relevant patches have been
>> included.
> The following were applied by Scott to u-boot-nand-flash next in early
> August.
> 
> [PATCH] mxc_nand: fixed some typos (cosmetic), message-id:
> 20110802201202.GA5023 at schlenkerla.am.freescale.net
> 
> [PATCH] mxc_nand: fix a problem writing more than 32MB, message-id:
> 20110802201213.GB5023 at schlenkerla.am.freescale.net

Patchwork links are more useful than message IDs.

> I haven't seen a pull request since. Aren't they supposed to be in
> 2011/09 ?

No, the "next" branch is for when the next merge window opens.  There
seemed to be enough uncertainty about how the hardware works to put the
32MB patch there rather than merge it during stabilization, given it's
not a regression.

-Scott

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

* [U-Boot] [STATUS] v2011.09-rc1 is out
  2011-09-12 21:03   ` Scott Wood
@ 2011-09-13  6:37     ` Helmut Raiger
  0 siblings, 0 replies; 8+ messages in thread
From: Helmut Raiger @ 2011-09-13  6:37 UTC (permalink / raw)
  To: u-boot

On 09/12/2011 11:03 PM, Scott Wood wrote:
> Patchwork links are more useful than message IDs.
OK. I'm still trying to get that contribution busyness up and running.
> No, the "next" branch is for when the next merge window opens.  There
> seemed to be enough uncertainty about how the hardware works to put the
> 32MB patch there rather than merge it during stabilization, given it's
> not a regression.
>
Ah, ok, I see.

Helmut


--
Scanned by MailScanner.

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

* [U-Boot] [STATUS] v2011.09-rc1 is out
  2011-09-11 19:56 [U-Boot] [STATUS] v2011.09-rc1 is out Wolfgang Denk
  2011-09-11 20:14 ` Mike Frysinger
  2011-09-12  7:38 ` Helmut Raiger
@ 2011-09-13 11:01 ` Graeme Russ
  2011-09-13 11:17 ` Stefano Babic
  2011-09-13 13:28 ` Albert ARIBAUD
  4 siblings, 0 replies; 8+ messages in thread
From: Graeme Russ @ 2011-09-13 11:01 UTC (permalink / raw)
  To: u-boot

Hi Wolfgang

On 12/09/11 05:56, Wolfgang Denk wrote:
> Hello everybody:
> 
> * U-Boot v2011.96-rc1 was released on Sun, Sep 11, 2011
> 
> * Release "v2011.09" is scheduled in 11 days - on September 22, 2011.
> 
> Please help testing, and check if all your relevant patches have been
> included.
> 

All (1) x86 boards build - My test board is buried in 'stuff' so I can't do
a run test. Building is good enough for me

Regards,

Graeme

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

* [U-Boot] [STATUS] v2011.09-rc1 is out
  2011-09-11 19:56 [U-Boot] [STATUS] v2011.09-rc1 is out Wolfgang Denk
                   ` (2 preceding siblings ...)
  2011-09-13 11:01 ` Graeme Russ
@ 2011-09-13 11:17 ` Stefano Babic
  2011-09-13 13:28 ` Albert ARIBAUD
  4 siblings, 0 replies; 8+ messages in thread
From: Stefano Babic @ 2011-09-13 11:17 UTC (permalink / raw)
  To: u-boot

On 09/11/2011 09:56 PM, Wolfgang Denk wrote:
> Hello everybody:
> 
> * U-Boot v2011.96-rc1 was released on Sun, Sep 11, 2011
> 
> * Release "v2011.09" is scheduled in 11 days - on September 22, 2011.
> 
> Please help testing, and check if all your relevant patches have been
> included.
> 

i.MX boards build on top of u-boot-arm (
http://patchwork.ozlabs.org/patch/84988/ is required, already merged by
Albert).

Best regards,
Stefano Babic

-- 
=====================================================================
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80  Email: office at denx.de
=====================================================================

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

* [U-Boot] [STATUS] v2011.09-rc1 is out
  2011-09-11 19:56 [U-Boot] [STATUS] v2011.09-rc1 is out Wolfgang Denk
                   ` (3 preceding siblings ...)
  2011-09-13 11:17 ` Stefano Babic
@ 2011-09-13 13:28 ` Albert ARIBAUD
  4 siblings, 0 replies; 8+ messages in thread
From: Albert ARIBAUD @ 2011-09-13 13:28 UTC (permalink / raw)
  To: u-boot

Le 11/09/2011 21:56, Wolfgang Denk a ?crit :
> Hello everybody:
>
> * U-Boot v2011.96-rc1 was released on Sun, Sep 11, 2011
>
> * Release "v2011.09" is scheduled in 11 days - on September 22, 2011.
>
> Please help testing, and check if all your relevant patches have been
> included.
>
>
> Most of the ARM cleanup has now been completed, there are only a few
> remaining issues.  I hope to get these sorted out before the release.
>
>
> Thanks in advance to everybody who lends a helping hand.
>
>
> Best regards,
>
> Wolfgang Denk

Using ELDK42, './MAKEALL arm' on v2011.09 builds 242 boards of which 13 
have warnings or errors.

Now re-running './MAKEALL arm' on u-boot-arm/master to make sure no 
regression occurs, then once I get the Marvell pull req, I'll run a few 
regression builds again and send out an ARM pull request for rc2.

Amicalement,
-- 
Albert.

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

end of thread, other threads:[~2011-09-13 13:28 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-11 19:56 [U-Boot] [STATUS] v2011.09-rc1 is out Wolfgang Denk
2011-09-11 20:14 ` Mike Frysinger
2011-09-12  7:38 ` Helmut Raiger
2011-09-12 21:03   ` Scott Wood
2011-09-13  6:37     ` Helmut Raiger
2011-09-13 11:01 ` Graeme Russ
2011-09-13 11:17 ` Stefano Babic
2011-09-13 13:28 ` Albert ARIBAUD

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox