commit | 54674693a05844cce946e58302a25871b95404ca | [log] [tgz] |
---|---|---|
author | Adriano Cordova <adrianox@gmail.com> | Mon Mar 03 11:13:15 2025 -0300 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Mon Mar 10 07:02:25 2025 +0100 |
tree | 79b30055698d990e71123b301f371eb67668164a | |
parent | 1d370317e06695b403b60bded161953796fe0e6c [diff] |
efi_loader: efi_net: Add device path cache In preparation to support mutiple efi net udevices. Add a device path cache to support device paths from multiple ethernet udevices. The device paths can be added to the cache before EFI gets initialized and the protocols get installed. Signed-off-by: Adriano Cordova <adriano.cordova@canonical.com>