public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [ANN] U-Boot v2021.04 released
@ 2021-04-05 15:03 Tom Rini
  2021-04-05 16:34 ` Trevor Woerner
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Tom Rini @ 2021-04-05 15:03 UTC (permalink / raw)
  To: u-boot

Hey all,

It is release day and here is the v2021.04 release.  With this release
we are now at the first of our 2 years past a DM migration deadline.
This will be the last release for a number of boards that will be
removed shortly, so that we can be done with the migration and perform
some cleanups, etc, around that area of code.  There are more migration
deadlines for v2021.07.

Next up, I want to call out that there was some last minute reported
breakage of some specific cases around i.MX platforms and host USB.
Some of these issues are addressed by
https://patchwork.ozlabs.org/project/uboot/list/?series=237140&state=*
but that needs more testing (so please do if you can).

In terms of a changelog, 
git log --merges v2021.04-rc5..v2021.04
or
git log --merges v2021.01..v2021.04

The merge window is once again open and I plan to tag -rc1 on Monday,
April 26th, bi-weekly -rcs thereafter and final release on July 5th,
2021.

I am merging the next branch to master shortly and will send a separate
email when that is done.

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20210405/d0602810/attachment.sig>

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

* [ANN] U-Boot v2021.04 released
  2021-04-05 15:03 [ANN] U-Boot v2021.04 released Tom Rini
@ 2021-04-05 16:34 ` Trevor Woerner
  2021-04-05 16:37   ` Tom Rini
  2021-04-05 20:54 ` Tom Rini
  2021-04-13 13:17 ` Wolfgang Denk
  2 siblings, 1 reply; 6+ messages in thread
From: Trevor Woerner @ 2021-04-05 16:34 UTC (permalink / raw)
  To: u-boot

On Mon 2021-04-05 @ 11:03:58 AM, Tom Rini wrote:
> It is release day and here is the v2021.04 release.  With this release
> we are now at the first of our 2 years past a DM migration deadline.
> This will be the last release for a number of boards that will be
> removed shortly, so that we can be done with the migration and perform
> some cleanups, etc, around that area of code.  There are more migration
> deadlines for v2021.07.

The patches I sent to save the imx233 olimex devices from being scrapped
aren't in master. Is this expected?

https://patchwork.ozlabs.org/project/uboot/patch/20210322153129.23026-1-twoerner at gmail.com/
https://patchwork.ozlabs.org/project/uboot/patch/20210322153129.23026-2-twoerner at gmail.com/

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

* [ANN] U-Boot v2021.04 released
  2021-04-05 16:34 ` Trevor Woerner
@ 2021-04-05 16:37   ` Tom Rini
  2021-04-05 16:42     ` Trevor Woerner
  0 siblings, 1 reply; 6+ messages in thread
From: Tom Rini @ 2021-04-05 16:37 UTC (permalink / raw)
  To: u-boot

On Mon, Apr 05, 2021 at 12:34:42PM -0400, Trevor Woerner wrote:
> On Mon 2021-04-05 @ 11:03:58 AM, Tom Rini wrote:
> > It is release day and here is the v2021.04 release.  With this release
> > we are now at the first of our 2 years past a DM migration deadline.
> > This will be the last release for a number of boards that will be
> > removed shortly, so that we can be done with the migration and perform
> > some cleanups, etc, around that area of code.  There are more migration
> > deadlines for v2021.07.
> 
> The patches I sent to save the imx233 olimex devices from being scrapped
> aren't in master. Is this expected?
> 
> https://patchwork.ozlabs.org/project/uboot/patch/20210322153129.23026-1-twoerner at gmail.com/
> https://patchwork.ozlabs.org/project/uboot/patch/20210322153129.23026-2-twoerner at gmail.com/

Yes.  One of my first steps for the next release is going to be to grab
a bunch of migration patches, and then drop platforms.

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20210405/7e45add7/attachment.sig>

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

* [ANN] U-Boot v2021.04 released
  2021-04-05 16:37   ` Tom Rini
@ 2021-04-05 16:42     ` Trevor Woerner
  0 siblings, 0 replies; 6+ messages in thread
From: Trevor Woerner @ 2021-04-05 16:42 UTC (permalink / raw)
  To: u-boot

On Mon, Apr 5, 2021 at 12:37 PM Tom Rini <trini@konsulko.com> wrote:
> On Mon, Apr 05, 2021 at 12:34:42PM -0400, Trevor Woerner wrote:
> > On Mon 2021-04-05 @ 11:03:58 AM, Tom Rini wrote:
> > > It is release day and here is the v2021.04 release.  With this release
> > > we are now at the first of our 2 years past a DM migration deadline.
> > > This will be the last release for a number of boards that will be
> > > removed shortly, so that we can be done with the migration and perform
> > > some cleanups, etc, around that area of code.  There are more migration
> > > deadlines for v2021.07.
> >
> > The patches I sent to save the imx233 olimex devices from being scrapped
> > aren't in master. Is this expected?
> >
> > https://patchwork.ozlabs.org/project/uboot/patch/20210322153129.23026-1-twoerner at gmail.com/
> > https://patchwork.ozlabs.org/project/uboot/patch/20210322153129.23026-2-twoerner at gmail.com/
>
> Yes.  One of my first steps for the next release is going to be to grab
> a bunch of migration patches, and then drop platforms.

Excellent, thank you.

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

* [ANN] U-Boot v2021.04 released
  2021-04-05 15:03 [ANN] U-Boot v2021.04 released Tom Rini
  2021-04-05 16:34 ` Trevor Woerner
@ 2021-04-05 20:54 ` Tom Rini
  2021-04-13 13:17 ` Wolfgang Denk
  2 siblings, 0 replies; 6+ messages in thread
From: Tom Rini @ 2021-04-05 20:54 UTC (permalink / raw)
  To: u-boot

On Mon, Apr 05, 2021 at 11:03:58AM -0400, Tom Rini wrote:

> Hey all,
> 
> It is release day and here is the v2021.04 release.  With this release
> we are now at the first of our 2 years past a DM migration deadline.
> This will be the last release for a number of boards that will be
> removed shortly, so that we can be done with the migration and perform
> some cleanups, etc, around that area of code.  There are more migration
> deadlines for v2021.07.
> 
> Next up, I want to call out that there was some last minute reported
> breakage of some specific cases around i.MX platforms and host USB.
> Some of these issues are addressed by
> https://patchwork.ozlabs.org/project/uboot/list/?series=237140&state=*
> but that needs more testing (so please do if you can).
> 
> In terms of a changelog, 
> git log --merges v2021.04-rc5..v2021.04
> or
> git log --merges v2021.01..v2021.04
> 
> The merge window is once again open and I plan to tag -rc1 on Monday,
> April 26th, bi-weekly -rcs thereafter and final release on July 5th,
> 2021.
> 
> I am merging the next branch to master shortly and will send a separate
> email when that is done.

I've merged next to master now.

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20210405/7e3a0699/attachment.sig>

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

* [ANN] U-Boot v2021.04 released
  2021-04-05 15:03 [ANN] U-Boot v2021.04 released Tom Rini
  2021-04-05 16:34 ` Trevor Woerner
  2021-04-05 20:54 ` Tom Rini
@ 2021-04-13 13:17 ` Wolfgang Denk
  2 siblings, 0 replies; 6+ messages in thread
From: Wolfgang Denk @ 2021-04-13 13:17 UTC (permalink / raw)
  To: u-boot

Dear Tom,

In message <20210405150358.GW1310@bill-the-cat> you wrote:
> 
> It is release day and here is the v2021.04 release.  With this release
> we are now at the first of our 2 years past a DM migration deadline.
> This will be the last release for a number of boards that will be
> removed shortly, so that we can be done with the migration and perform
> some cleanups, etc, around that area of code.  There are more migration
> deadlines for v2021.07.

Here is (again with some delay, sorry for that) the release stats;
see also [1]

[1] http://www.denx.de/wiki/U-Boot/UbootStat_2021_04

Changes sincw v2021.01:

* Processed 1675 csets from 194 developers
* 27 employers found
* A total of 117874 lines added, 48394 removed (delta 69480)

Developers with the most changesets
Simon Glass                285 (17.0%)
Heinrich Schuchardt        203 (12.1%)
Patrick Delaunay            85 (5.1%)
Bin Meng                    59 (3.5%)
Pali Roh?r                 41 (2.4%)
Tom Rini                    40 (2.4%)
Dario Binacchi              39 (2.3%)
Biwen Li                    34 (2.0%)
Claudiu Beznea              27 (1.6%)
Marek Vasut                 26 (1.6%)
...

Developers with the most changed lines
Tom Rini                  19605 (13.8%)
Simon Glass               17340 (12.2%)
Heinrich Schuchardt       10305 (7.3%)
Adam Ford                 6826 (4.8%)
Dario Binacchi            6048 (4.3%)
Tim Harvey                5842 (4.1%)
Weijie Gao                4501 (3.2%)
Lokesh Vutla              4408 (3.1%)
Jernej Skrabec            4219 (3.0%)
Fabio Estevam             4137 (2.9%)
...

Developers with the most lines removed
Tom Rini                  19221 (39.7%)
Pali Roh?r                387 (0.8%)
Jaehoon Chung              184 (0.4%)
Alice Guo                   67 (0.1%)
Roman Kovalivskyi           51 (0.1%)
Nicolas Ferre               46 (0.1%)
Marc Ferland                43 (0.1%)
Priyanka Jain               43 (0.1%)
Stephen Carlson             42 (0.1%)
Brandon Maier               25 (0.1%)
...

Developers with the most signoffs (total 245)
Andre Przywara              28 (11.4%)
Peng Fan                    27 (11.0%)
Neil Armstrong              26 (10.6%)
Aswath Govindraju           20 (8.2%)
Michal Simek                18 (7.3%)
Matthias Brugger            17 (6.9%)
Marek Beh?n                12 (4.9%)
Priyanka Jain                8 (3.3%)
Siew Chin Lim                7 (2.9%)
Bin Meng                     6 (2.4%)
...

Developers with the most reviews (total 879)
Simon Glass                241 (27.4%)
Priyanka Jain              117 (13.3%)
Patrice Chotard             64 (7.3%)
Stefan Roese                61 (6.9%)
Bin Meng                    54 (6.1%)
Jaehoon Chung               37 (4.2%)
Andre Przywara              25 (2.8%)
Peng Fan                    18 (2.0%)
Patrick Delaunay            17 (1.9%)
Lukasz Majewski             17 (1.9%)
...

Developers with the most test credits (total 83)
Chris Packham               20 (24.1%)
Peter Robinson              17 (20.5%)
Jaehoon Chung                5 (6.0%)
faqiang.zhu                  5 (6.0%)
Bin Meng                     4 (4.8%)
Jernej Skrabec               4 (4.8%)
Andre Przywara               2 (2.4%)
Samuel Holland               2 (2.4%)
Wasim Khan                   2 (2.4%)
Patrice Chotard              1 (1.2%)
...

Developers who gave the most tested-by credits (total 83)
Nicolas Saenz Julienne      13 (15.7%)
Andre Przywara               9 (10.8%)
Marek Beh?n                 7 (8.4%)
Moti Buskila                 7 (8.4%)
Marek Szyprowski             5 (6.0%)
Li Jun                       5 (6.0%)
Padmarao Begari              4 (4.8%)
Matthias Brugger             3 (3.6%)
Jernej Skrabec               2 (2.4%)
Heinrich Schuchardt          2 (2.4%)
...

Developers with the most report credits (total 50)
Bruce Monroe                 7 (14.0%)
Arie Haenel                  7 (14.0%)
Julien Lenoir                7 (14.0%)
Heinrich Schuchardt          6 (12.0%)
Kever Yang                   3 (6.0%)
Peter Robinson               2 (4.0%)
Bin Meng                     2 (4.0%)
Simon Glass                  2 (4.0%)
Nicolas Saenz Julienne       1 (2.0%)
Atish Patra                  1 (2.0%)
...

Developers who gave the most report credits (total 50)
Simon Glass                 28 (56.0%)
Heinrich Schuchardt          6 (12.0%)
Tom Rini                     3 (6.0%)
Fabio Estevam                2 (4.0%)
Ovidiu Panait                2 (4.0%)
Andre Przywara               1 (2.0%)
Ramon Fried                  1 (2.0%)
Andy Shevchenko              1 (2.0%)
Ilias Apalodimas             1 (2.0%)
Baruch Siach                 1 (2.0%)
...

Top changeset contributors by employer
(Unknown)                  726 (43.3%)
Google, Inc.               285 (17.0%)
NXP                        124 (7.4%)
ST Microelectronics        103 (6.1%)
Intel                       57 (3.4%)
Samsung                     45 (2.7%)
Linaro                      43 (2.6%)
Konsulko Group              40 (2.4%)
Texas Instruments           39 (2.3%)
Wind River                  38 (2.3%)
...

Top lines changed by employer
(Unknown)                 65153 (46.0%)
Konsulko Group            19605 (13.8%)
Google, Inc.              17340 (12.2%)
NXP                       7103 (5.0%)
Texas Instruments         5418 (3.8%)
Linaro                    5391 (3.8%)
BayLibre SAS              4113 (2.9%)
DENX Software Engineering 3728 (2.6%)
Phytec                    2827 (2.0%)
Intel                     2286 (1.6%)
...

Employers with the most signoffs (total 245)
(Unknown)                   50 (20.4%)
NXP                         46 (18.8%)
ARM                         28 (11.4%)
BayLibre SAS                26 (10.6%)
Texas Instruments           21 (8.6%)
Xilinx                      18 (7.3%)
Novell                      17 (6.9%)
Intel                       10 (4.1%)
Samsung                     10 (4.1%)
ST Microelectronics          6 (2.4%)
...

Employers with the most hackers (total 196)
(Unknown)                  110 (56.1%)
NXP                         19 (9.7%)
Texas Instruments            7 (3.6%)
Xilinx                       6 (3.1%)
Intel                        5 (2.6%)
ST Microelectronics          5 (2.6%)
Samsung                      4 (2.0%)
Linaro                       4 (2.0%)
DENX Software Engineering    4 (2.0%)
Marvell                      4 (2.0%)
...


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: wd at denx.de
"A great many people think they are thinking when they are merely re-
arranging their prejudices."                          - William James

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

end of thread, other threads:[~2021-04-13 13:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-05 15:03 [ANN] U-Boot v2021.04 released Tom Rini
2021-04-05 16:34 ` Trevor Woerner
2021-04-05 16:37   ` Tom Rini
2021-04-05 16:42     ` Trevor Woerner
2021-04-05 20:54 ` Tom Rini
2021-04-13 13:17 ` Wolfgang Denk

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