mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-08 17:05:09 +02:00
UefiCpuPkg: Add a new field in MpInfo2 HOB
Add new field CoreType in gMpInformationHobGuid2 Signed-off-by: Dun Tan <dun.tan@intel.com> Cc: Eric Dong <eric.dong@intel.com> Reviewed-by: Ray Ni <ray.ni@intel.com> Cc: Rahul Kumar <rahul1.kumar@intel.com> Cc: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
be44fff723
commit
fc4f6627f8
@ -29,6 +29,8 @@
|
||||
|
||||
typedef struct {
|
||||
EFI_PROCESSOR_INFORMATION ProcessorInfo;
|
||||
UINT8 CoreType;
|
||||
UINT8 Reserved[7];
|
||||
//
|
||||
// Add more fields in future
|
||||
//
|
||||
|
Loading…
x
Reference in New Issue
Block a user