* [U-Boot] [STATUS] v2010.03-rc1 is out
@ 2010-03-12 22:25 Wolfgang Denk
2010-03-13 0:22 ` Mike Frysinger
0 siblings, 1 reply; 6+ messages in thread
From: Wolfgang Denk @ 2010-03-12 22:25 UTC (permalink / raw)
To: u-boot
Hello all,
I just release U-Boot v2010.03-rc1
We still have a lot of warning to fix, so please everybody help to
test, clean up and fix remaining issues.
We have to adjust the release schedule, obviously. The new target date
for this release is March 31. The following release schedule shifts
by 3 weeks as well - for details please see
http://www.denx.de/wiki/U-Boot/ReleaseCycle
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
The best things in life are for a fee.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [U-Boot] [STATUS] v2010.03-rc1 is out
2010-03-12 22:25 [U-Boot] [STATUS] v2010.03-rc1 is out Wolfgang Denk
@ 2010-03-13 0:22 ` Mike Frysinger
2010-03-13 9:01 ` Wolfgang Denk
2010-03-13 23:13 ` Wolfgang Denk
0 siblings, 2 replies; 6+ messages in thread
From: Mike Frysinger @ 2010-03-13 0:22 UTC (permalink / raw)
To: u-boot
On Friday 12 March 2010 17:25:39 Wolfgang Denk wrote:
> We still have a lot of warning to fix, so please everybody help to
> test, clean up and fix remaining issues.
many arches are still broken due to the unaligned.h issue. can we just merge
the pending patches and just say screw the arm patch ?
-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/20100312/e3190fd6/attachment.pgp
^ permalink raw reply [flat|nested] 6+ messages in thread
* [U-Boot] [STATUS] v2010.03-rc1 is out
2010-03-13 0:22 ` Mike Frysinger
@ 2010-03-13 9:01 ` Wolfgang Denk
2010-03-13 15:11 ` Mike Frysinger
2010-03-13 23:13 ` Wolfgang Denk
1 sibling, 1 reply; 6+ messages in thread
From: Wolfgang Denk @ 2010-03-13 9:01 UTC (permalink / raw)
To: u-boot
Dear Mike Frysinger,
In message <201003121922.55702.vapier@gentoo.org> you wrote:
>
> many arches are still broken due to the unaligned.h issue. can we just merge
> the pending patches and just say screw the arm patch ?
I don't have any pull requests from the arches custodians open...
Do you have a list of patches that should go in now?
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
I don't want to be young again, I just don't want to get any older.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [U-Boot] [STATUS] v2010.03-rc1 is out
2010-03-13 9:01 ` Wolfgang Denk
@ 2010-03-13 15:11 ` Mike Frysinger
0 siblings, 0 replies; 6+ messages in thread
From: Mike Frysinger @ 2010-03-13 15:11 UTC (permalink / raw)
To: u-boot
On Saturday 13 March 2010 04:01:50 Wolfgang Denk wrote:
> Mike Frysinger wrote:
> > many arches are still broken due to the unaligned.h issue. can we just
> > merge the pending patches and just say screw the arm patch ?
>
> I don't have any pull requests from the arches custodians open...
>
> Do you have a list of patches that should go in now?
please apply these two:
asm-generic/unaligned.h: dynamic default unaligned accesses
asm-blackfin/unaligned.h: add for zlib code
then once that is merged, the sparc and nios guys can post their versions (or
i can do it for them)
-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/20100313/09bbf9bd/attachment.pgp
^ permalink raw reply [flat|nested] 6+ messages in thread
* [U-Boot] [STATUS] v2010.03-rc1 is out
2010-03-13 0:22 ` Mike Frysinger
2010-03-13 9:01 ` Wolfgang Denk
@ 2010-03-13 23:13 ` Wolfgang Denk
2010-03-14 1:34 ` Mike Frysinger
1 sibling, 1 reply; 6+ messages in thread
From: Wolfgang Denk @ 2010-03-13 23:13 UTC (permalink / raw)
To: u-boot
Dear Mike Frysinger,
In message <201003121922.55702.vapier@gentoo.org> you wrote:
>
> many arches are still broken due to the unaligned.h issue. can we just merge
> the pending patches and just say screw the arm patch ?
And what about ARM?
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
This all sounds complicated, but it mostly does excatly what you ex-
pect. It's just difficult for us to explain what you expect...
- L. Wall & R. L. Schwartz, _Programming Perl_
^ permalink raw reply [flat|nested] 6+ messages in thread
* [U-Boot] [STATUS] v2010.03-rc1 is out
2010-03-13 23:13 ` Wolfgang Denk
@ 2010-03-14 1:34 ` Mike Frysinger
0 siblings, 0 replies; 6+ messages in thread
From: Mike Frysinger @ 2010-03-14 1:34 UTC (permalink / raw)
To: u-boot
On Saturday 13 March 2010 18:13:46 Wolfgang Denk wrote:
> Mike Frysinger wrote:
> > many arches are still broken due to the unaligned.h issue. can we just
> > merge the pending patches and just say screw the arm patch ?
>
> And what about ARM?
arm doesnt need it to build. what they choose is up to them; i dont care
either way anymore.
-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/20100313/3b2ea6dc/attachment.pgp
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2010-03-14 1:34 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-12 22:25 [U-Boot] [STATUS] v2010.03-rc1 is out Wolfgang Denk
2010-03-13 0:22 ` Mike Frysinger
2010-03-13 9:01 ` Wolfgang Denk
2010-03-13 15:11 ` Mike Frysinger
2010-03-13 23:13 ` Wolfgang Denk
2010-03-14 1:34 ` Mike Frysinger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox