Re: [PATCH v3 12/15] efi_loader: efi_net: add EFI_HTTP_PROTOCOL

2024-11-12 Thread Heinrich Schuchardt
On 11.11.24 22:09, Adriano Cordova wrote: Add an EFI HTTP driver. This commit implements the EFI_HTTP_PROTOCOL and the EFI_HTTP_SERVICE_BINDING_PROTOCOL. The latter is attached to the handle of th efi network device. This is the same handle where snp, pxe, and ipconfig are attached to. Signed-of

[PATCH v3 12/15] efi_loader: efi_net: add EFI_HTTP_PROTOCOL

2024-11-11 Thread Adriano Cordova
Add an EFI HTTP driver. This commit implements the EFI_HTTP_PROTOCOL and the EFI_HTTP_SERVICE_BINDING_PROTOCOL. The latter is attached to the handle of th efi network device. This is the same handle where snp, pxe, and ipconfig are attached to. Signed-off-by: Adriano Cordova --- - Add documentat