From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mx0a-0031df01.pphosted.com (mx0a-0031df01.pphosted.com [205.220.168.131]) by mx.groups.io with SMTP id smtpd.web08.4064.1662525352991901790 for ; Tue, 06 Sep 2022 21:35:53 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="body hash did not verify" header.i=@quicinc.com header.s=qcppdkim1 header.b=KASLPtt1; spf=permerror, err=parse error for token &{10 18 %{ir}.%{v}.%{d}.spf.has.pphosted.com}: invalid domain name (domain: quicinc.com, ip: 205.220.168.131, mailfrom: quic_rcran@quicinc.com) Received: from pps.filterd (m0279863.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.17.1.5/8.17.1.5) with ESMTP id 2874TJ3O004352; Wed, 7 Sep 2022 04:35:42 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; h=message-id : date : mime-version : subject : to : references : from : in-reply-to : content-type : content-transfer-encoding; s=qcppdkim1; bh=gq2IM9pUKRk67R4WFsU+EamDo2MqTwNHnpdHAEVYDvc=; b=KASLPtt1lRjz1PoCMGQ3SOMYsUIIlsPnZEt2U9GUm+shRrsPGXKD+aBlmJ/lAQHHfUe/ fnGx9HpBANE/3+4H+K1ELBy4L6joLRReR38VcPlUSIRP1BnkpkNIGqH308wLo/S+RTqm mKY3gQCp9jh6Cv0e2FuYTJuxirs5B0hB37AHh8Or0eQ2YdT+fU/t+IAn6IbcQYp9NX3P oqdIwnsFJ3i3TsOt7zpQ1GlHESmk+wrSvj8MPn69xkUFByrTDcMzU2I/s5kMvMR0Ys9L bkFHaq02bmgr27h6M+5FDOMuMx2FRuH7zVn2gsvowsdfnMFM0kWebAmT8G0GguydepB/ uA== Received: from nasanppmta03.qualcomm.com (i-global254.qualcomm.com [199.106.103.254]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 3je25nu3ea-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 07 Sep 2022 04:35:42 +0000 Received: from nasanex01b.na.qualcomm.com (nasanex01b.na.qualcomm.com [10.46.141.250]) by NASANPPMTA03.qualcomm.com (8.17.1.5/8.17.1.5) with ESMTPS id 2874ZfiL021687 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 7 Sep 2022 04:35:41 GMT Received: from [10.110.11.216] (10.80.80.8) by nasanex01b.na.qualcomm.com (10.46.141.250) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.986.29; Tue, 6 Sep 2022 21:35:40 -0700 Message-ID: <817ece1b-ab1d-7639-093d-de40867ea1b8@quicinc.com> Date: Tue, 6 Sep 2022 22:35:40 -0600 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.2.1 Subject: Re: [edk2-devel] [PATCH v2 1/2] ArmPkg: implement EFI_MP_SERVICES_PROTOCOL based on PSCI calls To: , , , , Sami Mujawar , Jian J Wang , Liming Gao , "Michael Kubacki" References: <20220907040326.388003-1-rebecca@quicinc.com> <20220907040326.388003-2-rebecca@quicinc.com> <1712796FB27A1CB6.17907@groups.io> From: "Rebecca Cran" In-Reply-To: <1712796FB27A1CB6.17907@groups.io> X-Originating-IP: [10.80.80.8] X-ClientProxiedBy: nasanex01b.na.qualcomm.com (10.46.141.250) To nasanex01b.na.qualcomm.com (10.46.141.250) X-QCInternal: smtphost X-Proofpoint-Virus-Version: vendor=nai engine=6200 definitions=5800 signatures=585085 X-Proofpoint-ORIG-GUID: VyFII6S4oSjpvigWMV095Fo3TS94D_85 X-Proofpoint-GUID: VyFII6S4oSjpvigWMV095Fo3TS94D_85 X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.205,Aquarius:18.0.895,Hydra:6.0.528,FMLib:17.11.122.1 definitions=2022-09-07_02,2022-09-06_02,2022-06-22_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 priorityscore=1501 spamscore=0 phishscore=0 malwarescore=0 suspectscore=0 impostorscore=0 bulkscore=0 lowpriorityscore=0 clxscore=1011 mlxscore=0 mlxlogscore=999 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2207270000 definitions=main-2209070017 X-MIME-Autoconverted: from 8bit to quoted-printable by mx0a-0031df01.pphosted.com id 2874TJ3O004352 Content-Language: en-US Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: quoted-printable Also, CI is failing in the SpellCheck test because of the=20 "-mstrict-align" in ArmPsciMpServicesDxe.inf. /home/vsts/work/1/s/ArmPkg/Drivers/ArmPsciMpServicesDxe/ArmPsciMpServices= Dxe.inf:55:25=20 - Unknown word (mstrict) Should I add "mstrict" to pytool/Plugin/SpellCheck/cspell.base.yaml ? --=20 Rebecca Cran On 9/6/22 22:25, Rebecca Cran wrote: > On 9/6/22 22:03, Rebecca Cran wrote: >> diff --git a/ArmPkg/ArmPkg.dsc b/ArmPkg/ArmPkg.dsc >> index 59fd8f295d4f..4716789402fc 100644 >> --- a/ArmPkg/ArmPkg.dsc >> +++ b/ArmPkg/ArmPkg.dsc >> @@ -125,6 +125,7 @@ [Components.common] >> =C2=A0=C2=A0=C2=A0 ArmPkg/Drivers/CpuPei/CpuPei.inf >> =C2=A0=C2=A0=C2=A0 ArmPkg/Drivers/ArmGic/ArmGicDxe.inf >> =C2=A0=C2=A0=C2=A0 ArmPkg/Drivers/ArmGic/ArmGicLib.inf >> +=C2=A0 ArmPkg/Drivers/ArmPsciMpServicesDxe/ArmPsciMpServicesDxe.inf >> =C2=A0=C2=A0=C2=A0 ArmPkg/Drivers/GenericWatchdogDxe/GenericWatchdogDx= e.inf >> =C2=A0=C2=A0=C2=A0 ArmPkg/Drivers/TimerDxe/TimerDxe.inf > This won't work, since there's no support for 32-bit ARM code. > I'll move it into the AARCH64 section. >