Re: [U-Boot] [ANN] U-Boot v2015.10 released

2015-10-22 Thread Kushwaha Prabhakar
Hi Tom,

Do you also publish the tool-chain information with which all targets were 
tested for compilation.
If yes, Please help me in locating this information. 

Regards,
Prabhakar

> -Original Message-
> From: U-Boot [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Tom Rini
> Sent: Tuesday, October 20, 2015 5:38 AM
> To: u-boot@lists.denx.de
> Subject: [U-Boot] [ANN] U-Boot v2015.10 released
> 
> Hey all,
> 
> I've pushed v2015.10 out to the repository and tarballs should exist soon.
> 
> Once again, a lot of good things all around.  One good thing and bad thing is
> that we've followed through on the warning about removing non-
> CONFIG_SYS_GENERIC_BOARD platforms, especially for ARM and PowerPC.
> Part of this involved a mis-step and the final patchset didn't have everyone
> on Cc that it should have.  So if you have a platform that's been removed and
> can build and run test it from time to time (we try and keep on schedule for
> releases, and http://www.denx.de/wiki/U-Boot/ReleaseCycle has the next
> year worth of expected release dates) please step up.
> 
> We really are about to delete MAKEALL for the next release so please get
> comfy with it.  All tha's missing (and will go in) is some option to just say 
> "use
> this toolchain for everything".
> 
> Finally, I would encourage custodians to follow-up with anything big I've
> overlooked.
> 
> Thanks for the hard work everyone!  The merge window is now open and will
> close on Saturday Nov 8th.
> 
> --
> Tom
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [ANN] U-Boot v2015.10 released

2015-10-22 Thread Kushwaha Prabhakar
> -Original Message-
> From: Bin Meng [mailto:bmeng...@gmail.com]
> Sent: Friday, October 23, 2015 9:20 AM
> To: Kushwaha Prabhakar-B32579 <prabha...@freescale.com>
> Cc: Tom Rini <tr...@konsulko.com>; u-boot@lists.denx.de
> Subject: Re: [U-Boot] [ANN] U-Boot v2015.10 released
> 
> Hi Prabhakar,
> 
> On Fri, Oct 23, 2015 at 11:48 AM, Kushwaha Prabhakar
> <prabha...@freescale.com> wrote:
> > Hi Tom,
> >
> > Do you also publish the tool-chain information with which all targets were
> tested for compilation.
> > If yes, Please help me in locating this information.
> >
> 
> Please refer to buildman and moveconfig documents. I have been using
> them.
> 

As per build man README

List of available toolchains (17):
arm   : /toolchains/arm-2010q1/bin/arm-none-linux-gnueabi-gcc
avr32 : /toolchains/avr32-linux/bin/avr32-gcc
bfin  : /toolchains/bfin-uclinux/bin/bfin-uclinux-gcc
c89   : /usr/bin/c89-gcc
c99   : /usr/bin/c99-gcc
i386  : /toolchains/i386-linux/bin/i386-linux-gcc
m68k  : /toolchains/m68k-linux/bin/m68k-linux-gcc
mb: /toolchains/microblaze-unknown-linux-gnu/bin/mb-linux-gcc
microblaze: 
/toolchains/microblaze-unknown-linux-gnu/bin/microblaze-unknown-linux-gnu-gcc
mips  : /toolchains/mips-linux/bin/mips-linux-gcc
nds32le   : /toolchains/nds32le-linux-glibc-v1f/bin/nds32le-linux-gcc
nios2 : /toolchains/nios2/bin/nios2-linux-gcc
powerpc   : /toolchains/powerpc-linux/bin/powerpc-linux-gcc
sandbox   : /usr/bin/gcc
sh4   : /toolchains/sh4-gentoo-linux-gnu/bin/sh4-gentoo-linux-gnu-gcc
sparc : /toolchains/sparc-elf/bin/sparc-elf-gcc
x86_64: /usr/bin/x86_64-linux-gnu-gcc

How to know version of tool-chain used?
Also, I am not finding tool-chain for arm64. Am I looking at wrong place?

Regards,
Prabhakar



___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [ANN] U-Boot v2015.10 released

2015-10-22 Thread Bin Meng
Hi Prabhakar,

On Fri, Oct 23, 2015 at 12:12 PM, Kushwaha Prabhakar
<prabha...@freescale.com> wrote:
>> -Original Message-
>> From: Bin Meng [mailto:bmeng...@gmail.com]
>> Sent: Friday, October 23, 2015 9:38 AM
>> To: Kushwaha Prabhakar-B32579 <prabha...@freescale.com>
>> Cc: Tom Rini <tr...@konsulko.com>; u-boot@lists.denx.de
>> Subject: Re: [U-Boot] [ANN] U-Boot v2015.10 released
>>
>> Hi Prabhakar,
>>
>> On Fri, Oct 23, 2015 at 12:04 PM, Kushwaha Prabhakar
>> <prabha...@freescale.com> wrote:
>> >> -Original Message-
>> >> From: Bin Meng [mailto:bmeng...@gmail.com]
>> >> Sent: Friday, October 23, 2015 9:20 AM
>> >> To: Kushwaha Prabhakar-B32579 <prabha...@freescale.com>
>> >> Cc: Tom Rini <tr...@konsulko.com>; u-boot@lists.denx.de
>> >> Subject: Re: [U-Boot] [ANN] U-Boot v2015.10 released
>> >>
>> >> Hi Prabhakar,
>> >>
>> >> On Fri, Oct 23, 2015 at 11:48 AM, Kushwaha Prabhakar
>> >> <prabha...@freescale.com> wrote:
>> >> > Hi Tom,
>> >> >
>> >> > Do you also publish the tool-chain information with which all
>> >> > targets were
>> >> tested for compilation.
>> >> > If yes, Please help me in locating this information.
>> >> >
>> >>
>> >> Please refer to buildman and moveconfig documents. I have been using
>> >> them.
>> >>
>> >
>> > As per build man README
>> >
>> > List of available toolchains (17):
>> > arm   : /toolchains/arm-2010q1/bin/arm-none-linux-gnueabi-gcc
>> > avr32 : /toolchains/avr32-linux/bin/avr32-gcc
>> > bfin  : /toolchains/bfin-uclinux/bin/bfin-uclinux-gcc
>> > c89   : /usr/bin/c89-gcc
>> > c99   : /usr/bin/c99-gcc
>> > i386  : /toolchains/i386-linux/bin/i386-linux-gcc
>> > m68k  : /toolchains/m68k-linux/bin/m68k-linux-gcc
>> > mb: /toolchains/microblaze-unknown-linux-gnu/bin/mb-linux-gcc
>> > microblaze: /toolchains/microblaze-unknown-linux-gnu/bin/microblaze-
>> unknown-linux-gnu-gcc
>> > mips  : /toolchains/mips-linux/bin/mips-linux-gcc
>> > nds32le   : /toolchains/nds32le-linux-glibc-v1f/bin/nds32le-linux-gcc
>> > nios2 : /toolchains/nios2/bin/nios2-linux-gcc
>> > powerpc   : /toolchains/powerpc-linux/bin/powerpc-linux-gcc
>> > sandbox   : /usr/bin/gcc
>> > sh4   : /toolchains/sh4-gentoo-linux-gnu/bin/sh4-gentoo-linux-gnu-gcc
>> > sparc : /toolchains/sparc-elf/bin/sparc-elf-gcc
>> > x86_64: /usr/bin/x86_64-linux-gnu-gcc
>> >
>> > How to know version of tool-chain used?
>> > Also, I am not finding tool-chain for arm64. Am I looking at wrong place?
>> >
>>
>> buildman will automatically download toolchains and install them for you.
>> See version, you can try: $ ./tools/buildman/buildman --fetch-arch list
>>
>
> That's great.
>
> It will take some time to get all tool-chain information.
> Is tool-chain information published anywhere(wiki) per release?  like what 
> all tool-chain, version used in v2015.10 for target compilation.

I don't think we have one, as anybody can use whatever toolchain that
works for him/her. But buildman/moveconfig have been verified with
their toolchain in the documents.

>
> Regards,
> Prabhakar
>

Regards,
Bin
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [ANN] U-Boot v2015.10 released

2015-10-22 Thread Bin Meng
Hi Prabhakar,

On Fri, Oct 23, 2015 at 11:48 AM, Kushwaha Prabhakar
<prabha...@freescale.com> wrote:
> Hi Tom,
>
> Do you also publish the tool-chain information with which all targets were 
> tested for compilation.
> If yes, Please help me in locating this information.
>

Please refer to buildman and moveconfig documents. I have been using them.


> Regards,
> Prabhakar
>
>> -Original Message-
>> From: U-Boot [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Tom Rini
>> Sent: Tuesday, October 20, 2015 5:38 AM
>> To: u-boot@lists.denx.de
>> Subject: [U-Boot] [ANN] U-Boot v2015.10 released
>>
>> Hey all,
>>
>> I've pushed v2015.10 out to the repository and tarballs should exist soon.
>>
>> Once again, a lot of good things all around.  One good thing and bad thing is
>> that we've followed through on the warning about removing non-
>> CONFIG_SYS_GENERIC_BOARD platforms, especially for ARM and PowerPC.
>> Part of this involved a mis-step and the final patchset didn't have everyone
>> on Cc that it should have.  So if you have a platform that's been removed and
>> can build and run test it from time to time (we try and keep on schedule for
>> releases, and http://www.denx.de/wiki/U-Boot/ReleaseCycle has the next
>> year worth of expected release dates) please step up.
>>
>> We really are about to delete MAKEALL for the next release so please get
>> comfy with it.  All tha's missing (and will go in) is some option to just 
>> say "use
>> this toolchain for everything".
>>
>> Finally, I would encourage custodians to follow-up with anything big I've
>> overlooked.
>>
>> Thanks for the hard work everyone!  The merge window is now open and will
>> close on Saturday Nov 8th.
>>
>> --

Regards,
Bin
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [ANN] U-Boot v2015.10 released

2015-10-22 Thread Bin Meng
Hi Prabhakar,

On Fri, Oct 23, 2015 at 12:04 PM, Kushwaha Prabhakar
<prabha...@freescale.com> wrote:
>> -Original Message-
>> From: Bin Meng [mailto:bmeng...@gmail.com]
>> Sent: Friday, October 23, 2015 9:20 AM
>> To: Kushwaha Prabhakar-B32579 <prabha...@freescale.com>
>> Cc: Tom Rini <tr...@konsulko.com>; u-boot@lists.denx.de
>> Subject: Re: [U-Boot] [ANN] U-Boot v2015.10 released
>>
>> Hi Prabhakar,
>>
>> On Fri, Oct 23, 2015 at 11:48 AM, Kushwaha Prabhakar
>> <prabha...@freescale.com> wrote:
>> > Hi Tom,
>> >
>> > Do you also publish the tool-chain information with which all targets were
>> tested for compilation.
>> > If yes, Please help me in locating this information.
>> >
>>
>> Please refer to buildman and moveconfig documents. I have been using
>> them.
>>
>
> As per build man README
>
> List of available toolchains (17):
> arm   : /toolchains/arm-2010q1/bin/arm-none-linux-gnueabi-gcc
> avr32 : /toolchains/avr32-linux/bin/avr32-gcc
> bfin  : /toolchains/bfin-uclinux/bin/bfin-uclinux-gcc
> c89   : /usr/bin/c89-gcc
> c99   : /usr/bin/c99-gcc
> i386  : /toolchains/i386-linux/bin/i386-linux-gcc
> m68k  : /toolchains/m68k-linux/bin/m68k-linux-gcc
> mb: /toolchains/microblaze-unknown-linux-gnu/bin/mb-linux-gcc
> microblaze: 
> /toolchains/microblaze-unknown-linux-gnu/bin/microblaze-unknown-linux-gnu-gcc
> mips  : /toolchains/mips-linux/bin/mips-linux-gcc
> nds32le   : /toolchains/nds32le-linux-glibc-v1f/bin/nds32le-linux-gcc
> nios2 : /toolchains/nios2/bin/nios2-linux-gcc
> powerpc   : /toolchains/powerpc-linux/bin/powerpc-linux-gcc
> sandbox   : /usr/bin/gcc
> sh4   : /toolchains/sh4-gentoo-linux-gnu/bin/sh4-gentoo-linux-gnu-gcc
> sparc : /toolchains/sparc-elf/bin/sparc-elf-gcc
> x86_64: /usr/bin/x86_64-linux-gnu-gcc
>
> How to know version of tool-chain used?
> Also, I am not finding tool-chain for arm64. Am I looking at wrong place?
>

buildman will automatically download toolchains and install them for you.
See version, you can try: $ ./tools/buildman/buildman --fetch-arch list

Regards,
Bin
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [ANN] U-Boot v2015.10 released

2015-10-22 Thread Kushwaha Prabhakar
> -Original Message-
> From: Bin Meng [mailto:bmeng...@gmail.com]
> Sent: Friday, October 23, 2015 9:38 AM
> To: Kushwaha Prabhakar-B32579 <prabha...@freescale.com>
> Cc: Tom Rini <tr...@konsulko.com>; u-boot@lists.denx.de
> Subject: Re: [U-Boot] [ANN] U-Boot v2015.10 released
> 
> Hi Prabhakar,
> 
> On Fri, Oct 23, 2015 at 12:04 PM, Kushwaha Prabhakar
> <prabha...@freescale.com> wrote:
> >> -Original Message-
> >> From: Bin Meng [mailto:bmeng...@gmail.com]
> >> Sent: Friday, October 23, 2015 9:20 AM
> >> To: Kushwaha Prabhakar-B32579 <prabha...@freescale.com>
> >> Cc: Tom Rini <tr...@konsulko.com>; u-boot@lists.denx.de
> >> Subject: Re: [U-Boot] [ANN] U-Boot v2015.10 released
> >>
> >> Hi Prabhakar,
> >>
> >> On Fri, Oct 23, 2015 at 11:48 AM, Kushwaha Prabhakar
> >> <prabha...@freescale.com> wrote:
> >> > Hi Tom,
> >> >
> >> > Do you also publish the tool-chain information with which all
> >> > targets were
> >> tested for compilation.
> >> > If yes, Please help me in locating this information.
> >> >
> >>
> >> Please refer to buildman and moveconfig documents. I have been using
> >> them.
> >>
> >
> > As per build man README
> >
> > List of available toolchains (17):
> > arm   : /toolchains/arm-2010q1/bin/arm-none-linux-gnueabi-gcc
> > avr32 : /toolchains/avr32-linux/bin/avr32-gcc
> > bfin  : /toolchains/bfin-uclinux/bin/bfin-uclinux-gcc
> > c89   : /usr/bin/c89-gcc
> > c99   : /usr/bin/c99-gcc
> > i386  : /toolchains/i386-linux/bin/i386-linux-gcc
> > m68k  : /toolchains/m68k-linux/bin/m68k-linux-gcc
> > mb: /toolchains/microblaze-unknown-linux-gnu/bin/mb-linux-gcc
> > microblaze: /toolchains/microblaze-unknown-linux-gnu/bin/microblaze-
> unknown-linux-gnu-gcc
> > mips  : /toolchains/mips-linux/bin/mips-linux-gcc
> > nds32le   : /toolchains/nds32le-linux-glibc-v1f/bin/nds32le-linux-gcc
> > nios2 : /toolchains/nios2/bin/nios2-linux-gcc
> > powerpc   : /toolchains/powerpc-linux/bin/powerpc-linux-gcc
> > sandbox   : /usr/bin/gcc
> > sh4   : /toolchains/sh4-gentoo-linux-gnu/bin/sh4-gentoo-linux-gnu-gcc
> > sparc : /toolchains/sparc-elf/bin/sparc-elf-gcc
> > x86_64: /usr/bin/x86_64-linux-gnu-gcc
> >
> > How to know version of tool-chain used?
> > Also, I am not finding tool-chain for arm64. Am I looking at wrong place?
> >
> 
> buildman will automatically download toolchains and install them for you.
> See version, you can try: $ ./tools/buildman/buildman --fetch-arch list
> 

That's great. 

It will take some time to get all tool-chain information.
Is tool-chain information published anywhere(wiki) per release?  like what all 
tool-chain, version used in v2015.10 for target compilation.

Regards,
Prabhakar

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [ANN] U-Boot v2015.10 released

2015-10-20 Thread Wolfgang Denk
Dear Tom,

In message <20151020153139.GK23893@bill-the-cat> you wrote:
> 
> > It appears you did not push the tag, though?
> 
> Oops, fixed.

Thanks.  Tarballs are on the FTP and ACD servers.

Statistics will follow ASAP.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de
HANDLE WITH EXTREME CARE:  This Product Contains  Minute Electrically
Charged  Particles  Moving  at  Velocities  in Excess of Five Hundred
Million Miles Per Hour.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [ANN] U-Boot v2015.10 released

2015-10-20 Thread Tom Rini
On Tue, Oct 20, 2015 at 07:18:49PM +0300, Igor Grinberg wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA256
> 
> On 10/20/15 18:31, Tom Rini wrote:
> > On Tue, Oct 20, 2015 at 07:34:27AM +0200, Wolfgang Denk wrote:
> >> Dear Tom,
> >>
> >> In message <2015102800.GF23893@bill-the-cat> you wrote:
> >>>
> >>> I've pushed v2015.10 out to the repository and tarballs should exist
> >>> soon.
> >>
> >> It appears you did not push the tag, though?
> > 
> > Oops, fixed.
> 
> I've just pulled and nope, not there...

Wolfgang, I think we need a little back-end love (the tag was in fact
messed up as I did a commit --amend and not changed anything, but that
still re-did the hash, after tagging and before pushing so I think it's
"stuck" due to that.

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [ANN] U-Boot v2015.10 released

2015-10-20 Thread Igor Grinberg
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

On 10/20/15 18:31, Tom Rini wrote:
> On Tue, Oct 20, 2015 at 07:34:27AM +0200, Wolfgang Denk wrote:
>> Dear Tom,
>>
>> In message <2015102800.GF23893@bill-the-cat> you wrote:
>>>
>>> I've pushed v2015.10 out to the repository and tarballs should exist
>>> soon.
>>
>> It appears you did not push the tag, though?
> 
> Oops, fixed.

I've just pulled and nope, not there...


- -- 
Regards,
Igor.
-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQIcBAEBCAAGBQJWJmlpAAoJEBDE8YO64Efae4wP+gOCnXgEH5Rz+l3lm5cYE0W5
MGeNANvVQqVPFNatwstqMTKhxS+/gCKxzku/YYh2AblqbSlxF4+kEYtnCHye561A
ZOgddVCJrWrE2a+kkGvjwiK2xu+oLsvlSdSQUN7tCn2zSn8Vej6UVffbOGKcL6/Q
O4Bd3qCIBJG4i5Wj1qSUpa2G9mmj9LRq7KocG++lCw7ZKpE5vSdq5WN87y7/6X0m
/9jUHA5HQGA7KyhR3WOJ3ilIkRwOahrELS/GYeGNep8gYg6YVaGk/dPWBuKC/P+W
eZWDF9z3G+QzmCNCVKVPtgHBBOq88vYThJInYoZiC1MjXxvp1VgwC9m4Z9QUXn2f
olfV4MQ7K+AGgt0g0Ak2cBTdTYz5zqu3smktjyFt2G/lxNQiTT2wGq44HRBbfI+p
JfadBndjn6Xpk3enflmwmGHHXoo78Vp3SexSianuD6SHYG9Gq4UV2TfFm9FJgJxJ
S8ugeR6QI0131qNfi8krxv1Wkq+Bxqx4LJ8oobrOQczUXhqSQAQ9lRuf/kRw8LYi
IT2O+VI05ed/+Ri6jbZV3dsdJaIU7xsikf3VYkJCBhezDAjefcOrWCv5keTsyrWE
kk0Sb67Cec0NzZwCec88w8gxBYUKNgje/qZtMITdnIocf+07+MAPk2NV/3jqztt1
J5HgfXhHamEqxJB/kfw3
=GBX4
-END PGP SIGNATURE-
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [ANN] U-Boot v2015.10 released

2015-10-20 Thread Tom Rini
On Tue, Oct 20, 2015 at 07:34:27AM +0200, Wolfgang Denk wrote:
> Dear Tom,
> 
> In message <2015102800.GF23893@bill-the-cat> you wrote:
> > 
> > I've pushed v2015.10 out to the repository and tarballs should exist
> > soon.
> 
> It appears you did not push the tag, though?

Oops, fixed.

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [ANN] U-Boot v2015.10 released

2015-10-20 Thread Wolfgang Denk
Dear Tom,

In message <20151020153139.GK23893@bill-the-cat> you wrote:
> 
> > It appears you did not push the tag, though?
> 
> Oops, fixed.

OK, and here are the release statistics; for the full version please
see  http://www.denx.de/wiki/U-Boot/UbootStat_2015_10


Processed 2069 csets from 182 developers
30 employers found
A total of 180893 lines added, 90724 removed (delta 90169)

Developers with the most changesets
Simon Glass376 (18.2%)
Marek Vasut263 (12.7%)
Bin Meng   157 (7.6%)
Masahiro Yamada117 (5.7%)
Hans de Goede   92 (4.4%)
Peng Fan81 (3.9%)
Stefan Roese60 (2.9%)
Paul Kocialkowski   42 (2.0%)
Stephen Warren  39 (1.9%)
Fabio Estevam   38 (1.8%)
...

Developers with the most changed lines
Simon Glass   68254 (27.8%)
Stefan Roese  30346 (12.4%)
Masahiro Yamada   23310 (9.5%)
Marek Vasut   19480 (7.9%)
Bin Meng  14028 (5.7%)
Adrian Alonso 10199 (4.2%)
Dinh Nguyen   7920 (3.2%)
Tom Rini  7247 (3.0%)
Peng Fan  5138 (2.1%)
Tom Warren4975 (2.0%)
...

Developers with the most lines removed
Masahiro Yamada   8811 (9.7%)
Simon Glass   8130 (9.0%)
Kun-Hua Huang 2054 (2.3%)
Ulf Magnusson  346 (0.4%)
Josh Wu 70 (0.1%)
Peter Robinson  64 (0.1%)
Alexander Stein 26 (0.0%)
Adam Ford   20 (0.0%)
Andrew Ruder15 (0.0%)
Shaohui Xie 13 (0.0%)
...

Developers with the most signoffs (total 328)
Tom Warren  65 (19.8%)
Hans de Goede   24 (7.3%)
Simon Glass 22 (6.7%)
Ye.Li   17 (5.2%)
Prabhakar Kushwaha  16 (4.9%)
Michal Simek14 (4.3%)
Tom Rini13 (4.0%)
Peng Fan11 (3.4%)
Stephen Warren  10 (3.0%)
Minkyu Kang  8 (2.4%)
...

Developers with the most reviews (total 557)
York Sun   120 (21.5%)
Bin Meng   105 (18.9%)
Tom Rini84 (15.1%)
Simon Glass 82 (14.7%)
Jagan Teki  34 (6.1%)
Heiko Schocher  32 (5.7%)
Stefano Babic   17 (3.1%)
Linus Walleij   11 (2.0%)
Marek Vasut 10 (1.8%)
Joe Hershberger  9 (1.6%)
...

Developers with the most test credits (total 136)
Bin Meng21 (15.4%)
Simon Glass 20 (14.7%)
Przemyslaw Marczak  13 (9.6%)
Łukasz Majewski11 (8.1%)
Stephen Warren   8 (5.9%)
Marcel Ziswiler  7 (5.1%)
Sylvain Lemieux  6 (4.4%)
Fabio Estevam5 (3.7%)
Stefan Roese 4 (2.9%)
Andrew Bradford  4 (2.9%)
...

Developers who gave the most tested-by credits (total 136)
Simon Glass 24 (17.6%)
Bin Meng16 (11.8%)
Stephen Warren   7 (5.1%)
Vladimir Zapolskiy   6 (4.4%)
Tim Harvey   6 (4.4%)
Peng Fan 6 (4.4%)
Alexander Stein  6 (4.4%)
Paul Kocialkowski5 (3.7%)
Tom Rini 4 (2.9%)
Chris Packham4 (2.9%)
...

Developers with the most report credits (total 28)
Yan Liu  3 (10.7%)
Thierry Reding   2 (7.1%)
Nishanth Menon   2 (7.1%)
Simon Glass  1 (3.6%)
Stephen Warren   1 (3.6%)
Tim Harvey   1 (3.6%)
Paul Kocialkowski1 (3.6%)
Przemyslaw Marczak   1 (3.6%)
Stefan Agner 1 (3.6%)
Andrew Bradford  1 (3.6%)
...

Developers who gave the most report credits (total 28)
Lokesh Vutla 7 (25.0%)
Simon Glass  3 (10.7%)
Stephen Warren   3 (10.7%)
Fabio Estevam3 (10.7%)
Stefan Roese 2 (7.1%)
Thierry Reding   1 (3.6%)
Nishanth Menon   1 (3.6%)
Bin Meng 1 (3.6%)
Tom Rini 1 (3.6%)
Chris Packham1 (3.6%)
...

Top changeset contributors by employer
(Unknown)  568 (27.5%)
Google, Inc.   376 (18.2%)
DENX Software Engineering  354 (17.1%)
Freescale  303 (14.6%)
Red Hat 92 (4.4%)
NVidia  75 (3.6%)
Texas Instruments   69 (3.3%)
Xilinx  50 (2.4%)
CompuLab32 (1.5%)
Konsulko Group  29 (1.4%)
...

Top lines changed by employer
Google, Inc.  68254 (27.8%)
(Unknown) 67079 (27.3%)
DENX Software Engineering 53855 (21.9%)
Freescale 26609 (10.8%)
NVidia7344 (3.0%)
Konsulko Group7237 (2.9%)
Red Hat   

Re: [U-Boot] [ANN] U-Boot v2015.10 released

2015-10-20 Thread Tom Rini
On Tue, Oct 20, 2015 at 09:44:12PM +0200, Wolfgang Denk wrote:
> Dear Tom,
> 
> In message <20151020153139.GK23893@bill-the-cat> you wrote:
> > 
> > > It appears you did not push the tag, though?
> > 
> > Oops, fixed.
> 
> OK, and here are the release statistics; for the full version please
> see  http://www.denx.de/wiki/U-Boot/UbootStat_2015_10
[snip]
> Developers with the most reviews (total 557)
> York Sun   120 (21.5%)
> Bin Meng   105 (18.9%)
> Tom Rini84 (15.1%)
> Simon Glass 82 (14.7%)
> Jagan Teki  34 (6.1%)
> Heiko Schocher  32 (5.7%)
> Stefano Babic   17 (3.1%)
> Linus Walleij   11 (2.0%)
> Marek Vasut 10 (1.8%)
> Joe Hershberger  9 (1.6%)
> ...
> 
> Developers with the most test credits (total 136)
> Bin Meng21 (15.4%)
> Simon Glass 20 (14.7%)
> Przemyslaw Marczak  13 (9.6%)
> Łukasz Majewski11 (8.1%)
> Stephen Warren   8 (5.9%)
> Marcel Ziswiler  7 (5.1%)
> Sylvain Lemieux  6 (4.4%)
> Fabio Estevam5 (3.7%)
> Stefan Roese 4 (2.9%)
> Andrew Bradford  4 (2.9%)
> ...
> 
> Developers who gave the most tested-by credits (total 136)
> Simon Glass 24 (17.6%)
> Bin Meng16 (11.8%)
> Stephen Warren   7 (5.1%)
> Vladimir Zapolskiy   6 (4.4%)
> Tim Harvey   6 (4.4%)
> Peng Fan 6 (4.4%)
> Alexander Stein  6 (4.4%)
> Paul Kocialkowski5 (3.7%)
> Tom Rini 4 (2.9%)
> Chris Packham4 (2.9%)

I'm very happy to see that these numbers have been growing over time.
It's important that we review eachothers code (and test it when
possible) and report that back.  It's also an "easy" way to start
getting involved in the community.  So thanks a lot to everyone that's
been doing this, especially the people that didn't quite make top 10!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [ANN] U-Boot v2015.10 released

2015-10-20 Thread Wolfgang Denk
Dear Igor,

In message <56266969.9070...@compulab.co.il> you wrote:
>
> >> It appears you did not push the tag, though?
> > 
> > Oops, fixed.
> 
> I've just pulled and nope, not there...

Should be fixed.  Please try again.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de
Every little picofarad has a nanohenry all its own.  - Don Vonada
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [ANN] U-Boot v2015.10 released

2015-10-20 Thread Wolfgang Denk
Dear Tom,

In message <20151020195044.GG23893@bill-the-cat> you wrote:
> 
> I'm very happy to see that these numbers have been growing over time.
> It's important that we review eachothers code (and test it when
> possible) and report that back.  It's also an "easy" way to start
> getting involved in the community.  So thanks a lot to everyone that's
> been doing this, especially the people that didn't quite make top 10!

Full ACK here - and keep in mind that _everybody_ should be listed on
the web page (and please feel free to contactme if you find yourself
missing there).

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de
Some programming languages manage to  absorb  change,  but  withstand
progress.  -- Epigrams in Programming, ACM SIGPLAN Sept. 1982
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [ANN] U-Boot v2015.10 released

2015-10-20 Thread Masahiro Yamada
Hi Wolfgang,


> Top changeset contributors by employer
> (Unknown)  568 (27.5%)
> Google, Inc.   376 (18.2%)
> DENX Software Engineering  354 (17.1%)
> Freescale  303 (14.6%)
> Red Hat 92 (4.4%)
> NVidia  75 (3.6%)
> Texas Instruments   69 (3.3%)
> Xilinx  50 (2.4%)
> CompuLab32 (1.5%)
> Konsulko Group  29 (1.4%)


I also see

Google6 0.3%


Why are "Google, Inc." and "Google" double-counted?


>
> Top lines changed by employer
> Google, Inc.  68254 (27.8%)
> (Unknown) 67079 (27.3%)

My employer is  Socionext Inc.





> Employers with the most signoffs (total 328)
> Freescale   85 (25.9%)
> NVidia  76 (23.2%)
> (Unknown)   40 (12.2%)
> Red Hat 25 (7.6%)
> Google, Inc.22 (6.7%)
> Xilinx  20 (6.1%)
> Konsulko Group  14 (4.3%)
> Samsung 10 (3.0%)
> Texas Instruments7 (2.1%)
> Broadcom 5 (1.5%)

Nobuhiro Iwamatsu4 1.2%



Nobuhiro is not an independent developer.
He works for Hitach.






-- 
Best Regards
Masahiro Yamada
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [ANN] U-Boot v2015.10 released

2015-10-20 Thread Wolfgang Denk
Dear Masahiro,

In message  
you wrote:
> 
> > Top changeset contributors by employer
> > (Unknown)  568 (27.5%)
> > Google, Inc.   376 (18.2%)
> > DENX Software Engineering  354 (17.1%)
> > Freescale  303 (14.6%)
> > Red Hat 92 (4.4%)
> > NVidia  75 (3.6%)
> > Texas Instruments   69 (3.3%)
> > Xilinx  50 (2.4%)
> > CompuLab32 (1.5%)
> > Konsulko Group  29 (1.4%)
> 
> 
> I also see
> 
> Google6 0.3%
> 
> Why are "Google, Inc." and "Google" double-counted?

Data base inconsistency.  The sample configuration of gitdm maps both
"android.com" and "google.com" to "Google", while entries made by me
(say, for "chromium.org") used "Google, Inc." Fixed now.  Thanks a lot
for pointing out.

> > Top lines changed by employer
> > Google, Inc.  68254 (27.8%)
> > (Unknown) 67079 (27.3%)
> 
> My employer is  Socionext Inc.

Thanks, added.

> > Employers with the most signoffs (total 328)
...
> Nobuhiro Iwamatsu4 1.2%
> 
> Nobuhiro is not an independent developer.
> He works for Hitach.

Nobuhiro, can you please confirm that your work should be attributed
to Hitachi?


Here the updated release stats so far:


Processed 2069 csets from 182 developers
30 employers found
A total of 180893 lines added, 90724 removed (delta 90169)

Developers with the most changesets
Simon Glass376 (18.2%)
Marek Vasut263 (12.7%)
Bin Meng   157 (7.6%)
Masahiro Yamada117 (5.7%)
Hans de Goede   92 (4.4%)
Peng Fan81 (3.9%)
Stefan Roese60 (2.9%)
Paul Kocialkowski   42 (2.0%)
Stephen Warren  39 (1.9%)
Fabio Estevam   38 (1.8%)
...

Developers with the most changed lines
Simon Glass   68254 (27.8%)
Stefan Roese  30346 (12.4%)
Masahiro Yamada   23310 (9.5%)
Marek Vasut   19480 (7.9%)
Bin Meng  14028 (5.7%)
Adrian Alonso 10199 (4.2%)
Dinh Nguyen   7920 (3.2%)
Tom Rini  7247 (3.0%)
Peng Fan  5138 (2.1%)
Tom Warren4975 (2.0%)
...

Developers with the most lines removed
Masahiro Yamada   8811 (9.7%)
Simon Glass   8130 (9.0%)
Kun-Hua Huang 2054 (2.3%)
Ulf Magnusson  346 (0.4%)
Josh Wu 70 (0.1%)
Peter Robinson  64 (0.1%)
Alexander Stein 26 (0.0%)
Adam Ford   20 (0.0%)
Andrew Ruder15 (0.0%)
Shaohui Xie 13 (0.0%)
...

Developers with the most signoffs (total 328)
Tom Warren  65 (19.8%)
Hans de Goede   24 (7.3%)
Simon Glass 22 (6.7%)
Ye.Li   17 (5.2%)
Prabhakar Kushwaha  16 (4.9%)
Michal Simek14 (4.3%)
Tom Rini13 (4.0%)
Peng Fan11 (3.4%)
Stephen Warren  10 (3.0%)
Minkyu Kang  8 (2.4%)
...

Developers with the most reviews (total 557)
York Sun   120 (21.5%)
Bin Meng   105 (18.9%)
Tom Rini84 (15.1%)
Simon Glass 82 (14.7%)
Jagan Teki  34 (6.1%)
Heiko Schocher  32 (5.7%)
Stefano Babic   17 (3.1%)
Linus Walleij   11 (2.0%)
Marek Vasut 10 (1.8%)
Joe Hershberger  9 (1.6%)
...

Developers with the most test credits (total 136)
Bin Meng21 (15.4%)
Simon Glass 20 (14.7%)
Przemyslaw Marczak  13 (9.6%)
Łukasz Majewski11 (8.1%)
Stephen Warren   8 (5.9%)
Marcel Ziswiler  7 (5.1%)
Sylvain Lemieux  6 (4.4%)
Fabio Estevam5 (3.7%)
Stefan Roese 4 (2.9%)
Andrew Bradford  4 (2.9%)
...

Developers who gave the most tested-by credits (total 136)
Simon Glass 24 (17.6%)
Bin Meng16 (11.8%)
Stephen Warren   7 (5.1%)
Vladimir Zapolskiy   6 (4.4%)
Tim Harvey   6 (4.4%)
Peng Fan 6 (4.4%)
Alexander Stein  6 (4.4%)
Paul Kocialkowski5 (3.7%)
Tom Rini 4 (2.9%)
Chris Packham4 (2.9%)
...

Developers with the most report credits (total 28)
Yan Liu  3 (10.7%)
Thierry Reding   2 (7.1%)
Nishanth Menon   2 (7.1%)
Simon Glass  1 (3.6%)
Stephen Warren   1 (3.6%)
Tim Harvey   1 (3.6%)
Paul Kocialkowski1 (3.6%)
Przemyslaw Marczak   1 (3.6%)
Stefan Agner 1 (3.6%)
Andrew Bradford  1 (3.6%)
...

Developers who gave the 

[U-Boot] [ANN] U-Boot v2015.10 released

2015-10-19 Thread Tom Rini
Hey all,

I've pushed v2015.10 out to the repository and tarballs should exist
soon.

Once again, a lot of good things all around.  One good thing and bad
thing is that we've followed through on the warning about removing
non-CONFIG_SYS_GENERIC_BOARD platforms, especially for ARM and PowerPC.
Part of this involved a mis-step and the final patchset didn't have
everyone on Cc that it should have.  So if you have a platform that's
been removed and can build and run test it from time to time (we try and
keep on schedule for releases, and
http://www.denx.de/wiki/U-Boot/ReleaseCycle has the next year worth of
expected release dates) please step up.

We really are about to delete MAKEALL for the next release so please get
comfy with it.  All tha's missing (and will go in) is some option to
just say "use this toolchain for everything".

Finally, I would encourage custodians to follow-up with anything big I've
overlooked.

Thanks for the hard work everyone!  The merge window is now open and
will close on Saturday Nov 8th.

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [ANN] U-Boot v2015.10 released

2015-10-19 Thread Wolfgang Denk
Dear Tom,

In message <2015102800.GF23893@bill-the-cat> you wrote:
> 
> I've pushed v2015.10 out to the repository and tarballs should exist
> soon.

It appears you did not push the tag, though?


Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de
There are two ways of constructing a software design. One way  is  to
make  it  so  simple that there are obviously no deficiencies and the
other is to make it so complicated that there are  no  obvious  defi-
ciencies. - Charles Anthony Richard Hoare
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot