[edk2] [Patch 0/1] MdePkg/UefiLib: Add EfiLocateProtocolBuffer()

Kinney, Michael D posted 1 patch 6 years, 9 months ago
Failed in applying to current master (apply log)
There is a newer version of this series
MdePkg/Include/Library/UefiLib.h |  32 +++++++++++-
MdePkg/Library/UefiLib/UefiLib.c | 107 ++++++++++++++++++++++++++++++++++++++-
2 files changed, 137 insertions(+), 2 deletions(-)
[edk2] [Patch 0/1] MdePkg/UefiLib: Add EfiLocateProtocolBuffer()
Posted by Kinney, Michael D 6 years, 9 months ago
https://bugzilla.tianocore.org/show_bug.cgi?id=838

Add new API to the UefiLib that locates and returns
an array of protocols instances that match a given
protocol.

Branch for review:

https://github.com/mdkinney/edk2/tree/Bug_838_EfiLocateProtocolBuffer_V3

Cc: Sean Brogan <sean.brogan@microsoft.com>
Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>

Michael D Kinney (1):
  MdePkg/UefiLib: Add EfiLocateProtocolBuffer()

 MdePkg/Include/Library/UefiLib.h |  32 +++++++++++-
 MdePkg/Library/UefiLib/UefiLib.c | 107 ++++++++++++++++++++++++++++++++++++++-
 2 files changed, 137 insertions(+), 2 deletions(-)

-- 
2.14.2.windows.3

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
Re: [edk2] [Patch 0/1] MdePkg/UefiLib: Add EfiLocateProtocolBuffer()
Posted by Gao, Liming 6 years, 9 months ago
Mike:
  Just confirm. Do we still need to add new API in IntelFrameworkPkg FrameworkUefiLib? I think we don't need add new feature in IntelFrameworkPkg and IntelFrameworkModulePkg. 

>-----Original Message-----
>From: Kinney, Michael D
>Sent: Thursday, February 01, 2018 7:33 AM
>To: edk2-devel@lists.01.org
>Cc: Sean Brogan <sean.brogan@microsoft.com>; Yao, Jiewen
><jiewen.yao@intel.com>; Gao, Liming <liming.gao@intel.com>; Kinney,
>Michael D <michael.d.kinney@intel.com>
>Subject: [Patch 0/1] MdePkg/UefiLib: Add EfiLocateProtocolBuffer()
>
>https://bugzilla.tianocore.org/show_bug.cgi?id=838
>
>Add new API to the UefiLib that locates and returns
>an array of protocols instances that match a given
>protocol.
>
>Branch for review:
>
>https://github.com/mdkinney/edk2/tree/Bug_838_EfiLocateProtocolBuffer_
>V3
>
>Cc: Sean Brogan <sean.brogan@microsoft.com>
>Cc: Jiewen Yao <jiewen.yao@intel.com>
>Cc: Liming Gao <liming.gao@intel.com>
>Contributed-under: TianoCore Contribution Agreement 1.1
>Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
>
>Michael D Kinney (1):
>  MdePkg/UefiLib: Add EfiLocateProtocolBuffer()
>
> MdePkg/Include/Library/UefiLib.h |  32 +++++++++++-
> MdePkg/Library/UefiLib/UefiLib.c | 107
>++++++++++++++++++++++++++++++++++++++-
> 2 files changed, 137 insertions(+), 2 deletions(-)
>
>--
>2.14.2.windows.3

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
Re: [edk2] [Patch 0/1] MdePkg/UefiLib: Add EfiLocateProtocolBuffer()
Posted by Kinney, Michael D 6 years, 9 months ago
Liming,

I looks like we still do updates if a new API is added
to the UefiLib class.

https://github.com/tianocore/edk2/commit/6212b9481d822a6765f8cd264ceb8454291948bd#diff-b3a4a95eeed10a8932c1738829d8cd7f

I will update the patch.

Mike


> -----Original Message-----
> From: Gao, Liming
> Sent: Wednesday, January 31, 2018 5:20 PM
> To: Kinney, Michael D <michael.d.kinney@intel.com>; edk2-
> devel@lists.01.org
> Cc: Sean Brogan <sean.brogan@microsoft.com>; Yao, Jiewen
> <jiewen.yao@intel.com>
> Subject: RE: [Patch 0/1] MdePkg/UefiLib: Add
> EfiLocateProtocolBuffer()
> 
> Mike:
>   Just confirm. Do we still need to add new API in
> IntelFrameworkPkg FrameworkUefiLib? I think we don't need
> add new feature in IntelFrameworkPkg and
> IntelFrameworkModulePkg.
> 
> >-----Original Message-----
> >From: Kinney, Michael D
> >Sent: Thursday, February 01, 2018 7:33 AM
> >To: edk2-devel@lists.01.org
> >Cc: Sean Brogan <sean.brogan@microsoft.com>; Yao, Jiewen
> ><jiewen.yao@intel.com>; Gao, Liming
> <liming.gao@intel.com>; Kinney,
> >Michael D <michael.d.kinney@intel.com>
> >Subject: [Patch 0/1] MdePkg/UefiLib: Add
> EfiLocateProtocolBuffer()
> >
> >https://bugzilla.tianocore.org/show_bug.cgi?id=838
> >
> >Add new API to the UefiLib that locates and returns
> >an array of protocols instances that match a given
> >protocol.
> >
> >Branch for review:
> >
> >https://github.com/mdkinney/edk2/tree/Bug_838_EfiLocateP
> rotocolBuffer_
> >V3
> >
> >Cc: Sean Brogan <sean.brogan@microsoft.com>
> >Cc: Jiewen Yao <jiewen.yao@intel.com>
> >Cc: Liming Gao <liming.gao@intel.com>
> >Contributed-under: TianoCore Contribution Agreement 1.1
> >Signed-off-by: Michael D Kinney
> <michael.d.kinney@intel.com>
> >
> >Michael D Kinney (1):
> >  MdePkg/UefiLib: Add EfiLocateProtocolBuffer()
> >
> > MdePkg/Include/Library/UefiLib.h |  32 +++++++++++-
> > MdePkg/Library/UefiLib/UefiLib.c | 107
> >++++++++++++++++++++++++++++++++++++++-
> > 2 files changed, 137 insertions(+), 2 deletions(-)
> >
> >--
> >2.14.2.windows.3

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel