Reviewed-by: Ray Ni <ray...@intel.com> > -----Original Message----- > From: Wu, Jiaxin <jiaxin...@intel.com> > Sent: Thursday, June 1, 2023 9:31 AM > To: Zhang, Hongbin1 <hongbin1.zh...@intel.com>; devel@edk2.groups.io > Cc: Dong, Eric <eric.d...@intel.com>; Ni, Ray <ray...@intel.com>; Kumar, > Rahul R <rahul.r.ku...@intel.com>; Gerd Hoffmann <kra...@redhat.com>; > Zeng, Star <star.z...@intel.com> > Subject: RE: [PATCH v1] UefiCpuPkg: Get processor extended information for > SmmCpuServiceProtocol > > Reviewed-by: Jiaxin Wu <jiaxin...@intel.com> > > > -----Original Message----- > > From: Zhang, Hongbin1 <hongbin1.zh...@intel.com> > > Sent: Monday, May 29, 2023 2:40 PM > > To: devel@edk2.groups.io > > Cc: Zhang, Hongbin1 <hongbin1.zh...@intel.com>; Dong, Eric > > <eric.d...@intel.com>; Ni, Ray <ray...@intel.com>; Kumar, Rahul R > > <rahul.r.ku...@intel.com>; Gerd Hoffmann <kra...@redhat.com>; Zeng, > > Star <star.z...@intel.com>; Wu, Jiaxin <jiaxin...@intel.com> > > Subject: [PATCH v1] UefiCpuPkg: Get processor extended information for > > SmmCpuServiceProtocol > > > > Some features like RAS need to use processor extended information > > under smm, So add code to support it > > > > Signed-off-by: Hongbin1 Zhang <hongbin1.zh...@intel.com> > > Cc: Eric Dong <eric.d...@intel.com> > > Cc: Ray Ni <ray...@intel.com> > > Cc: Rahul Kumar <rahul1.ku...@intel.com> > > Cc: Gerd Hoffmann <kra...@redhat.com> > > Cc: Star Zeng <star.z...@intel.com> > > Cc: Jiaxin Wu <jiaxin...@intel.com> > > --- > > UefiCpuPkg/PiSmmCpuDxeSmm/PiSmmCpuDxeSmm.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/UefiCpuPkg/PiSmmCpuDxeSmm/PiSmmCpuDxeSmm.c > > b/UefiCpuPkg/PiSmmCpuDxeSmm/PiSmmCpuDxeSmm.c > > index c0e368ea94..8311c3b9de 100644 > > --- a/UefiCpuPkg/PiSmmCpuDxeSmm/PiSmmCpuDxeSmm.c > > +++ b/UefiCpuPkg/PiSmmCpuDxeSmm/PiSmmCpuDxeSmm.c > > @@ -929,7 +929,7 @@ PiCpuSmmEntry ( > > gSmmCpuPrivate->Operation[Index] = SmmCpuNone; > > > > if (Index < mNumberOfCpus) { > > - Status = MpServices->GetProcessorInfo (MpServices, Index, > > &gSmmCpuPrivate->ProcessorInfo[Index]); > > + Status = MpServices->GetProcessorInfo (MpServices, Index | > > CPU_V2_EXTENDED_TOPOLOGY, &gSmmCpuPrivate- > >ProcessorInfo[Index]); > > ASSERT_EFI_ERROR (Status); > > mCpuHotPlugData.ApicId[Index] = gSmmCpuPrivate- > > >ProcessorInfo[Index].ProcessorId; > > > > -- > > 2.37.0.windows.1
-=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#105523): https://edk2.groups.io/g/devel/message/105523 Mute This Topic: https://groups.io/mt/99209786/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/leave/9847357/21656/1706620634/xyzzy [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-