Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

edk2-test: uefi-sct: Correct the AIP GUID gEfiAdapterInfoUndiIPv6SupportGuid definition. #241

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Archi1986
Copy link

The EFI_ADAPTER_INFORMATION_PROTOCOL Test 5.5.11.1.2 always FAILS with the AIP Support Type gEfiAdapterInfoNetworkBootGuid.

In the Guid C file, gEfiAdapterInfoUndiIPv6SupportGuid is assigned to an incorrect Guid.

Correct the gEfiAdapterInfoUndiIPv6SupportGuid assignment to EFI_ADAPTER_INFO_UNDI_IPV6_SUPPORT_GUID to fix this bug.

refer Bug#240: #240

…ortGuid to the correct definition.

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.
@Archi1986
Copy link
Author

Is there anything I need to do myself regarding the failing check?

@Archi1986 Archi1986 changed the title edk2-test: uefi-sct: Correct the AIP GUID gEfiAdapterInfoUndiIPv6SupportGuid to the correct definition. edk2-test: uefi-sct: Correct the AIP GUID gEfiAdapterInfoUndiIPv6SupportGuid definition. Feb 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant