* [U-Boot] v2012.10-rc2 is now released
@ 2012-10-01 16:59 Tom Rini
2012-10-01 21:53 ` Michael Walle
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Tom Rini @ 2012-10-01 16:59 UTC (permalink / raw)
To: u-boot
Hey all,
I've tagged and pushed v2012.10-rc2. It's a little later than I had
intended, but I think we're still largely on track for -rc3. That said,
lets push -rc3 back to next monday and give a little more time between
Albert's u-boot-arm PR being merged and the tag. Speaking of, that's
what I expect for the big changes to be between now and then:
- Albert said he plans to have a PR ready by Thursday, that needs to go
in.
- It also NEEDS to have a resolution, for this release, for the
ARMv7/unaligned access/gcc 4.7 (and linaro 4.6) thing.
- Other pull requests of either fixes or things posted by the original
merge window closure that hadn't been picked up yet AND are obviously
correct or important bug fixes. Otherwise we can hold them off for
the next branches.
As a reminder, the next branch is open and I haven't seen any pull
requests for that yet, aside from Marek on some of the pre-reqs for DM
work.
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20121001/d7fdefbd/attachment.pgp>
^ permalink raw reply [flat|nested] 6+ messages in thread
* [U-Boot] v2012.10-rc2 is now released
2012-10-01 16:59 [U-Boot] v2012.10-rc2 is now released Tom Rini
@ 2012-10-01 21:53 ` Michael Walle
2012-10-01 22:00 ` Tom Rini
2012-10-02 6:26 ` Albert ARIBAUD
2012-10-04 12:44 ` Nikita Kiryanov
2 siblings, 1 reply; 6+ messages in thread
From: Michael Walle @ 2012-10-01 21:53 UTC (permalink / raw)
To: u-boot
Hi Tom,
Am Montag 01 Oktober 2012, 18:59:18 schrieb Tom Rini:
> - Other pull requests of either fixes or things posted by the original
> merge window closure that hadn't been picked up yet AND are obviously
> correct or important bug fixes. Otherwise we can hold them off for
> the next branches.
Did you see this?
http://patchwork.ozlabs.org/patch/188165/
I don't know if the tag (for-rc) i used was right. In case you already saw
this, i'm excusing for the noise ;)
--
Michael
^ permalink raw reply [flat|nested] 6+ messages in thread
* [U-Boot] v2012.10-rc2 is now released
2012-10-01 21:53 ` Michael Walle
@ 2012-10-01 22:00 ` Tom Rini
0 siblings, 0 replies; 6+ messages in thread
From: Tom Rini @ 2012-10-01 22:00 UTC (permalink / raw)
To: u-boot
On Mon, Oct 01, 2012 at 11:53:39PM +0200, Michael Walle wrote:
> Hi Tom,
>
> Am Montag 01 Oktober 2012, 18:59:18 schrieb Tom Rini:
> > - Other pull requests of either fixes or things posted by the original
> > merge window closure that hadn't been picked up yet AND are obviously
> > correct or important bug fixes. Otherwise we can hold them off for
> > the next branches.
>
> Did you see this?
>
> http://patchwork.ozlabs.org/patch/188165/
>
> I don't know if the tag (for-rc) i used was right. In case you already saw
> this, i'm excusing for the noise ;)
I have this flagged locally if Albert and Prafulla don't pick it up in
time.
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20121001/bbf3a42a/attachment.pgp>
^ permalink raw reply [flat|nested] 6+ messages in thread
* [U-Boot] v2012.10-rc2 is now released
2012-10-01 16:59 [U-Boot] v2012.10-rc2 is now released Tom Rini
2012-10-01 21:53 ` Michael Walle
@ 2012-10-02 6:26 ` Albert ARIBAUD
2012-10-03 7:48 ` Prafulla Wadaskar
2012-10-04 12:44 ` Nikita Kiryanov
2 siblings, 1 reply; 6+ messages in thread
From: Albert ARIBAUD @ 2012-10-02 6:26 UTC (permalink / raw)
To: u-boot
Hi Tom,
On Mon, 1 Oct 2012 09:59:18 -0700, Tom Rini <trini@ti.com> wrote:
> Hey all,
>
> I've tagged and pushed v2012.10-rc2. It's a little later than I had
> intended, but I think we're still largely on track for -rc3. That said,
> lets push -rc3 back to next monday and give a little more time between
> Albert's u-boot-arm PR being merged and the tag. Speaking of, that's
> what I expect for the big changes to be between now and then:
>
> - Albert said he plans to have a PR ready by Thursday, that needs to go
> in.
I am also expecting a Marvell pull request to come before thursday.
Prafulla?
> - It also NEEDS to have a resolution, for this release, for the
> ARMv7/unaligned access/gcc 4.7 (and linaro 4.6) thing.
For 2012.07 there was a -mno-unaligned-access option added to all of
armv7 in a last-minute attempt to get the release working while a
solution was found, and after that no one seemed bothered enough to
handle things.
For 2012.10 we still don't have a solution but we have a root cause and
the long term solution is to get the compiler fixed, which implies
doing a patch -- I've got this effort started. Meanwhile, I see no point
in redoing for 2012.10 was was done for 2012.07, seeing how it ended up.
Therefore I will add -mno-unaligned-access only to the files which
require it. I'll send a patch later today for this.
> - Other pull requests of either fixes or things posted by the original
> merge window closure that hadn't been picked up yet AND are obviously
> correct or important bug fixes. Otherwise we can hold them off for
> the next branches.
> As a reminder, the next branch is open and I haven't seen any pull
> requests for that yet, aside from Marek on some of the pre-reqs for DM
> work.
I have see Tom's tegra pull. for my next. Priority for me right now is
the release.
Amicalement,
--
Albert.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [U-Boot] v2012.10-rc2 is now released
2012-10-02 6:26 ` Albert ARIBAUD
@ 2012-10-03 7:48 ` Prafulla Wadaskar
0 siblings, 0 replies; 6+ messages in thread
From: Prafulla Wadaskar @ 2012-10-03 7:48 UTC (permalink / raw)
To: u-boot
> -----Original Message-----
> From: Albert ARIBAUD [mailto:albert.u.boot at aribaud.net]
> Sent: 02 October 2012 11:57
> To: Tom Rini
> Cc: u-boot at lists.denx.de; Wolfgang Denk; Prafulla Wadaskar
> Subject: Re: v2012.10-rc2 is now released
>
> Hi Tom,
>
> On Mon, 1 Oct 2012 09:59:18 -0700, Tom Rini <trini@ti.com> wrote:
>
> > Hey all,
> >
> > I've tagged and pushed v2012.10-rc2. It's a little later than I had
> > intended, but I think we're still largely on track for -rc3. That
> said,
> > lets push -rc3 back to next monday and give a little more time
> between
> > Albert's u-boot-arm PR being merged and the tag. Speaking of,
> that's
> > what I expect for the big changes to be between now and then:
> >
> > - Albert said he plans to have a PR ready by Thursday, that needs to
> go
> > in.
>
> I am also expecting a Marvell pull request to come before thursday.
> Prafulla?
Hi Albert,
I will provide the pull request today, (ASAP)
Regards...
Prafulla . . .
^ permalink raw reply [flat|nested] 6+ messages in thread
* [U-Boot] v2012.10-rc2 is now released
2012-10-01 16:59 [U-Boot] v2012.10-rc2 is now released Tom Rini
2012-10-01 21:53 ` Michael Walle
2012-10-02 6:26 ` Albert ARIBAUD
@ 2012-10-04 12:44 ` Nikita Kiryanov
2 siblings, 0 replies; 6+ messages in thread
From: Nikita Kiryanov @ 2012-10-04 12:44 UTC (permalink / raw)
To: u-boot
Hey all,
We wanted to let you know that we tested this version on our CM-T35 and
CM-T37 modules, and everything was in order. The tests included:
* Various network tests via Ethernet: DHCP, ping, downloading file
with TFTP, switching between ethernet controllers.
* NAND tests: writing (sw and hw ecc), reading, switching between ecc
types in between writes.
* Accessing an EEPROM via I2C, switching between I2C busses.
* Reading from MMC card.
--
Regards,
Nikita.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2012-10-04 12:44 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-01 16:59 [U-Boot] v2012.10-rc2 is now released Tom Rini
2012-10-01 21:53 ` Michael Walle
2012-10-01 22:00 ` Tom Rini
2012-10-02 6:26 ` Albert ARIBAUD
2012-10-03 7:48 ` Prafulla Wadaskar
2012-10-04 12:44 ` Nikita Kiryanov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox