mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-15 17:34:43 +00:00
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:
parent
238e0269d8
commit
6df3af4f7c
1 changed files with 14 additions and 0 deletions
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",
|
||||
|
|
Loading…
Add table
Reference in a new issue