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:38:04 -0700 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 2526459440; Fri, 26 Jul 2019 10:38:04 +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 F143F60C18; Fri, 26 Jul 2019 10:38:02 +0000 (UTC) Subject: Re: [edk2-devel] [Patch v3 5/6] UefiCpuPkg/CpuMpPei: Produce 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-6-eric.dong@intel.com> From: "Laszlo Ersek" Message-ID: Date: Fri, 26 Jul 2019 12:38:02 +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-6-eric.dong@intel.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.39]); Fri, 26 Jul 2019 10:38:04 +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 > > Produce new EDKII_PEI_MP_SERVICES2_PPI service. > > 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/CpuMpPei/CpuMpPei.c | 21 +- > UefiCpuPkg/CpuMpPei/CpuMpPei.h | 3 +- > UefiCpuPkg/CpuMpPei/CpuMpPei.inf | 2 + > UefiCpuPkg/CpuMpPei/Mp2Pei.c | 417 +++++++++++++++++++++++++++++++ > 4 files changed, 436 insertions(+), 7 deletions(-) > create mode 100644 UefiCpuPkg/CpuMpPei/Mp2Pei.c Regression-tested-by: Laszlo Ersek