* [GIT PULL] rpi: second round for v2020.10
@ 2020-09-09 8:13 Matthias Brugger
2020-09-09 14:20 ` Tom Rini
2020-09-09 19:20 ` Petr Tesarik
0 siblings, 2 replies; 4+ messages in thread
From: Matthias Brugger @ 2020-09-09 8:13 UTC (permalink / raw)
To: u-boot
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(-)
^ permalink raw reply [flat|nested] 4+ messages in thread* [GIT PULL] rpi: second round for v2020.10
2020-09-09 8:13 [GIT PULL] rpi: second round for v2020.10 Matthias Brugger
@ 2020-09-09 14:20 ` Tom Rini
2020-09-09 19:20 ` Petr Tesarik
1 sibling, 0 replies; 4+ messages in thread
From: Tom Rini @ 2020-09-09 14:20 UTC (permalink / raw)
To: u-boot
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!
--
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/20200909/bc61e4b7/attachment.sig>
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL] rpi: second round for v2020.10
2020-09-09 8:13 [GIT PULL] rpi: second round for v2020.10 Matthias Brugger
2020-09-09 14:20 ` Tom Rini
@ 2020-09-09 19:20 ` Petr Tesarik
2020-09-10 7:45 ` Matthias Brugger
1 sibling, 1 reply; 4+ messages in thread
From: Petr Tesarik @ 2020-09-09 19:20 UTC (permalink / raw)
To: u-boot
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(-)
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 488 bytes
Desc: Digit??ln?? podpis OpenPGP
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20200909/757f3b84/attachment.sig>
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL] rpi: second round for v2020.10
2020-09-09 19:20 ` Petr Tesarik
@ 2020-09-10 7:45 ` Matthias Brugger
0 siblings, 0 replies; 4+ messages in thread
From: Matthias Brugger @ 2020-09-10 7:45 UTC (permalink / raw)
To: u-boot
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(-)
>>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2020-09-10 7:45 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-09 8:13 [GIT PULL] rpi: second round for v2020.10 Matthias Brugger
2020-09-09 14:20 ` Tom Rini
2020-09-09 19:20 ` Petr Tesarik
2020-09-10 7:45 ` Matthias Brugger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox