> -----Original Message----- > From: Dong, Eric > Sent: Wednesday, July 24, 2019 3:07 PM > To: [email protected] > Cc: Ni, Ray <[email protected]>; Laszlo Ersek <[email protected]>; Kumar, > Chandana C <[email protected]>; Zeng, Star > <[email protected]> > Subject: [Patch v3 4/6] UefiCpuPkg: Add new EDKII_PEI_MP_SERVICES2_PPI > > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1973 > > Add definition for new EDKII_PEI_MP_SERVICES2_PPI. > > It includes all APIs existed in EFI_PEI_MP_SERVICES_PPI and add new API > EDKII_PEI_MP_SERVICES_STARTUP_ALL_CPUS. > > Cc: Ray Ni <[email protected]> > Cc: Laszlo Ersek <[email protected]> > Cc: Chandana Kumar <[email protected]> > Cc: Star Zeng <[email protected]> > Signed-off-by: Eric Dong <[email protected]> > --- > UefiCpuPkg/Include/Ppi/MpServices2.h | 279 > +++++++++++++++++++++++++++ > UefiCpuPkg/UefiCpuPkg.dec | 3 + > 2 files changed, 282 insertions(+) > create mode 100644 UefiCpuPkg/Include/Ppi/MpServices2.h > > diff --git a/UefiCpuPkg/Include/Ppi/MpServices2.h > b/UefiCpuPkg/Include/Ppi/MpServices2.h > new file mode 100644 > index 0000000000..83a56588a5 > --- /dev/null > +++ b/UefiCpuPkg/Include/Ppi/MpServices2.h > @@ -0,0 +1,279 @@ > +/** @file > + This file declares edkii Multi-processor service PPI.
With edkii changed to EDKII, Reviewed-by: Ray Ni <[email protected]> -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#44365): https://edk2.groups.io/g/devel/message/44365 Mute This Topic: https://groups.io/mt/32581677/21656 Group Owner: [email protected] Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
