public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH v3 0/2] SortLib for UEFI SEC
@ 2018-11-08 19:04 Jeff Brasen
  2018-11-08 19:04 ` [PATCH v3 1/2] EmbeddedPkg/PrePiMemoryAllocationLib: Added AllocateZeroPool() Jeff Brasen
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Jeff Brasen @ 2018-11-08 19:04 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
v3 - Switch to ZeroMem from SetMem

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] 10+ messages in thread

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

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-08 19:04 [PATCH v3 0/2] SortLib for UEFI SEC Jeff Brasen
2018-11-08 19:04 ` [PATCH v3 1/2] EmbeddedPkg/PrePiMemoryAllocationLib: Added AllocateZeroPool() Jeff Brasen
2018-11-08 19:04 ` [PATCH v3 2/2] MdeModulePkg/BaseSortLib: Enable for all module types Jeff Brasen
2018-11-09  2:38   ` Zeng, Star
2018-11-08 23:46 ` [PATCH v3 0/2] SortLib for UEFI SEC Carsey, Jaben
2018-11-28 17:17   ` Jeff Brasen
2018-11-28 17:55     ` Jeff Brasen
2018-11-29  0:26       ` Gao, Liming
2018-11-29  0:27         ` Ard Biesheuvel
2018-11-29  0:38           ` Gao, Liming

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