Re: [edk2-devel] Regarding StandaloneMmPkg/Include/Guid/MpInformation.h

2023-09-06 Thread Oliver Smith-Denny
On 9/5/2023 11:39 PM, Ni, Ray wrote: All, StandaloneMmPkg/Include/Guid/MpInformation.h contains the MP_INFORMATION_HOB_DATA HOB definition. This HOB is used for transfering MP information collected in non-SMM phase to standalone MM environment. #pragmapack(1) typedefstruct{ UINT64NumberOfPro

[edk2-devel] Regarding StandaloneMmPkg/Include/Guid/MpInformation.h

2023-09-05 Thread Ni, Ray
All, StandaloneMmPkg/Include/Guid/MpInformation.h contains the MP_INFORMATION_HOB_DATA HOB definition. This HOB is used for transfering MP information collected in non-SMM phase to standalone MM environment. #pragma pack(1) typedef struct { UINT64 NumberOfProcessors; U