public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Archie via groups.io" <syungchi=gmail.com@groups.io>
To: devel@edk2.groups.io
Subject: [edk2-devel] [PATCH] edk2-test: uefi-sct: Correct the AIP GUID gEfiAdapterInfoUndiIPv6SupportGuid to the correct definition.
Date: Mon, 7 Apr 2025 23:00:30 +0800	[thread overview]
Message-ID: <CAB2TNrDONHdaOjcJxDJHNYXG7SE_qDuEVUK3H1V7W-oq3=F-Qg@mail.gmail.com> (raw)
In-Reply-To: <CAB2TNrA9SC7R-9vkxHqpCTFrOzmxXWHkQ2h+rgeg1jm5PVesCw@mail.gmail.com>

[-- 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 --]

           reply	other threads:[~2025-04-07 15:42 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <CAB2TNrA9SC7R-9vkxHqpCTFrOzmxXWHkQ2h+rgeg1jm5PVesCw@mail.gmail.com>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAB2TNrDONHdaOjcJxDJHNYXG7SE_qDuEVUK3H1V7W-oq3=F-Qg@mail.gmail.com' \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox