public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [Patch V2 0/3] MdePkg/UefiLib: Add EfiLocateProtocolBuffer()
@ 2018-02-03  1:06 Kinney, Michael D
  2018-02-03  1:06 ` [Patch V2 1/3] " Kinney, Michael D
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Kinney, Michael D @ 2018-02-03  1:06 UTC (permalink / raw)
  To: edk2-devel; +Cc: Sean Brogan, Jiewen Yao, Liming Gao, Michael D Kinney

V2:
* Use gBS->AllocatePool() instead of AllocatePool()
* Use gBS->FreePool() instead of FreePool()
* Add EfiLocateProtocolBuffer() to IntelFrameworkPkg/FrameworkUefiLib
* Add GetVariable2() to IntelFrameworkPkg/FrameworkUefiLib
* Add GetEfiGlobalVariable2 to IntelFrameworkPkg/FrameworkUefiLib

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_V4

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>

Kinney, Michael D (2):
  IntelFrameworkPkg/FrameworkUefiLib: Add EfiLocateProtocolBuffer()
  IntelFrameworkPkg/FrameworkUefiLib: Sync with MdePkg/UefiLib

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

 .../Library/FrameworkUefiLib/UefiLib.c             | 214 ++++++++++++++++++++-
 MdePkg/Include/Library/UefiLib.h                   |  32 ++-
 MdePkg/Library/UefiLib/UefiLib.c                   | 112 ++++++++++-
 3 files changed, 355 insertions(+), 3 deletions(-)

-- 
2.14.2.windows.3



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-02-11  0:14 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-03  1:06 [Patch V2 0/3] MdePkg/UefiLib: Add EfiLocateProtocolBuffer() Kinney, Michael D
2018-02-03  1:06 ` [Patch V2 1/3] " Kinney, Michael D
2018-02-03  1:06 ` [Patch V2 2/3] IntelFrameworkPkg/FrameworkUefiLib: " Kinney, Michael D
2018-02-03  1:06 ` [Patch V2 3/3] IntelFrameworkPkg/FrameworkUefiLib: Sync with MdePkg/UefiLib Kinney, Michael D
2018-02-04  7:05 ` [Patch V2 0/3] MdePkg/UefiLib: Add EfiLocateProtocolBuffer() Zeng, Star
2018-02-11  0:17   ` Bret Barkelew
2018-02-11  0:19   ` Bret Barkelew

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox