Re: [PATCH 08/16] efi_driver: efi_net: UCLASS_ETH driver for EFI net devices

2025-04-14 Thread Heinrich Schuchardt
On 11.03.25 17:47, Adriano Cordova wrote: Ethernet driver that uses an underlying efi_simple_network_protocol to send packages. Signed-off-by: Adriano Cordova --- include/efi_loader.h| 12 +++ lib/efi_driver/efi_net_device.c | 159 2 files chang

[PATCH 08/16] efi_driver: efi_net: UCLASS_ETH driver for EFI net devices

2025-03-11 Thread Adriano Cordova
Ethernet driver that uses an underlying efi_simple_network_protocol to send packages. Signed-off-by: Adriano Cordova --- include/efi_loader.h| 12 +++ lib/efi_driver/efi_net_device.c | 159 2 files changed, 171 insertions(+) diff --git a/include/efi