commit | 1d370317e06695b403b60bded161953796fe0e6c | [log] [tgz] |
---|---|---|
author | Adriano Cordova <adrianox@gmail.com> | Mon Mar 03 11:13:14 2025 -0300 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Mon Mar 10 07:01:37 2025 +0100 |
tree | 45e8354ed7d018dc371436b295f688eb807fdbbf | |
parent | 1d70b6821c5c886e328aedb5a04dd818d0bd962c [diff] |
efi_loader: efi_device_path: Pass net udevice as argument In preparation to support multiple EFI net objects, support constructing device paths using an ethernet device different than the default. Add a udevice argument to the device path generation, and keep the callsites with eth_get_dev() to preserve existing functionality. Signed-off-by: Adriano Cordova <adriano.cordova@canonical.com>