From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.byosoft.com.cn (mail.byosoft.com.cn [58.240.74.242]) by mx.groups.io with SMTP id smtpd.web11.21526.1605849577818750363 for ; Thu, 19 Nov 2020 21:19:42 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=none, err=permanent DNS error (domain: byosoft.com.cn, ip: 58.240.74.242, mailfrom: gaoliming@byosoft.com.cn) Received: from DESKTOPS6D0PVI ([58.246.60.130]) (envelope-sender ) by 192.168.6.13 with ESMTP for ; Fri, 20 Nov 2020 13:18:42 +0800 X-WM-Sender: gaoliming@byosoft.com.cn X-WM-AuthFlag: YES X-WM-AuthUser: gaoliming@byosoft.com.cn From: "gaoliming" To: , , , , Cc: , , , References: <20201119123928.29501-1-huangming@linux.alibaba.com> In-Reply-To: <20201119123928.29501-1-huangming@linux.alibaba.com> Subject: =?UTF-8?B?5Zue5aSNOiBbZWRrMi1kZXZlbF0gW1BBVENIIGVkazIgdjEgMC8yXSBGaXggc29tZSBpc3N1ZXMgZm9yIFN0YW5kYWxvbmVNTQ==?= Date: Fri, 20 Nov 2020 13:18:44 +0800 Message-ID: <017601d6befc$9e4ef8e0$daeceaa0$@byosoft.com.cn> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQGJDxJV4uyNdKNDJlSisP0t/DDQUapr2lwQ Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: quoted-printable Content-Language: zh-cn Ming: Current definition of EFI_MM_ENTRY_POINT follows PI spec 1.7 A (the late= st one). So, this is not a issue.=20 If you think there is the issue in PI spec, please join UEFI.org and propose the change to PI spec first.=20 Thanks Liming > -----=D3=CA=BC=FE=D4=AD=BC=FE----- > =B7=A2=BC=FE=C8=CB: bounce+27952+67723+4905953+8761045@groups.io > =B4=FA=B1=ED Ming Huang > =B7=A2=CB=CD=CA=B1=BC=E4: 2020=C4=EA11=D4=C219=C8=D5 20:39 > =CA=D5=BC=FE=C8=CB: devel@edk2.groups.io; ard.biesheuvel@arm.com; > sami.mujawar@arm.com; jiewen.yao@intel.com > =B3=AD=CB=CD: yitian.ly@alibaba-inc.com; terui.cl@alibaba-inc.com; > guoheyi@linux.alibaba.com; ming.huang-@outlook.com; Ming Huang > > =D6=F7=CC=E2: [edk2-devel] [PATCH edk2 v1 0/2] Fix some issues for Stand= aloneMM >=20 > The main changes of this series are about return status issue > and debug print issue for StandaloneMM. >=20 > Ming Huang (2): > edk2/StandaloneMmPkg: Fix several print issues > edk2/MM: Fix MM Communicate return wrong status issue >=20 > ArmPkg/Drivers/MmCommunicationDxe/MmCommunication.c | 2 -- > MdePkg/Include/Pi/PiMmCis.h | 2 +- > StandaloneMmPkg/Core/StandaloneMmCore.c | 5 > +++-- > .../Drivers/StandaloneMmCpu/AArch64/EventHandle.c | 9 > +++++---- > .../AArch64/StandaloneMmCoreEntryPoint.c | 2 +- > 5 files changed, 10 insertions(+), 10 deletions(-) >=20 > -- > 2.17.1 >=20 >=20 >=20 >=20 >=20