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
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