]> Git Repo - J-u-boot.git/commitdiff
lib: uuid: display HTTP and IPV4 Config II protocols
authorHeinrich Schuchardt <[email protected]>
Wed, 4 Dec 2024 03:05:27 +0000 (00:05 -0300)
committerHeinrich Schuchardt <[email protected]>
Wed, 4 Dec 2024 11:24:38 +0000 (12:24 +0100)
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 <[email protected]>
Reviewed-by: Ilias Apalodimas <[email protected]>
Signed-off-by: Heinrich Schuchardt <[email protected]>
lib/uuid.c

index 538a1ba6aa8e2991bf57042888b10bfea7dc715e..97388f597a67c394eb1c0c75ca0f6770fd4d7671 100644 (file)
@@ -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",
This page took 0.032588 seconds and 4 git commands to generate.