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 <[email protected]>
Cc: Jared McNeill <[email protected]>
Cc: Andrei Warkentin <[email protected]>
Cc: Samer El-Haj-Mahmoud <[email protected]>
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/21656
Group Owner: [email protected]
Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-