[edk2-devel] [PATCH] RedfishPkg: Use base version SortLib for the specific modules

Chang, Abner via groups.io abner.chang=amd.com at groups.io
Wed Oct 11 05:14:26 UTC 2023


[AMD Official Use Only - General]

https://github.com/tianocore/edk2/pull/4906 is merged.

Abner

> -----Original Message-----
> From: Nhi Pham <nhi at os.amperecomputing.com>
> Sent: Wednesday, October 11, 2023 12:14 PM
> To: Nickle Wang <nicklew at nvidia.com>; Chang, Abner
> <Abner.Chang at amd.com>; devel at edk2.groups.io
> Cc: Igor Kulchytskyy <igork at ami.com>
> Subject: Re: [PATCH] RedfishPkg: Use base version SortLib for the specific
> modules
>
> Caution: This message originated from an External Source. Use proper caution
> when opening attachments, clicking links, or responding.
>
>
> Thanks for writing this patch.
>
> Reviewed-by: Nhi Pham <nhi at os.amperecomputing.com>
> Tested-by: Nhi Pham <nhi at os.amperecomputing.com>
>
> Regards,
> Nhi
>
> On 10/11/2023 10:49 AM, Nickle Wang wrote:
> >
> > Reviewed-by: Nickle Wang <nicklew at nvidia.com>
> >
> > Regards,
> > Nickle
> >
> >> -----Original Message-----
> >> From: abner.chang at amd.com <abner.chang at amd.com>
> >> Sent: Wednesday, October 11, 2023 11:41 AM
> >> To: devel at edk2.groups.io
> >> Cc: Nickle Wang <nicklew at nvidia.com>; Igor Kulchytskyy
> <igork at ami.com>; Nhi
> >> Pham <nhi at os.amperecomputing.com>
> >> Subject: [PATCH] RedfishPkg: Use base version SortLib for the specific
> modules
> >>
> >> External email: Use caution opening links or attachments
> >>
> >>
> >> From: Abner Chang <abner.chang at amd.com>
> >>
> >> BZ #: 4566
> >>
> >> Update Redfish modules to use the small footprint version of base SortLib
> by the
> >> means of module scoped subelement <LibraryClass>. With this the platform
> level
> >> SortLib (full version) is not impacted if Redfish.dsc.inc is included in
> platform DSC.
> >>
> >> Signed-off-by: Abner Chang <abner.chang at amd.com>
> >> Cc: Nickle Wang <nicklew at nvidia.com>
> >> Cc: Igor Kulchytskyy <igork at ami.com>
> >> Cc: Nhi Pham <nhi at os.amperecomputing.com>
> >> ---
> >>   RedfishPkg/RedfishComponents.dsc.inc | 10 ++++++++--
> >>   RedfishPkg/RedfishLibs.dsc.inc       |  1 -
> >>   2 files changed, 8 insertions(+), 3 deletions(-)
> >>
> >> diff --git a/RedfishPkg/RedfishComponents.dsc.inc
> >> b/RedfishPkg/RedfishComponents.dsc.inc
> >> index 1c4284d3ecf..464ffc86064 100644
> >> --- a/RedfishPkg/RedfishComponents.dsc.inc
> >> +++ b/RedfishPkg/RedfishComponents.dsc.inc
> >> @@ -16,9 +16,15 @@
> >>   !if $(REDFISH_ENABLE) == TRUE
> >>     RedfishPkg/RestJsonStructureDxe/RestJsonStructureDxe.inf
> >>     RedfishPkg/RedfishHostInterfaceDxe/RedfishHostInterfaceDxe.inf
> >> -  RedfishPkg/RedfishRestExDxe/RedfishRestExDxe.inf
> >> +  RedfishPkg/RedfishRestExDxe/RedfishRestExDxe.inf  {
> >> +    <LibraryClasses>
> >> +      SortLib|MdeModulePkg/Library/BaseSortLib/BaseSortLib.inf
> >> +  }
> >>     RedfishPkg/RedfishCredentialDxe/RedfishCredentialDxe.inf
> >> -  RedfishPkg/RedfishDiscoverDxe/RedfishDiscoverDxe.inf
> >> +  RedfishPkg/RedfishDiscoverDxe/RedfishDiscoverDxe.inf  {
> >> +    <LibraryClasses>
> >> +      SortLib|MdeModulePkg/Library/BaseSortLib/BaseSortLib.inf
> >> +  }
> >>     RedfishPkg/RedfishConfigHandler/RedfishConfigHandlerDriver.inf
> >>     RedfishPkg/RedfishPlatformConfigDxe/RedfishPlatformConfigDxe.inf
> >>
> MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf
> >> diff --git a/RedfishPkg/RedfishLibs.dsc.inc
> b/RedfishPkg/RedfishLibs.dsc.inc index
> >> 03b7ef6f328..5426957da87 100644
> >> --- a/RedfishPkg/RedfishLibs.dsc.inc
> >> +++ b/RedfishPkg/RedfishLibs.dsc.inc
> >> @@ -14,7 +14,6 @@
> >>   !if $(REDFISH_ENABLE) == TRUE
> >>     RestExLib|RedfishPkg/Library/DxeRestExLib/DxeRestExLib.inf
> >>     Ucs2Utf8Lib|RedfishPkg/Library/BaseUcs2Utf8Lib/BaseUcs2Utf8Lib.inf
> >> -  SortLib|MdeModulePkg/Library/BaseSortLib/BaseSortLib.inf
> >>     RedfishCrtLib|RedfishPkg/PrivateLibrary/RedfishCrtLib/RedfishCrtLib.inf
> >>     JsonLib|RedfishPkg/Library/JsonLib/JsonLib.inf
> >>     RedfishLib|RedfishPkg/PrivateLibrary/RedfishLib/RedfishLib.inf
> >> --
> >> 2.37.1.windows.1
> >


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#109515): https://edk2.groups.io/g/devel/message/109515
Mute This Topic: https://groups.io/mt/101890398/1813853
Group Owner: devel+owner at edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [edk2-devel-archive at redhat.com]
-=-=-=-=-=-=-=-=-=-=-=-




More information about the edk2-devel-archive mailing list