public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH v8 0/1] Add function QuickSort into MdePkg/BaseLib
@ 2021-10-08  5:50 IanX Kuo
  2021-10-08  5:50 ` [PATCH v8 1/1] MdePkg/BaseLib: Add QuickSort function on BaseLib IanX Kuo
  0 siblings, 1 reply; 2+ messages in thread
From: IanX Kuo @ 2021-10-08  5:50 UTC (permalink / raw)
  To: devel; +Cc: amy.chan, ray.ni, IanX Kuo

From: IanX Kuo <ianx.kuo@intel.com>

First change
1. MdePkg/BaseLib: Add QuickSort function

It need to seperate to second change
2. MdeModulePkg/SortLib: Use QuickSort instead of QuickSortWorker
3. CryptLib/CryptLib: Remove duplicate QuickSortWorker
4. CpuCacheInfoLib: Remove MdeModulePkg dependency

IanX Kuo (1):
  MdePkg/BaseLib: Add QuickSort function on BaseLib

 .../Library/BaseCryptLib/SysCall/CrtWrapper.c |   8 +-
 MdeModulePkg/Include/Library/SortLib.h        |   4 +-
 MdePkg/Include/Library/BaseLib.h              |  49 ++++++++
 MdePkg/Library/BaseLib/BaseLib.inf            |   1 +
 MdePkg/Library/BaseLib/QuickSort.c            | 116 ++++++++++++++++++
 .../Library/BaseLib/UnitTestHostBaseLib.inf   |   3 +-
 6 files changed, 172 insertions(+), 9 deletions(-)
 create mode 100644 MdePkg/Library/BaseLib/QuickSort.c

-- 
2.30.0.windows.1


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

end of thread, other threads:[~2021-10-08  5:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-08  5:50 [PATCH v8 0/1] Add function QuickSort into MdePkg/BaseLib IanX Kuo
2021-10-08  5:50 ` [PATCH v8 1/1] MdePkg/BaseLib: Add QuickSort function on BaseLib IanX Kuo

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