Re: [edk2-devel] [Patch V2 3/6] UefiCpuPkg: Create MpHandOff.

2023-06-26 Thread Yuanhao Xie
Hi Gerd, Please check [Patch V2 6/6] UefiCpuPkg: Enhance MpHandOff Handling. Best, Yuanhao -Original Message- From: Gerd Hoffmann Sent: Monday, June 26, 2023 7:22 PM To: Xie, Yuanhao Cc: devel@edk2.groups.io; Dong, Eric ; Ni, Ray ; Kumar, Rahul R ; Tom Lendacky Subject: Re: [Patch

Re: [edk2-devel] [Patch V2 3/6] UefiCpuPkg: Create MpHandOff.

2023-06-26 Thread Gerd Hoffmann
Hi, > The SaveCpuMpData() function was updated to construct the MP_HAND_OFF > Hob. The HOB still has the same scaleability problem (~2700 cpus max). take care, Gerd -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#106362): https://e

[edk2-devel] [Patch V2 3/6] UefiCpuPkg: Create MpHandOff.

2023-06-25 Thread Yuanhao Xie
Initially, the purpose of the Hob was twofold: it served as a way to transfer information from PEI to DXE. However, during the DXE phase, only a few fields from the CPU_MP_DATA which collected in PEI phase were needed. A new Hob was specifically created to transfer information to the DXE phase. T