[edk2-devel] [PATCH edk2-platforms v2 0/4] BCM genet fixes

Ard Biesheuvel posted 4 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   |   4 +
.../Drivers/Net/BcmGenetDxe/GenetUtil.h       |   7 +
.../Drivers/Net/BcmGenetDxe/DriverBinding.c   |   7 +-
.../Drivers/Net/BcmGenetDxe/GenetUtil.c       | 706 +++++++++---------
.../Drivers/Net/BcmGenetDxe/SimpleNetwork.c   |  20 +-
5 files changed, 396 insertions(+), 348 deletions(-)
[edk2-devel] [PATCH edk2-platforms v2 0/4] 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.

https://github.com/pftf/edk2-platforms/tree/rpi4_genet_v2_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>

NOTE: build tested only.

Ard Biesheuvel (4):
  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

 .../Drivers/Net/BcmGenetDxe/BcmGenetDxe.inf   |   4 +
 .../Drivers/Net/BcmGenetDxe/GenetUtil.h       |   7 +
 .../Drivers/Net/BcmGenetDxe/DriverBinding.c   |   7 +-
 .../Drivers/Net/BcmGenetDxe/GenetUtil.c       | 706 +++++++++---------
 .../Drivers/Net/BcmGenetDxe/SimpleNetwork.c   |  20 +-
 5 files changed, 396 insertions(+), 348 deletions(-)

-- 
2.17.1


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

View/Reply Online (#58981): https://edk2.groups.io/g/devel/message/58981
Mute This Topic: https://groups.io/mt/74112944/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 v2 0/4] BCM genet fixes
Posted by Ard Biesheuvel 3 years, 11 months ago
On 5/10/20 12:42 PM, Ard Biesheuvel wrote:
> This fixes the multicast/broadcast/promisc handling, and switches to
> ordinary page allocations for RX buffers. Patch #1 is cosmetic only.
> 
> https://github.com/pftf/edk2-platforms/tree/rpi4_genet_v2_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>
> 
> NOTE: build tested only.
> 

Samer is reporting that this breaks HTTP boot. I will have a look into 
this tomorrow.


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

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