public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH v2 0/2] SortLib for UEFI SEC
@ 2018-11-08 17:09 Jeff Brasen
  2018-11-08 17:09 ` [PATCH v2 1/2] EmbeddedPkg/PrePiMemoryAllocationLib: Added AllocateZeroPool() Jeff Brasen
  2018-11-08 17:09 ` [PATCH v2 2/2] MdeModulePkg/BaseSortLib: Enable for all module types Jeff Brasen
  0 siblings, 2 replies; 4+ messages in thread
From: Jeff Brasen @ 2018-11-08 17:09 UTC (permalink / raw)
  To: edk2-devel; +Cc: ard.biesheuvel, leif.lindholm, Jeff Brasen

This patch series enables support for BaseSortLib in UEFI SEC Phase.
This requires the addition of the AllocateZeroPool which is implemented
in the PrePiMemoryAllocationLib.

Changelog:
v1 - Initial version
v2 - Update order of NULL check in MemoryAllocationLib

Jeff Brasen (2):
  EmbeddedPkg/PrePiMemoryAllocationLib: Added AllocateZeroPool()
  MdeModulePkg/BaseSortLib: Enable for all module types

 .../PrePiMemoryAllocationLib/MemoryAllocationLib.c | 32 ++++++++++++++++++++++
 MdeModulePkg/Library/BaseSortLib/BaseSortLib.inf   |  4 +--
 2 files changed, 34 insertions(+), 2 deletions(-)

-- 
2.7.4



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

end of thread, other threads:[~2018-11-08 17:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-08 17:09 [PATCH v2 0/2] SortLib for UEFI SEC Jeff Brasen
2018-11-08 17:09 ` [PATCH v2 1/2] EmbeddedPkg/PrePiMemoryAllocationLib: Added AllocateZeroPool() Jeff Brasen
2018-11-08 17:49   ` Laszlo Ersek
2018-11-08 17:09 ` [PATCH v2 2/2] MdeModulePkg/BaseSortLib: Enable for all module types Jeff Brasen

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