[edk2-devel] [PATCH edk2-platforms v3 0/5] BCM genet fixes

Ard Biesheuvel posted 5 patches 3 years, 11 months ago
Failed in applying to current master (apply log)
There is a newer version of this series
.../Drivers/Net/BcmGenetDxe/BcmGenetDxe.inf   |   8 +
.../Drivers/Net/BcmGenetDxe/GenetUtil.h       |   8 +
.../Drivers/Net/BcmGenetDxe/DriverBinding.c   |  38 +-
.../Drivers/Net/BcmGenetDxe/GenetUtil.c       | 715 ++++++++++--------
.../Drivers/Net/BcmGenetDxe/SimpleNetwork.c   |  20 +-
5 files changed, 441 insertions(+), 348 deletions(-)
[edk2-devel] [PATCH edk2-platforms v3 0/5] BCM genet fixes
Posted by Ard Biesheuvel 3 years, 11 months ago
This fixes the multicast/broadcast/promisc handling, and switches to
ordinary page allocations for RX buffers. Patch #1 is cosmetic only.

Changes since v2:
- fix MDF filter handling (fixes issue reported by Samer)
- add patch to deal with ExitBootServices() so we don't leave the RX DMA
  ring running when we enter the OS

https://github.com/pftf/edk2-platforms/tree/rpi4_genet_v3_ardb

Cc: Pete Batard <pete@akeo.ie>
Cc: Jared McNeill <jmcneill@invisible.ca>
Cc: Andrei Warkentin <awarkentin@vmware.com>
Cc: Samer El-Haj-Mahmoud <Samer.El-Haj-Mahmoud@arm.com>

Ard Biesheuvel (5):
  Silicon/Broadcom/BcmGenetDxe: whitespace/cosmetic cleanup
  Silicon/Broadcom/BcmGenetDxe: add support for broadcast filtering
  Silicon/Broadcom/BcmGenetDxe: fix multicast/broadcast handling
  Silicon/Broadcom/BcmGenetDxe: avoid uncached memory for streaming DMA
  Silicon/Broadcom/BcmGenetDxe: shut down devices on ExitBootServices()

 .../Drivers/Net/BcmGenetDxe/BcmGenetDxe.inf   |   8 +
 .../Drivers/Net/BcmGenetDxe/GenetUtil.h       |   8 +
 .../Drivers/Net/BcmGenetDxe/DriverBinding.c   |  38 +-
 .../Drivers/Net/BcmGenetDxe/GenetUtil.c       | 715 ++++++++++--------
 .../Drivers/Net/BcmGenetDxe/SimpleNetwork.c   |  20 +-
 5 files changed, 441 insertions(+), 348 deletions(-)

-- 
2.17.1


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#59050): https://edk2.groups.io/g/devel/message/59050
Mute This Topic: https://groups.io/mt/74130972/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-

Re: [edk2-devel] [PATCH edk2-platforms v3 0/5] BCM genet fixes
Posted by Ard Biesheuvel 3 years, 11 months ago
On 5/11/20 9:06 AM, Ard Biesheuvel wrote:
> This fixes the multicast/broadcast/promisc handling, and switches to
> ordinary page allocations for RX buffers. Patch #1 is cosmetic only.
> 
> Changes since v2:
> - fix MDF filter handling (fixes issue reported by Samer)
> - add patch to deal with ExitBootServices() so we don't leave the RX DMA
>    ring running when we enter the OS
> 
> https://github.com/pftf/edk2-platforms/tree/rpi4_genet_v3_ardb
> 

Apologies for the spam - I ran into another DMA issue with the original 
contribution, I'll have a v4 out today.


> Cc: Pete Batard <pete@akeo.ie>
> Cc: Jared McNeill <jmcneill@invisible.ca>
> Cc: Andrei Warkentin <awarkentin@vmware.com>
> Cc: Samer El-Haj-Mahmoud <Samer.El-Haj-Mahmoud@arm.com>
> 
> Ard Biesheuvel (5):
>    Silicon/Broadcom/BcmGenetDxe: whitespace/cosmetic cleanup
>    Silicon/Broadcom/BcmGenetDxe: add support for broadcast filtering
>    Silicon/Broadcom/BcmGenetDxe: fix multicast/broadcast handling
>    Silicon/Broadcom/BcmGenetDxe: avoid uncached memory for streaming DMA
>    Silicon/Broadcom/BcmGenetDxe: shut down devices on ExitBootServices()
> 
>   .../Drivers/Net/BcmGenetDxe/BcmGenetDxe.inf   |   8 +
>   .../Drivers/Net/BcmGenetDxe/GenetUtil.h       |   8 +
>   .../Drivers/Net/BcmGenetDxe/DriverBinding.c   |  38 +-
>   .../Drivers/Net/BcmGenetDxe/GenetUtil.c       | 715 ++++++++++--------
>   .../Drivers/Net/BcmGenetDxe/SimpleNetwork.c   |  20 +-
>   5 files changed, 441 insertions(+), 348 deletions(-)
> 


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#59057): https://edk2.groups.io/g/devel/message/59057
Mute This Topic: https://groups.io/mt/74130972/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-