[edk2-devel] [PATCH v5 0/4] Add function QuickSort into MdePkg/BaseLib

IanX Kuo posted 4 patches 2 years, 6 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/edk2 tags/patchew/20211004050318.1816-1-ianx.kuo@intel.com
There is a newer version of this series
.../Library/BaseCryptLib/SysCall/CrtWrapper.c |  92 +-------------
.../Library/BaseSortLib/BaseSortLib.c         | 117 +----------------
.../Library/UefiSortLib/UefiSortLib.c         | 118 +-----------------
MdePkg/Include/Library/BaseLib.h              |  49 ++++++++
MdePkg/Library/BaseLib/BaseLib.inf            |   1 +
MdePkg/Library/BaseLib/QuickSort.c            | 117 +++++++++++++++++
.../Library/BaseLib/UnitTestHostBaseLib.inf   |   3 +-
.../Library/CpuCacheInfoLib/CpuCacheInfoLib.c |   5 +-
.../CpuCacheInfoLib/DxeCpuCacheInfoLib.inf    |   2 -
.../CpuCacheInfoLib/InternalCpuCacheInfoLib.h |   2 -
.../CpuCacheInfoLib/PeiCpuCacheInfoLib.inf    |   2 -
11 files changed, 185 insertions(+), 323 deletions(-)
create mode 100644 MdePkg/Library/BaseLib/QuickSort.c
[edk2-devel] [PATCH v5 0/4] Add function QuickSort into MdePkg/BaseLib
Posted by IanX Kuo 2 years, 6 months ago
From: IanX Kuo <ianx.kuo@intel.com>

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3675

1. MdePkg/BaseLib: Add QuickSort function
2. MdeModulePkg/SortLib: Use QuickSort instead of QuickSortWorker
3. CryptLib/CryptLib: Remove duplicate QuickSortWorker
4. CpuCacheInfoLib: Remove MdeModulePkg dependency

IanX Kuo (4):
  MdePkg/BaseLib: Add QuickSort function on BaseLib
  MdeModulePkg/SortLib: Add QuickSort function on BaseLib
  CryptoPkg/CryptLib: Add QuickSort function on BaseLib
  UefiCpuPkg/CpuCacheInfoLib: Add QuickSort function on BaseLib

 .../Library/BaseCryptLib/SysCall/CrtWrapper.c |  92 +-------------
 .../Library/BaseSortLib/BaseSortLib.c         | 117 +----------------
 .../Library/UefiSortLib/UefiSortLib.c         | 118 +-----------------
 MdePkg/Include/Library/BaseLib.h              |  49 ++++++++
 MdePkg/Library/BaseLib/BaseLib.inf            |   1 +
 MdePkg/Library/BaseLib/QuickSort.c            | 117 +++++++++++++++++
 .../Library/BaseLib/UnitTestHostBaseLib.inf   |   3 +-
 .../Library/CpuCacheInfoLib/CpuCacheInfoLib.c |   5 +-
 .../CpuCacheInfoLib/DxeCpuCacheInfoLib.inf    |   2 -
 .../CpuCacheInfoLib/InternalCpuCacheInfoLib.h |   2 -
 .../CpuCacheInfoLib/PeiCpuCacheInfoLib.inf    |   2 -
 11 files changed, 185 insertions(+), 323 deletions(-)
 create mode 100644 MdePkg/Library/BaseLib/QuickSort.c

-- 
2.30.0.windows.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#81413): https://edk2.groups.io/g/devel/message/81413
Mute This Topic: https://groups.io/mt/86059845/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-