* [edk2-devel] [PATCH] edk2-test: uefi-sct: Correct the AIP GUID gEfiAdapterInfoUndiIPv6SupportGuid to the correct definition. [not found] ` <CAB2TNrA9SC7R-9vkxHqpCTFrOzmxXWHkQ2h+rgeg1jm5PVesCw@mail.gmail.com> @ 2025-04-07 15:00 ` Archie via groups.io 0 siblings, 0 replies; only message in thread From: Archie via groups.io @ 2025-04-07 15:00 UTC (permalink / raw) To: devel [-- Attachment #1: Type: text/plain, Size: 1886 bytes --] The test 5.5.11.1.2 consistently fails when using the AIP SupportType gEfiAdapterInfoNetworkBootGuid. The issue occurs because gEfiAdapterInfoUndiIPv6SupportGuid was assigned to the wrong GUID. Correct the gEfiAdapterInfoUndiIPv6SupportGuid assignment to EFI_ADAPTER_INFO_UNDI_IPV6_SUPPORT_GUID to fix this bug. REF: https://github.com/Archi1986/edk2-test/tree/uefi_sct_Adapter_Correct_UNDI_IPV6_GUID <https://github.com/amrathesh/edk2-test/tree/tcg-upd> --- .../TestCase/UEFI/IHV/Protocol/AdapterInfo/BlackBoxTest/Guid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uefi-sct/SctPkg/TestCase/UEFI/IHV/Protocol/AdapterInfo/BlackBoxTest/Guid.c b/uefi-sct/SctPkg/TestCase/UEFI/IHV/Protocol/AdapterInfo/BlackBoxTest/Guid.c index b58e8aca..8dcd2da7 100644 --- a/uefi-sct/SctPkg/TestCase/UEFI/IHV/Protocol/AdapterInfo/BlackBoxTest/Guid.c +++ b/uefi-sct/SctPkg/TestCase/UEFI/IHV/Protocol/AdapterInfo/BlackBoxTest/Guid.c @@ -61,7 +61,7 @@ EFI_GUID gEfiAdapterInfoSanMacAddressGuid = EFI_ADAPTER_INFO_SAN_MAC_A EFI_GUID gEfiAdapterInfoNetworkBootGuid = EFI_ADAPTER_INFO_NETWORK_BOOT_GUID; -EFI_GUID gEfiAdapterInfoUndiIPv6SupportGuid = EFI_ADAPTER_INFO_NETWORK_BOOT_GUID; +EFI_GUID gEfiAdapterInfoUndiIPv6SupportGuid = EFI_ADAPTER_INFO_UNDI_IPV6_SUPPORT_GUID; EFI_GUID gEfiAdapterInfoMediaTypeGuid = EFI_ADAPTER_INFO_MEDIA_TYPE_GUID; -- 2.43.0 PR#241 ( https://github.com/tianocore/edk2-test/pull/241 ) Signed-off-by: Archie Hsu <Syungchi@gmail.com> -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#121243): https://edk2.groups.io/g/devel/message/121243 Mute This Topic: https://groups.io/mt/112135377/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=- [-- Attachment #2: Type: text/html, Size: 2995 bytes --] ^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-04-07 15:42 UTC | newest] Thread overview: (only message) (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- [not found] <CAB2TNrAw4hT+p5qw21FtrrYp+c9PZ1Df7gWE-NK-k+YzpPRxyw@mail.gmail.com> [not found] ` <CAB2TNrA9SC7R-9vkxHqpCTFrOzmxXWHkQ2h+rgeg1jm5PVesCw@mail.gmail.com> 2025-04-07 15:00 ` [edk2-devel] [PATCH] edk2-test: uefi-sct: Correct the AIP GUID gEfiAdapterInfoUndiIPv6SupportGuid to the correct definition Archie via groups.io
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox