efi_loader: efi_net: add EFI_IP4_CONFIG2_PROTOCOL
authorAdriano Cordova <adrianox@gmail.com>
Wed, 4 Dec 2024 03:05:25 +0000 (00:05 -0300)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Wed, 4 Dec 2024 11:24:38 +0000 (12:24 +0100)
commit929363cbb35ef9943f9c02938dc23d2c78582c5f
treec93b3ba63d415c36087dd3a434999386b06fc115
parent5a5c5bf40a0ea479426ad3f5c0cbc5afa675786f
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>
include/efi_loader.h
lib/efi_loader/Kconfig
lib/efi_loader/Makefile
lib/efi_loader/efi_ipconfig.c [new file with mode: 0644]
lib/efi_loader/efi_net.c