mbox series

[GIT,PULL] rpi: second round for v2020.10

Message ID ed8dbdb4-8cc9-6e0c-d90b-4f91647212b3@gmail.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [GIT,PULL] rpi: second round for v2020.10 | expand

Pull-request

https://gitlab.denx.de/u-boot/custodians/u-boot-raspberrypi.git/ tags/rpi-next-2020.10.2

Message

Matthias Brugger Sept. 9, 2020, 8:13 a.m. UTC
Hi Tom,

Please have a look at the second round of patches for the RPi. Two patches fixes 
the network driver of the RPi4 which didn't work reliable. Another patch enables 
USB keyboard for 32 bit RPi4.

Petr tested the network patches, but his mail with the Tested-by tag didn't come 
through. I added it anyway.

As always you can find the CI outcome here:
https://travis-ci.org/github/mbgg/u-boot/builds/725262009
https://gitlab.denx.de/u-boot/custodians/u-boot-raspberrypi/-/pipelines/4622

I ran the CI against the rpi-next branch and not the tag, but you can verify 
that this is basically the same commit id.

Thanks for having a look!
Regards,
Matthias

--

The following changes since commit 96d66a9b8ce11aae9f8bef5244b83b4740b37644:

   Prepare v2020.10-rc4 (2020-09-07 14:17:33 -0400)

are available in the Git repository at:

   https://gitlab.denx.de/u-boot/custodians/u-boot-raspberrypi.git/ 
tags/rpi-next-2020.10.2

for you to fetch changes up to 40877a1a949edf7066b3e4ed16101153624bb314:

   config: Enable USB Keyboard suuport on RPi4 32 bit (2020-09-08 16:45:01 +0200)

----------------------------------------------------------------
- fixes for bcmgenet
- enable USB keyboard for RPi4 32 bit

----------------------------------------------------------------
Jason Wessel (2):
       bcmgenet: fix DMA buffer management
       bcmgenet: Add support for rgmii-rxid

Matthias Brugger (1):
       config: Enable USB Keyboard suuport on RPi4 32 bit

  configs/rpi_4_32b_defconfig |  1 +
  drivers/net/bcmgenet.c      | 20 +++++++++++---------
  2 files changed, 12 insertions(+), 9 deletions(-)

Comments

Tom Rini Sept. 9, 2020, 2:20 p.m. UTC | #1
On Wed, Sep 09, 2020 at 10:13:50AM +0200, Matthias Brugger wrote:

> Hi Tom,
> 
> Please have a look at the second round of patches for the RPi. Two patches
> fixes the network driver of the RPi4 which didn't work reliable. Another
> patch enables USB keyboard for 32 bit RPi4.
> 
> Petr tested the network patches, but his mail with the Tested-by tag didn't
> come through. I added it anyway.
> 
> As always you can find the CI outcome here:
> https://travis-ci.org/github/mbgg/u-boot/builds/725262009
> https://gitlab.denx.de/u-boot/custodians/u-boot-raspberrypi/-/pipelines/4622
> 
> I ran the CI against the rpi-next branch and not the tag, but you can verify
> that this is basically the same commit id.
> 
> Thanks for having a look!
> Regards,
> Matthias
> 
> --
> 
> The following changes since commit 96d66a9b8ce11aae9f8bef5244b83b4740b37644:
> 
>   Prepare v2020.10-rc4 (2020-09-07 14:17:33 -0400)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-raspberrypi.git/
> tags/rpi-next-2020.10.2
> 
> for you to fetch changes up to 40877a1a949edf7066b3e4ed16101153624bb314:
> 
>   config: Enable USB Keyboard suuport on RPi4 32 bit (2020-09-08 16:45:01 +0200)
> 

Applied to u-boot/master, thanks!
Petr Tesarik Sept. 9, 2020, 7:20 p.m. UTC | #2
On Wed, 9 Sep 2020 10:13:50 +0200
Matthias Brugger <matthias.bgg@gmail.com> wrote:

> Hi Tom,
> 
> Please have a look at the second round of patches for the RPi. Two patches fixes 
> the network driver of the RPi4 which didn't work reliable. Another patch enables 
> USB keyboard for 32 bit RPi4.
> 
> Petr tested the network patches, but his mail with the Tested-by tag didn't come 
> through. I added it anyway.

What do you mean by "didn't come through"? I can see it in the mailing
list archive:

http://u-boot.10912.n7.nabble.com/PATCH-bcmgenet-fix-DMA-buffer-management-td419536.html#a424854

Did I send my answer to the wrong thread?

Petr T

> As always you can find the CI outcome here:
> https://travis-ci.org/github/mbgg/u-boot/builds/725262009
> https://gitlab.denx.de/u-boot/custodians/u-boot-raspberrypi/-/pipelines/4622
> 
> I ran the CI against the rpi-next branch and not the tag, but you can
> verify that this is basically the same commit id.
> 
> Thanks for having a look!
> Regards,
> Matthias
> 
> --
> 
> The following changes since commit
> 96d66a9b8ce11aae9f8bef5244b83b4740b37644:
> 
>    Prepare v2020.10-rc4 (2020-09-07 14:17:33 -0400)
> 
> are available in the Git repository at:
> 
>    https://gitlab.denx.de/u-boot/custodians/u-boot-raspberrypi.git/ 
> tags/rpi-next-2020.10.2
> 
> for you to fetch changes up to
> 40877a1a949edf7066b3e4ed16101153624bb314:
> 
>    config: Enable USB Keyboard suuport on RPi4 32 bit (2020-09-08
> 16:45:01 +0200)
> 
> ----------------------------------------------------------------
> - fixes for bcmgenet
> - enable USB keyboard for RPi4 32 bit
> 
> ----------------------------------------------------------------
> Jason Wessel (2):
>        bcmgenet: fix DMA buffer management
>        bcmgenet: Add support for rgmii-rxid
> 
> Matthias Brugger (1):
>        config: Enable USB Keyboard suuport on RPi4 32 bit
> 
>   configs/rpi_4_32b_defconfig |  1 +
>   drivers/net/bcmgenet.c      | 20 +++++++++++---------
>   2 files changed, 12 insertions(+), 9 deletions(-)
>
Matthias Brugger Sept. 10, 2020, 7:45 a.m. UTC | #3
On 09/09/2020 21:20, Petr Tesarik wrote:
> On Wed, 9 Sep 2020 10:13:50 +0200
> Matthias Brugger <matthias.bgg@gmail.com> wrote:
> 
>> Hi Tom,
>>
>> Please have a look at the second round of patches for the RPi. Two patches fixes
>> the network driver of the RPi4 which didn't work reliable. Another patch enables
>> USB keyboard for 32 bit RPi4.
>>
>> Petr tested the network patches, but his mail with the Tested-by tag didn't come
>> through. I added it anyway.
> 
> What do you mean by "didn't come through"? I can see it in the mailing
> list archive:
> 
> http://u-boot.10912.n7.nabble.com/PATCH-bcmgenet-fix-DMA-buffer-management-td419536.html#a424854
> 
> Did I send my answer to the wrong thread?

Ups, it seems I rely too much on my inbox instead of the filtered U-Boot list. 
In any case I exepcted the Tested-by for the two patches you mentioned in the 
thread.

Anyway  it's no big deal.

Regards,
Matthias

> 
> Petr T
> 
>> As always you can find the CI outcome here:
>> https://travis-ci.org/github/mbgg/u-boot/builds/725262009
>> https://gitlab.denx.de/u-boot/custodians/u-boot-raspberrypi/-/pipelines/4622
>>
>> I ran the CI against the rpi-next branch and not the tag, but you can
>> verify that this is basically the same commit id.
>>
>> Thanks for having a look!
>> Regards,
>> Matthias
>>
>> --
>>
>> The following changes since commit
>> 96d66a9b8ce11aae9f8bef5244b83b4740b37644:
>>
>>     Prepare v2020.10-rc4 (2020-09-07 14:17:33 -0400)
>>
>> are available in the Git repository at:
>>
>>     https://gitlab.denx.de/u-boot/custodians/u-boot-raspberrypi.git/
>> tags/rpi-next-2020.10.2
>>
>> for you to fetch changes up to
>> 40877a1a949edf7066b3e4ed16101153624bb314:
>>
>>     config: Enable USB Keyboard suuport on RPi4 32 bit (2020-09-08
>> 16:45:01 +0200)
>>
>> ----------------------------------------------------------------
>> - fixes for bcmgenet
>> - enable USB keyboard for RPi4 32 bit
>>
>> ----------------------------------------------------------------
>> Jason Wessel (2):
>>         bcmgenet: fix DMA buffer management
>>         bcmgenet: Add support for rgmii-rxid
>>
>> Matthias Brugger (1):
>>         config: Enable USB Keyboard suuport on RPi4 32 bit
>>
>>    configs/rpi_4_32b_defconfig |  1 +
>>    drivers/net/bcmgenet.c      | 20 +++++++++++---------
>>    2 files changed, 12 insertions(+), 9 deletions(-)
>>
>