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:36:54 -0700 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 4BC5981F0C; Fri, 26 Jul 2019 10:36:54 +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 2AB0A3794; Fri, 26 Jul 2019 10:36:52 +0000 (UTC) Subject: Re: [edk2-devel] [Patch v3 2/6] UefiCpuPkg/MpInitLib: Add MpInitLibStartupAllCPUs API. 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-3-eric.dong@intel.com> From: "Laszlo Ersek" Message-ID: <6f042613-e5c3-4ed5-9416-784484601ba6@redhat.com> Date: Fri, 26 Jul 2019 12:36:52 +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-3-eric.dong@intel.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.27]); Fri, 26 Jul 2019 10:36:54 +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 new MpInitLibStartupAllCPUs API uses to start all processors > at the same time. > > Cc: Ray Ni > Cc: Laszlo Ersek > Cc: Chandana Kumar > Cc: Star Zeng > Signed-off-by: Eric Dong > Reviewed-by: Ray Ni > --- > UefiCpuPkg/Library/MpInitLib/DxeMpLib.c | 5 +- > UefiCpuPkg/Library/MpInitLib/MpLib.c | 61 +++++++++++++++++++++++-- > UefiCpuPkg/Library/MpInitLib/MpLib.h | 6 ++- > UefiCpuPkg/Library/MpInitLib/PeiMpLib.c | 5 +- > 4 files changed, 67 insertions(+), 10 deletions(-) Regression-tested-by: Laszlo Ersek