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.web11.15087.1664305278759967002 for ; Tue, 27 Sep 2022 12:01:18 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@quicinc.com header.s=qcppdkim1 header.b=oEM17WUv; 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 (m0279865.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.17.1.5/8.17.1.5) with ESMTP id 28RGwHOB008860; Tue, 27 Sep 2022 19:01:07 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; h=message-id : date : mime-version : subject : to : cc : references : from : in-reply-to : content-type : content-transfer-encoding; s=qcppdkim1; bh=zQerK40fCxWLT8Sy4SeU3qaXWElZcD/J7Az+XINcNiw=; b=oEM17WUvH/6G4GEyPA+Ipq4QLxGhUJGY8bleY1rDTzzVXC3PTh2u7WPQvmVIC7JTd4xq eKmhv6qN/E2xqfVs14IVlxK/BOPw4ECBPTdnXjacqbr0ewGXHkKBUO28/umseATE/78N QtMqfZou4bRfUJLMkKMi32EeX/utAev6+S6rwRPAqCswmhrpizsZcSFanauUoT/+0ilx hNK4Q5+1yWoFVdsxiajjgQnWe8Zl5Gdj4m1VvJH30+jYGjuhH2kL/WYKcYz4HTI2nnhp FceoMHXuqUeZ06Z4My4pYRgoKbnT0nNpfqoW2ck4igGnyCjIejL4YixDIJf77K8/7CHS WQ== Received: from nalasppmta05.qualcomm.com (Global_NAT1.qualcomm.com [129.46.96.20]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 3juqj0b6em-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 27 Sep 2022 19:01:07 +0000 Received: from nalasex01a.na.qualcomm.com (nalasex01a.na.qualcomm.com [10.47.209.196]) by NALASPPMTA05.qualcomm.com (8.17.1.5/8.17.1.5) with ESMTPS id 28RJ16OE007175 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 27 Sep 2022 19:01:06 GMT Received: from [10.110.5.18] (10.80.80.8) by nalasex01a.na.qualcomm.com (10.47.209.196) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.986.29; Tue, 27 Sep 2022 12:01:05 -0700 Message-ID: Date: Tue, 27 Sep 2022 12:00:46 -0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.1.2 Subject: Re: [edk2-devel] [PATCH v5 03/21] ArmPkg/ArmMonitorLib: Add ArmMonitorLib To: , CC: Sami Mujawar , Leif Lindholm , Ard Biesheuvel , Rebecca Cran , Michael D Kinney , Liming Gao , "Jiewen Yao" , Jian J Wang References: <20220919192207.637786-1-Pierre.Gondois@arm.com> <20220919192207.637786-4-Pierre.Gondois@arm.com> From: "Rebecca Cran" In-Reply-To: <20220919192207.637786-4-Pierre.Gondois@arm.com> X-Originating-IP: [10.80.80.8] X-ClientProxiedBy: nasanex01b.na.qualcomm.com (10.46.141.250) To nalasex01a.na.qualcomm.com (10.47.209.196) X-QCInternal: smtphost X-Proofpoint-Virus-Version: vendor=nai engine=6200 definitions=5800 signatures=585085 X-Proofpoint-ORIG-GUID: GPtVsF05HdvHFoVtRQ5HypwXONF93Ubg X-Proofpoint-GUID: GPtVsF05HdvHFoVtRQ5HypwXONF93Ubg 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-27_09,2022-09-27_01,2022-06-22_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 clxscore=1011 phishscore=0 priorityscore=1501 adultscore=0 mlxscore=0 impostorscore=0 mlxlogscore=586 spamscore=0 suspectscore=0 malwarescore=0 lowpriorityscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2209130000 definitions=main-2209270119 Content-Language: en-US Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit On 9/19/2022 12:21 PM, PierreGondois wrote: > +[Defines] > + INF_VERSION = 0x0001001B Should this be 0x0001001D, since 1.29 is the latest revision of the INF specification? -- Rebecca Cran