commit | 9debc90d2bc6dff121b187a47c4382b2e3ed942c | [log] [tgz] |
---|---|---|
author | Adriano Cordova <adrianox@gmail.com> | Wed Dec 04 00:05:25 2024 -0300 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Wed Dec 04 12:24:38 2024 +0100 |
tree | c93b3ba63d415c36087dd3a434999386b06fc115 | |
parent | 0d1f5090701ca4c5ffac121cba2afe27512e4903 [diff] |
efi_loader: efi_net: add EFI_IP4_CONFIG2_PROTOCOL Add an implementation of the EFI_IP4_CONFIG2_PROTOCOL. The protocol is attached to the handle of the efi network device. This is the same handle where snp and pxe are attached to. Signed-off-by: Adriano Cordova <adrianox@gmail.com>