[efi] Add HTTP header and GUID definitions

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2023-06-07 12:44:56 +01:00
parent bc75bbaf17
commit a64764d10f
4 changed files with 531 additions and 0 deletions

View File

@@ -119,6 +119,10 @@ static struct efi_well_known_guid efi_well_known_guids[] = {
"HiiConfigAccess" },
{ &efi_hii_font_protocol_guid,
"HiiFont" },
{ &efi_http_protocol_guid,
"Http" },
{ &efi_http_service_binding_protocol_guid,
"HttpSb" },
{ &efi_ip4_protocol_guid,
"Ip4" },
{ &efi_ip4_config_protocol_guid,