commit | 28d6777fe33a4eb229df579be99c73f93c6a8547 | [log] [tgz] |
---|---|---|
author | Adriano Cordova <adrianox@gmail.com> | Mon Mar 03 11:13:17 2025 -0300 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Mon Mar 10 07:40:17 2025 +0100 |
tree | 7c8888cbef2ef701fd10a821c257c7424ea94b80 | |
parent | 62e20fb0f3c3956cd10676e0f20e3b3779ac69d6 [diff] |
efi_loader: efi_net: Add support for multiple efi_net_obj Add support for multiple efi_net_obj structs in efi_net.c. This comes in preparation for an EFI network driver supporting multiple network interfaces. For now the EFI network stack still registers a single ethernet udevice as an EFI network device even if multiple are present, namely the one that was the current device at the moment of EFI initialization. Signed-off-by: Adriano Cordova <adriano.cordova@canonical.com>