Skip to content

Commit

Permalink
[CHERRY-PICK] UefiCpuPkg: Add a new field in MpInfo2 HOB
Browse files Browse the repository at this point in the history
Add new field CoreType in gMpInformationHobGuid2

Signed-off-by: Dun Tan <[email protected]>
Cc: Eric Dong <[email protected]>
Reviewed-by: Ray Ni <[email protected]>
Cc: Rahul Kumar <[email protected]>
Cc: Gerd Hoffmann <[email protected]>
  • Loading branch information
td36 authored and kenlautner committed May 21, 2024
1 parent e3b9ca1 commit 84b4db3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions UefiCpuPkg/Include/Guid/MpInformation2.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@

typedef struct {
EFI_PROCESSOR_INFORMATION ProcessorInfo;
UINT8 CoreType;
UINT8 Reserved[7];
//
// Add more fields in future
//
Expand Down

0 comments on commit 84b4db3

Please sign in to comment.