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; Wed, 10 Jul 2019 09:10:23 -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 09A39307D970; Wed, 10 Jul 2019 16:10:23 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-117-153.ams2.redhat.com [10.36.117.153]) by smtp.corp.redhat.com (Postfix) with ESMTP id 4351E5D9CC; Wed, 10 Jul 2019 16:10:22 +0000 (UTC) Subject: Re: [edk2-devel] [Patch v5 0/2] Enable new MM MP protocol To: devel@edk2.groups.io, eric.dong@intel.com Cc: Ray Ni References: <20190710075624.16420-1-eric.dong@intel.com> From: "Laszlo Ersek" Message-ID: Date: Wed, 10 Jul 2019 18:10:21 +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: <20190710075624.16420-1-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.48]); Wed, 10 Jul 2019 16:10:23 +0000 (UTC) Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit On 07/10/19 09:56, Dong, Eric wrote: > V5: > 1. Some small enhancement. > > V4 changes: > 1. Use link list to save the used tokens. > > V3 changes: > 1. Fix Token clean up too early caused CheckProcedure return error. > > V1 changes: > RFC: https://bugzilla.tianocore.org/show_bug.cgi?id=1937 > > PI spec added a new protocol named MM MP protocol. This protocol allows for > better remote queuing of execution of procedures on an AP. > This extends the existing procedures to allow: > 1. A function to be called in blocking and non-blocking manner explicitly > 2. Allow broadcasts. > 3. Allow execution of a procedure when a processor powers up. > > This patch serial enable this new protocol. > > Cc: Ray Ni > Cc: Laszlo Ersek Thanks -- given Ray's approval, I plan to regression test this version later this week. Cheers Laszlo