From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: redhat.com, ip: 209.132.183.28, mailfrom: lersek@redhat.com) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by groups.io with SMTP; Fri, 26 Jul 2019 03:37:43 -0700 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id F2AD830917AA; Fri, 26 Jul 2019 10:37:42 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-116-40.ams2.redhat.com [10.36.116.40]) by smtp.corp.redhat.com (Postfix) with ESMTP id D050C80E7; Fri, 26 Jul 2019 10:37:41 +0000 (UTC) Subject: Re: [edk2-devel] [Patch v3 4/6] UefiCpuPkg: Add new EDKII_PEI_MP_SERVICES2_PPI To: devel@edk2.groups.io, eric.dong@intel.com Cc: Ray Ni , Chandana Kumar , Star Zeng References: <20190724070727.14976-1-eric.dong@intel.com> <20190724070727.14976-5-eric.dong@intel.com> From: "Laszlo Ersek" Message-ID: <6d74080f-fc2f-56b7-2c31-564b99f3c2b3@redhat.com> Date: Fri, 26 Jul 2019 12:37:41 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <20190724070727.14976-5-eric.dong@intel.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.41]); Fri, 26 Jul 2019 10:37:43 +0000 (UTC) Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit On 07/24/19 09:07, Dong, Eric wrote: > 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 > Cc: Laszlo Ersek > Cc: Chandana Kumar > Cc: Star Zeng > Signed-off-by: Eric Dong > --- > UefiCpuPkg/Include/Ppi/MpServices2.h | 279 +++++++++++++++++++++++++++ > UefiCpuPkg/UefiCpuPkg.dec | 3 + > 2 files changed, 282 insertions(+) > create mode 100644 UefiCpuPkg/Include/Ppi/MpServices2.h Regression-tested-by: Laszlo Ersek