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 83236941282 for ; Tue, 12 Dec 2023 09:29:37 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=eMOT6FsPnJJCvprCyfKY/TM9v4QAODaqgTl9CLWig9Y=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20140610; t=1702373376; v=1; b=Lzpie+RIbcBZG8hGQMb26l4yam3hg+PzlUfyI3l4mK59qEIwq+loCUCyizgJV496ERbL443l 2l+5rc/FBbe1h5hgleNmKlZefIjWJxMOk7UvDsysTcxVNNycYrmgsXb1o9YKV8UG6RovBHmOpe5 wl5c/j95LLMza+Lwbg022dyU= X-Received: by 127.0.0.2 with SMTP id lVNOYY7687511xVYS3oeqjml; Tue, 12 Dec 2023 01:29:36 -0800 X-Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web10.12927.1702373375631915617 for ; Tue, 12 Dec 2023 01:29:35 -0800 X-Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id BBD4B1474; Tue, 12 Dec 2023 01:30:21 -0800 (PST) X-Received: from e126645.arm.com (unknown [10.57.44.69]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 167B93F5A1; Tue, 12 Dec 2023 01:29:33 -0800 (PST) From: "PierreGondois" To: devel@edk2.groups.io Cc: Ray Ni , Sami Mujawar , Leif Lindholm , Ard Biesheuvel Subject: [edk2-devel] [PATCH v4 01/10] ArmPkg/ArmScmiDxe: Rename PERFORMANCE_PROTOCOL_VERSION Date: Tue, 12 Dec 2023 10:28:38 +0100 Message-Id: <20231212092847.1253756-2-pierre.gondois@arm.com> In-Reply-To: <20231212092847.1253756-1-pierre.gondois@arm.com> References: <20231212092847.1253756-1-pierre.gondois@arm.com> MIME-Version: 1.0 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,pierre.gondois@arm.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: wS5I1qlI8VxaY6RpIhMa81qUx7686176AA= Content-Transfer-Encoding: quoted-printable X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=Lzpie+RI; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=arm.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 Rename PERFORMANCE_PROTOCOL_VERSION to reflect the different versions of the protocol. The macro is neither used in edk2 nor in edk2-platforms. Reviewed-by: Leif Lindholm Signed-off-by: Pierre Gondois --- .../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=0D =0D - Copyright (c) 2017-2021, Arm Limited. All rights reserved.=0D + Copyright (c) 2017-2023, Arm Limited. All rights reserved.=0D =0D SPDX-License-Identifier: BSD-2-Clause-Patent=0D =0D - System Control and Management Interface V1.0=0D - http://infocenter.arm.com/help/topic/com.arm.doc.den0056a/=0D - DEN0056A_System_Control_and_Management_Interface.pdf=0D + System Control and Management Interface V3.2, latest version at:=0D + - https://developer.arm.com/documentation/den0056/latest/=0D +=0D **/=0D =0D #ifndef ARM_SCMI_PERFORMANCE_PROTOCOL_H_=0D @@ -14,7 +14,10 @@ =0D #include =0D =0D -#define PERFORMANCE_PROTOCOL_VERSION 0x10000=0D +/// Arm Scmi performance protocol versions.=0D +#define PERFORMANCE_PROTOCOL_VERSION_V1 0x10000=0D +#define PERFORMANCE_PROTOCOL_VERSION_V2 0x20000=0D +#define PERFORMANCE_PROTOCOL_VERSION_V3 0x30000=0D =0D #define ARM_SCMI_PERFORMANCE_PROTOCOL_GUID { \=0D 0x9b8ba84, 0x3dd3, 0x49a6, {0xa0, 0x5a, 0x31, 0x34, 0xa5, 0xf0, 0x7b, 0x= ad} \=0D --=20 2.25.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#112368): https://edk2.groups.io/g/devel/message/112368 Mute This Topic: https://groups.io/mt/103127046/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-