From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id 4BD01941935 for ; Tue, 21 Nov 2023 17:02:33 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=63rkIbEIV6eVY8xXhbhGROIGu9xYI8wdv7QAFM2CHPY=; c=relaxed/simple; d=groups.io; h=Date:From:To:CC:Subject:Message-ID:References:MIME-Version:In-Reply-To:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Type:Content-Disposition; s=20140610; t=1700586152; v=1; b=jpLoClQUYXHT3e4ZjI7gRMIrfZvGQYL3yA8IOr9tcEiLJA6/cASbPCLpReWSnWSdAioVe88d KusHC3mt6GPxSYvV7oPtc43aOReAnUzL6EWQWa0TQanPc4sm18bZswhm1qaEPpQmP8525lLRTQG vJDleq0T0LMuwil0Q+70n4cA= X-Received: by 127.0.0.2 with SMTP id bebqYY7687511xvrgyGhmzrF; Tue, 21 Nov 2023 09:02:32 -0800 X-Received: from mx0a-0031df01.pphosted.com (mx0a-0031df01.pphosted.com [205.220.168.131]) by mx.groups.io with SMTP id smtpd.web10.47246.1700586151609631884 for ; Tue, 21 Nov 2023 09:02:31 -0800 X-Received: from pps.filterd (m0279863.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.17.1.19/8.17.1.19) with ESMTP id 3ALGLwV3014125; Tue, 21 Nov 2023 17:02:21 GMT X-Received: from nasanppmta03.qualcomm.com (i-global254.qualcomm.com [199.106.103.254]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 3uguwxs211-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 21 Nov 2023 17:02:20 +0000 X-Received: from nasanex01c.na.qualcomm.com (nasanex01c.na.qualcomm.com [10.45.79.139]) by NASANPPMTA03.qualcomm.com (8.17.1.5/8.17.1.5) with ESMTPS id 3ALH2KnZ004703 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 21 Nov 2023 17:02:20 GMT X-Received: from qc-i7.hemma.eciton.net (10.80.80.8) by nasanex01c.na.qualcomm.com (10.45.79.139) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1118.40; Tue, 21 Nov 2023 09:02:18 -0800 Date: Tue, 21 Nov 2023 17:02:14 +0000 From: "Leif Lindholm" To: Pierre Gondois CC: , Ard Biesheuvel , Sami Mujawar , Michael D Kinney , Liming Gao Subject: Re: [edk2-devel] [PATCH v3 01/11] ArmPkg/ArmScmiDxe: Rename PERFORMANCE_PROTOCOL_VERSION Message-ID: References: <20231121165007.1546858-1-pierre.gondois@arm.com> <20231121165007.1546858-2-pierre.gondois@arm.com> MIME-Version: 1.0 In-Reply-To: <20231121165007.1546858-2-pierre.gondois@arm.com> X-Originating-IP: [10.80.80.8] X-ClientProxiedBy: nasanex01b.na.qualcomm.com (10.46.141.250) To nasanex01c.na.qualcomm.com (10.45.79.139) X-QCInternal: smtphost X-Proofpoint-GUID: AQTxsDVsV_NwExi2aH40s7-V4gn9vwBm X-Proofpoint-ORIG-GUID: AQTxsDVsV_NwExi2aH40s7-V4gn9vwBm Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,quic_llindhol@quicinc.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: QczRg0TcYDTO5VqyMJlFyp7Mx7686176AA= Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=jpLoClQU; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=quicinc.com (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io On Tue, Nov 21, 2023 at 17:49:57 +0100, Pierre Gondois wrote: > Rename PERFORMANCE_PROTOCOL_VERSION to reflect the different > versions of the protocol. The macro is neither used in edk2 nor > in edk2-platforms. > > Signed-off-by: Pierre Gondois Reviewed-by: Leif Lindholm > --- > .../Include/Protocol/ArmScmiPerformanceProtocol.h | 13 ++++++++----- > 1 file changed, 8 insertions(+), 5 deletions(-) > > diff --git a/ArmPkg/Include/Protocol/ArmScmiPerformanceProtocol.h b/ArmPkg/Include/Protocol/ArmScmiPerformanceProtocol.h > index 7e548e4765c2..a28f0f766e37 100644 > --- a/ArmPkg/Include/Protocol/ArmScmiPerformanceProtocol.h > +++ b/ArmPkg/Include/Protocol/ArmScmiPerformanceProtocol.h > @@ -1,12 +1,12 @@ > /** @file > > - Copyright (c) 2017-2021, Arm Limited. All rights reserved. > + Copyright (c) 2017-2023, Arm Limited. All rights reserved. > > SPDX-License-Identifier: BSD-2-Clause-Patent > > - System Control and Management Interface V1.0 > - http://infocenter.arm.com/help/topic/com.arm.doc.den0056a/ > - DEN0056A_System_Control_and_Management_Interface.pdf > + System Control and Management Interface V3.2, latest version at: > + - https://developer.arm.com/documentation/den0056/latest/ > + > **/ > > #ifndef ARM_SCMI_PERFORMANCE_PROTOCOL_H_ > @@ -14,7 +14,10 @@ > > #include > > -#define PERFORMANCE_PROTOCOL_VERSION 0x10000 > +/// Arm Scmi performance protocol versions. > +#define PERFORMANCE_PROTOCOL_VERSION_V1 0x10000 > +#define PERFORMANCE_PROTOCOL_VERSION_V2 0x20000 > +#define PERFORMANCE_PROTOCOL_VERSION_V3 0x30000 > > #define ARM_SCMI_PERFORMANCE_PROTOCOL_GUID { \ > 0x9b8ba84, 0x3dd3, 0x49a6, {0xa0, 0x5a, 0x31, 0x34, 0xa5, 0xf0, 0x7b, 0xad} \ > -- > 2.25.1 > -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#111584): https://edk2.groups.io/g/devel/message/111584 Mute This Topic: https://groups.io/mt/102732016/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/leave/12367111/7686176/1913456212/xyzzy [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-