summaryrefslogtreecommitdiff
path: root/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.c
diff options
context:
space:
mode:
Diffstat (limited to 'ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.c')
-rw-r--r--ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.c b/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.c
index 0b73cbb..14f1725 100644
--- a/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.c
+++ b/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.c
@@ -4,6 +4,7 @@
Copyright (c) 2010 - 2017, Intel Corporation. All rights reserved.<BR>
(C) Copyright 2013-2015 Hewlett-Packard Development Company, L.P.<BR>
(C) Copyright 2015-2021 Hewlett Packard Enterprise Development LP<BR>
+ Copyright (C) 2025 Advanced Micro Devices, Inc. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
@@ -2028,7 +2029,7 @@ FirmwareManagementDumpInformation (
if (ImageInfoV1[Index].ImageId == ImageInfoV1[Index1].ImageId) {
Found = TRUE;
//
- // At least one match found indicating presense of non unique ImageId values so no more comparisons needed
+ // At least one match found indicating presence of non unique ImageId values so no more comparisons needed
//
goto ENDLOOP;
}
@@ -2036,7 +2037,7 @@ FirmwareManagementDumpInformation (
if (ImageInfoV2[Index].ImageId == ImageInfoV2[Index1].ImageId) {
Found = TRUE;
//
- // At least one match found indicating presense of non unique ImageId values so no more comparisons needed
+ // At least one match found indicating presence of non unique ImageId values so no more comparisons needed
//
goto ENDLOOP;
}
@@ -2044,7 +2045,7 @@ FirmwareManagementDumpInformation (
if (ImageInfo[Index].ImageId == ImageInfo[Index1].ImageId) {
Found = TRUE;
//
- // At least one match found indicating presense of non unique ImageId values so no more comparisons needed
+ // At least one match found indicating presence of non unique ImageId values so no more comparisons needed
//
goto ENDLOOP;
}
@@ -2307,8 +2308,6 @@ STATIC CONST GUID_INFO_BLOCK mGuidStringList[] = {
{ STRING_TOKEN (STR_SHELL_ENV2), &gEfiShellEnvironment2Guid, NULL },
{ STRING_TOKEN (STR_SHELL_ENV), &gEfiShellEnvironment2Guid, NULL },
{ STRING_TOKEN (STR_DEVICE_IO), &gEfiDeviceIoProtocolGuid, NULL },
- { STRING_TOKEN (STR_UGA_DRAW), &gEfiUgaDrawProtocolGuid, NULL },
- { STRING_TOKEN (STR_UGA_IO), &gEfiUgaIoProtocolGuid, NULL },
{ STRING_TOKEN (STR_ESP), &gEfiPartTypeSystemPartGuid, NULL },
{ STRING_TOKEN (STR_GPT_NBR), &gEfiPartTypeLegacyMbrGuid, NULL },
{ STRING_TOKEN (STR_DRIVER_CONFIG), &gEfiDriverConfigurationProtocolGuid, NULL },