lib: uuid: display HTTP and IPV4 Config II protocols
Add long texts for * EFI HTTP Protocol * EFI HTTP Service Binding Protocol * EFI IPv4 Configuration II Protocol to the uuid library. Signed-off-by: Adriano Cordova <adrianox@gmail.com> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
This commit is contained in:
14
lib/uuid.c
14
lib/uuid.c
@@ -175,6 +175,20 @@ static const struct {
|
||||
"Firmware Management",
|
||||
EFI_FIRMWARE_MANAGEMENT_PROTOCOL_GUID
|
||||
},
|
||||
#if IS_ENABLED(CONFIG_EFI_HTTP_PROTOCOL)
|
||||
{
|
||||
"HTTP",
|
||||
EFI_HTTP_PROTOCOL_GUID,
|
||||
},
|
||||
{
|
||||
"HTTP Service Binding",
|
||||
EFI_HTTP_SERVICE_BINDING_PROTOCOL_GUID,
|
||||
},
|
||||
{
|
||||
"IPv4 Config2",
|
||||
EFI_IP4_CONFIG2_PROTOCOL_GUID,
|
||||
},
|
||||
#endif
|
||||
/* Configuration table GUIDs */
|
||||
{
|
||||
"ACPI table",
|
||||
|
Reference in New Issue
Block a user