From: Shenglei Zhang <shenglei.zhang@intel.com>
To: edk2-devel@lists.01.org
Cc: Jaben Carsey <jaben.carsey@intel.com>, Ray Ni <ray.ni@intel.com>
Subject: [PATCH 3/4] ShellPkg/UefiHandleParsingLib: Remove some unused Guids
Date: Fri, 29 Mar 2019 09:41:25 +0800 [thread overview]
Message-ID: <20190329014126.20208-4-shenglei.zhang@intel.com> (raw)
In-Reply-To: <20190329014126.20208-1-shenglei.zhang@intel.com>
ExtendedSalBootService.h, ExtendedSalServiceClasses.h and
McaInitPmi.h will be deleted. So remove the Guids defined
in these Protocols. And also remove strings in uni file.
https://bugzilla.tianocore.org/show_bug.cgi?id=1560
Cc: Jaben Carsey <jaben.carsey@intel.com>
Cc: Ray Ni <ray.ni@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Shenglei Zhang <shenglei.zhang@intel.com>
---
.../UefiHandleParsingLib/UefiHandleParsingLib.c | 17 -----------------
.../UefiHandleParsingLib.inf | 17 -----------------
.../UefiHandleParsingLib.uni | 17 -----------------
3 files changed, 51 deletions(-)
diff --git a/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.c b/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.c
index 2d94a52108..a106c0906c 100644
--- a/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.c
+++ b/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.c
@@ -2321,23 +2321,6 @@ STATIC CONST GUID_INFO_BLOCK mGuidStringList[] = {
{STRING_TOKEN(STR_FVB2), &gEfiFirmwareVolumeBlock2ProtocolGuid, NULL},
{STRING_TOKEN(STR_CPUIO2), &gEfiCpuIo2ProtocolGuid, NULL},
{STRING_TOKEN(STR_LEGACY_R2), &gEfiLegacyRegion2ProtocolGuid, NULL},
- {STRING_TOKEN(STR_SAL_MIP), &gEfiSalMcaInitPmiProtocolGuid, NULL},
- {STRING_TOKEN(STR_ES_BS), &gEfiExtendedSalBootServiceProtocolGuid, NULL},
- {STRING_TOKEN(STR_ES_BIO), &gEfiExtendedSalBaseIoServicesProtocolGuid, NULL},
- {STRING_TOKEN(STR_ES_STALL), &gEfiExtendedSalStallServicesProtocolGuid, NULL},
- {STRING_TOKEN(STR_ES_RTC), &gEfiExtendedSalRtcServicesProtocolGuid, NULL},
- {STRING_TOKEN(STR_ES_VS), &gEfiExtendedSalVariableServicesProtocolGuid, NULL},
- {STRING_TOKEN(STR_ES_MTC), &gEfiExtendedSalMtcServicesProtocolGuid, NULL},
- {STRING_TOKEN(STR_ES_RESET), &gEfiExtendedSalResetServicesProtocolGuid, NULL},
- {STRING_TOKEN(STR_ES_SC), &gEfiExtendedSalStatusCodeServicesProtocolGuid, NULL},
- {STRING_TOKEN(STR_ES_FBS), &gEfiExtendedSalFvBlockServicesProtocolGuid, NULL},
- {STRING_TOKEN(STR_ES_MP), &gEfiExtendedSalMpServicesProtocolGuid, NULL},
- {STRING_TOKEN(STR_ES_PAL), &gEfiExtendedSalPalServicesProtocolGuid, NULL},
- {STRING_TOKEN(STR_ES_BASE), &gEfiExtendedSalBaseServicesProtocolGuid, NULL},
- {STRING_TOKEN(STR_ES_MCA), &gEfiExtendedSalMcaServicesProtocolGuid, NULL},
- {STRING_TOKEN(STR_ES_PCI), &gEfiExtendedSalPciServicesProtocolGuid, NULL},
- {STRING_TOKEN(STR_ES_CACHE), &gEfiExtendedSalCacheServicesProtocolGuid, NULL},
- {STRING_TOKEN(STR_ES_MCA_LOG), &gEfiExtendedSalMcaLogServicesProtocolGuid, NULL},
{STRING_TOKEN(STR_S2ARCH), &gEfiSecurity2ArchProtocolGuid, NULL},
{STRING_TOKEN(STR_EODXE), &gEfiSmmEndOfDxeProtocolGuid, NULL},
{STRING_TOKEN(STR_ISAHC), &gEfiIsaHcProtocolGuid, NULL},
diff --git a/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf b/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf
index a795fb92de..edab57f892 100644
--- a/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf
+++ b/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf
@@ -234,23 +234,6 @@
gEfiFirmwareVolumeBlock2ProtocolGuid ## UNDEFINED
gEfiCpuIo2ProtocolGuid ## UNDEFINED
gEfiLegacyRegion2ProtocolGuid ## UNDEFINED
- gEfiSalMcaInitPmiProtocolGuid ## UNDEFINED
- gEfiExtendedSalBootServiceProtocolGuid ## UNDEFINED
- gEfiExtendedSalBaseIoServicesProtocolGuid ## UNDEFINED
- gEfiExtendedSalStallServicesProtocolGuid ## UNDEFINED
- gEfiExtendedSalRtcServicesProtocolGuid ## UNDEFINED
- gEfiExtendedSalVariableServicesProtocolGuid ## UNDEFINED
- gEfiExtendedSalMtcServicesProtocolGuid ## UNDEFINED
- gEfiExtendedSalResetServicesProtocolGuid ## UNDEFINED
- gEfiExtendedSalStatusCodeServicesProtocolGuid ## UNDEFINED
- gEfiExtendedSalFvBlockServicesProtocolGuid ## UNDEFINED
- gEfiExtendedSalMpServicesProtocolGuid ## UNDEFINED
- gEfiExtendedSalPalServicesProtocolGuid ## UNDEFINED
- gEfiExtendedSalBaseServicesProtocolGuid ## UNDEFINED
- gEfiExtendedSalMcaServicesProtocolGuid ## UNDEFINED
- gEfiExtendedSalPciServicesProtocolGuid ## UNDEFINED
- gEfiExtendedSalCacheServicesProtocolGuid ## UNDEFINED
- gEfiExtendedSalMcaLogServicesProtocolGuid ## UNDEFINED
gEfiSecurity2ArchProtocolGuid ## UNDEFINED
gEfiSmmEndOfDxeProtocolGuid ## UNDEFINED
gEfiIsaHcProtocolGuid ## UNDEFINED
diff --git a/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.uni b/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.uni
index 15f3912045..3238441b1e 100644
--- a/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.uni
+++ b/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.uni
@@ -274,23 +274,6 @@
#string STR_FVB2 #language en-US "FirmwareVolumeBlock2"
#string STR_CPUIO2 #language en-US "CpuIo2"
#string STR_LEGACY_R2 #language en-US "LegacyRegion2"
-#string STR_SAL_MIP #language en-US "SalMcaInitPmi"
-#string STR_ES_BS #language en-US "ExtendedSalBootService"
-#string STR_ES_BIO #language en-US "ExtendedSalBaseIoServices"
-#string STR_ES_STALL #language en-US "ExtendedSalStallServices"
-#string STR_ES_RTC #language en-US "ExtendedSalRtcServices"
-#string STR_ES_VS #language en-US "ExtendedSalVariableServices"
-#string STR_ES_MTC #language en-US "ExtendedSalMtcServices"
-#string STR_ES_RESET #language en-US "ExtendedSalResetServices"
-#string STR_ES_SC #language en-US "ExtendedSalStatusCodeServices"
-#string STR_ES_FBS #language en-US "ExtendedSalFvBlockServices"
-#string STR_ES_MP #language en-US "ExtendedSalMpServices"
-#string STR_ES_PAL #language en-US "ExtendedSalPalServices"
-#string STR_ES_BASE #language en-US "ExtendedSalBaseServices"
-#string STR_ES_MCA #language en-US "ExtendedSalMcaServices"
-#string STR_ES_PCI #language en-US "ExtendedSalPciServices"
-#string STR_ES_CACHE #language en-US "ExtendedSalCacheServices"
-#string STR_ES_MCA_LOG #language en-US "ExtendedSalMcaLogServices"
#string STR_S2ARCH #language en-US "Security2Arch"
#string STR_EODXE #language en-US "SmmEndOfDxe"
#string STR_ISAHC #language en-US "IsaHc"
--
2.18.0.windows.1
next prev parent reply other threads:[~2019-03-29 1:41 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-29 1:41 [PATCH 0/4] Remove IPF and related code Shenglei Zhang
2019-03-29 1:41 ` [PATCH 1/4] OvmfPkg/PlatformBootManagerLib: Remove dependency on Mps.h Shenglei Zhang
2019-04-01 12:10 ` Laszlo Ersek
2019-04-09 1:07 ` [edk2] " Zhang, Shenglei
2019-04-09 7:21 ` Laszlo Ersek
2019-03-29 1:41 ` [PATCH 2/4] ShellPkg/UefiShellDebug1CommandsLib Shenglei Zhang
2019-03-29 1:49 ` Ni, Ray
2019-03-29 2:54 ` Carsey, Jaben
2019-03-29 1:41 ` Shenglei Zhang [this message]
2019-03-29 1:49 ` [PATCH 3/4] ShellPkg/UefiHandleParsingLib: Remove some unused Guids Ni, Ray
2019-03-29 2:54 ` Carsey, Jaben
2019-03-29 1:41 ` [PATCH 4/4] MdePkg: Removed IPF related code Shenglei Zhang
2019-04-09 0:47 ` Liming Gao
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=20190329014126.20208-4-shenglei.zhang@intel.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