|
[PATCH v5 1/3] MdeModulePkg/SortLib: Add QuickSort function on BaseLib
From: IanX Kuo <ianx.kuo@...>
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3675
Use QuickSort instead of QuickSortWorker
Cc: Ray Ni <ray.ni@...>
Cc: Jian J Wang
From: IanX Kuo <ianx.kuo@...>
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3675
Use QuickSort instead of QuickSortWorker
Cc: Ray Ni <ray.ni@...>
Cc: Jian J Wang
|
By
IanX Kuo
·
#82199
·
|
|
[PATCH v5 0/3] Add function QuickSort into MdePkg/BaseLib
From: IanX Kuo <ianx.kuo@...>
1. MdeModulePkg/SortLib: Use QuickSort instead of QuickSortWorker
1-1: Drop cast (V2)
2. CryptLib/CryptLib: Remove duplicate QuickSortWorker
2-1: Drop cast
From: IanX Kuo <ianx.kuo@...>
1. MdeModulePkg/SortLib: Use QuickSort instead of QuickSortWorker
1-1: Drop cast (V2)
2. CryptLib/CryptLib: Remove duplicate QuickSortWorker
2-1: Drop cast
|
By
IanX Kuo
·
#82198
·
|
|
[PATCH v4 3/3] UefiCpuPkg/CpuCacheInfoLib: Add QuickSort function on BaseLib
From: IanX Kuo <ianx.kuo@...>
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3675
Remove MdeModulePkg dependency
Cc: Eric Dong <eric.dong@...>
Cc: Ray Ni <ray.ni@...>
Cc:
From: IanX Kuo <ianx.kuo@...>
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3675
Remove MdeModulePkg dependency
Cc: Eric Dong <eric.dong@...>
Cc: Ray Ni <ray.ni@...>
Cc:
|
By
IanX Kuo
·
#82197
·
|
|
[PATCH v4 2/3] CryptoPkg/CryptLib: Add QuickSort function on BaseLib
From: IanX Kuo <ianx.kuo@...>
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3675
Use QuickSort instead of QuickSortWorker
Cc: Jiewen Yao <jiewen.yao@...>
Cc: Jian J Wang
From: IanX Kuo <ianx.kuo@...>
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3675
Use QuickSort instead of QuickSortWorker
Cc: Jiewen Yao <jiewen.yao@...>
Cc: Jian J Wang
|
By
IanX Kuo
·
#82196
·
|
|
[PATCH v4 1/3] MdeModulePkg/SortLib: Add QuickSort function on BaseLib
From: IanX Kuo <ianx.kuo@...>
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3675
Use QuickSort instead of QuickSortWorker
Cc: Ray Ni <ray.ni@...>
Cc: Jian J Wang
From: IanX Kuo <ianx.kuo@...>
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3675
Use QuickSort instead of QuickSortWorker
Cc: Ray Ni <ray.ni@...>
Cc: Jian J Wang
|
By
IanX Kuo
·
#82195
·
|
|
[PATCH v4 0/3] Add function QuickSort into MdePkg/BaseLib
From: IanX Kuo <ianx.kuo@...>
1. MdeModulePkg/SortLib: Use QuickSort instead of QuickSortWorker
1-1: Drop cast (V2)
2. CryptLib/CryptLib: Remove duplicate QuickSortWorker
2-1: Drop cast
From: IanX Kuo <ianx.kuo@...>
1. MdeModulePkg/SortLib: Use QuickSort instead of QuickSortWorker
1-1: Drop cast (V2)
2. CryptLib/CryptLib: Remove duplicate QuickSortWorker
2-1: Drop cast
|
By
IanX Kuo
·
#82194
·
|
|
Re: [PATCH v3 3/3] UefiCpuPkg/CpuCacheInfoLib: Add QuickSort function on BaseLib
Ian,
Thanks for cleaning up the code to remove MdeModulePkg dependency.
Minor comments below:
UINTN NextIndex;
+ VOID *QuickSortBuffer;
1. Can you use
Ian,
Thanks for cleaning up the code to remove MdeModulePkg dependency.
Minor comments below:
UINTN NextIndex;
+ VOID *QuickSortBuffer;
1. Can you use
|
By
Ni, Ray
·
#82193
·
|
|
回复: [edk2-devel] [PATCH v3 1/3] MdeModulePkg/SortLib: Add QuickSort function on BaseLib
Reviewed-by: Liming Gao <gaoliming@...>
does not
'pivot'
does not
'pivot'
Reviewed-by: Liming Gao <gaoliming@...>
does not
'pivot'
does not
'pivot'
|
By
gaoliming
·
#82192
·
|
|
Re: [PATCH v3 1/3] MdeModulePkg/SortLib: Add QuickSort function on BaseLib
@Liming Gao or @Wang, Jian J
Sorry to bother you.
May I get one of your help to review the code change from maintainer side ?
Thanks,
Ian Kuo
@Liming Gao or @Wang, Jian J
Sorry to bother you.
May I get one of your help to review the code change from maintainer side ?
Thanks,
Ian Kuo
|
By
IanX Kuo
·
#82191
·
|
|
Re: [PATCH v3 3/3] UefiCpuPkg/CpuCacheInfoLib: Add QuickSort function on BaseLib
@Dong, Eric, @Ni, Ray or @Kumar, Rahul1
Sorry to bother you.
May I get one of your approval for this patch ?
Thanks,
Ian Kuo
@Dong, Eric, @Ni, Ray or @Kumar, Rahul1
Sorry to bother you.
May I get one of your approval for this patch ?
Thanks,
Ian Kuo
|
By
IanX Kuo
·
#82190
·
|
|
Re: [PATCH v2 1/1] StandaloneMmPkg: Support CLANGPDB builds
Acked-by: Shi Steven <steven.shi@...>
Hello Ard,
Could you review and check-in this patch? It blocks our clang build.
Thanks
Steven Shi
Acked-by: Shi Steven <steven.shi@...>
Hello Ard,
Could you review and check-in this patch? It blocks our clang build.
Thanks
Steven Shi
|
By
Steven Shi
·
#82189
·
|
|
Re: [PATCH 2/2] OvmfPkg/AmdSev: update the fdf to use new workarea PCD
Yep, that was indeed the issue. The VMSA for vcpu0 is identical to the
previous version, but there was a 4-byte shift in the IP field in VMSA
for the AP vcpus.
Thanks for your help debugging
Yep, that was indeed the issue. The VMSA for vcpu0 is identical to the
previous version, but there was a 4-byte shift in the IP field in VMSA
for the AP vcpus.
Thanks for your help debugging
|
By
Dov Murik
·
#82188
·
|
|
FL1100 usb chipset/Mac OS OVMF/XhciDxe issues with bootable usb 3.0 devices
Hi,I'm using OVMF/qemu/kvm/libvirt to boot a mac os system.In my setup I'm passing through a fresco logic usb controller with FL1100 chipset.I noticed that:1. If I plug a usb 3.0 device in a usb 3.0
Hi,I'm using OVMF/qemu/kvm/libvirt to boot a mac os system.In my setup I'm passing through a fresco logic usb controller with FL1100 chipset.I noticed that:1. If I plug a usb 3.0 device in a usb 3.0
|
By
Daniele Crudo
·
#82187
·
|
|
Re: [PATCH 1/2] Reconfigure OpensslLib to add elliptic curve chipher algorithms
Hi
This patch fails in the P-R - https://github.com/tianocore/edk2/pull/2073. Please double check.
You are encourage to try P-R by yourself before submit the patch.
Thank you
Yao Jiewen
Hi
This patch fails in the P-R - https://github.com/tianocore/edk2/pull/2073. Please double check.
You are encourage to try P-R by yourself before submit the patch.
Thank you
Yao Jiewen
|
By
Yao, Jiewen
·
#82186
·
|
|
Re: [PATCH v3 2/3] CryptoPkg/CryptLib: Add QuickSort function on BaseLib
Acked-by: Jiewen Yao <Jiewen.yao@...>
Acked-by: Jiewen Yao <Jiewen.yao@...>
|
By
Yao, Jiewen
·
#82185
·
|
|
[PATCH v3 3/3] UefiCpuPkg/CpuCacheInfoLib: Add QuickSort function on BaseLib
From: IanX Kuo <ianx.kuo@...>
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3675
Remove MdeModulePkg dependency
Cc: Eric Dong <eric.dong@...>
Cc: Ray Ni <ray.ni@...>
Cc:
From: IanX Kuo <ianx.kuo@...>
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3675
Remove MdeModulePkg dependency
Cc: Eric Dong <eric.dong@...>
Cc: Ray Ni <ray.ni@...>
Cc:
|
By
IanX Kuo
·
#82184
·
|
|
[PATCH v3 2/3] CryptoPkg/CryptLib: Add QuickSort function on BaseLib
From: IanX Kuo <ianx.kuo@...>
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3675
Use QuickSort instead of QuickSortWorker
Cc: Jiewen Yao <jiewen.yao@...>
Cc: Jian J Wang
From: IanX Kuo <ianx.kuo@...>
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3675
Use QuickSort instead of QuickSortWorker
Cc: Jiewen Yao <jiewen.yao@...>
Cc: Jian J Wang
|
By
IanX Kuo
·
#82183
·
|
|
[PATCH v3 1/3] MdeModulePkg/SortLib: Add QuickSort function on BaseLib
From: IanX Kuo <ianx.kuo@...>
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3675
Use QuickSort instead of QuickSortWorker
Cc: Ray Ni <ray.ni@...>
Cc: Jian J Wang
From: IanX Kuo <ianx.kuo@...>
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3675
Use QuickSort instead of QuickSortWorker
Cc: Ray Ni <ray.ni@...>
Cc: Jian J Wang
|
By
IanX Kuo
·
#82182
·
|
|
[PATCH v3 0/3] Add function QuickSort into MdePkg/BaseLib
From: IanX Kuo <ianx.kuo@...>
1. MdeModulePkg/SortLib: Use QuickSort instead of QuickSortWorker
1-1: Drop cast (V2)
2. CryptLib/CryptLib: Remove duplicate QuickSortWorker
2-1: Drop cast
From: IanX Kuo <ianx.kuo@...>
1. MdeModulePkg/SortLib: Use QuickSort instead of QuickSortWorker
1-1: Drop cast (V2)
2. CryptLib/CryptLib: Remove duplicate QuickSortWorker
2-1: Drop cast
|
By
IanX Kuo
·
#82181
·
|
|
Re: [PATCH 2/2] OvmfPkg/AmdSev: update the fdf to use new workarea PCD
I assume you are including the IP for the APs during your VMSA hash
computation. The IP for the AP is obtained through the SevEsResetGuid
[1]. It points to Fixed(PcdSevEsWorkArea). After we introduced
I assume you are including the IP for the APs during your VMSA hash
computation. The IP for the AP is obtained through the SevEsResetGuid
[1]. It points to Fixed(PcdSevEsWorkArea). After we introduced
|
By
Brijesh Singh
·
#82180
·
|