[PATCH 1/9] lib/efi_loader: Move EFI network files into /lib/efi_loader/net/
Heinrich Schuchardt
xypron.glpk at gmx.de
Mon May 26 10:49:36 CEST 2025
On 16.05.25 10:18, Adriano Cordova wrote:
> Created/lib/efi_loader/net/ and moved efi_net.c, efi_http.c, and
> efi_ipconfig.c into it. Previously, efi_net.c contained implementations
> for all supported EFI network protocols, which made the file bloated
> and hard to maintain.
>
> Now, each protocol has its own file under net/. efi_net.c is responsible
> only for installing and uninstalling these protocols on EFI network
> devices.
>
> Signed-off-by: Adriano Cordova<adriano.cordova at canonical.com>
Acked-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
More information about the U-Boot
mailing list