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 187B8941548 for ; Thu, 25 Jan 2024 15:19:13 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=SUrGqrS2Y3PSOhz/pgbXDdIj5hEILLTloxpl2yEaWls=; 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=1706195952; v=1; b=VjmKQjJOHpRkO01xw5EfJG/z/zYsVnn+11pOlln/Gbox1jaHyPh2gvAKV+YV5Q825mpairPK 639uYKfREZB4VEIHkSzTBL3NNxGEVHrSHy64AW4YDR3MBvBKj3K4a27IDi8uySxRbk0m7NlEgTz SqYUQcJJl6S3y1HAtvTyCECI= X-Received: by 127.0.0.2 with SMTP id LVYrYY7687511xG4qUnGdNGA; Thu, 25 Jan 2024 07:19:12 -0800 X-Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web10.20291.1706195952081413714 for ; Thu, 25 Jan 2024 07:19:12 -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 D6895FEC; Thu, 25 Jan 2024 07:19:55 -0800 (PST) X-Received: from e126645.arm.com (unknown [10.57.47.22]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id EC5A33F5A1; Thu, 25 Jan 2024 07:19:09 -0800 (PST) From: "PierreGondois" To: devel@edk2.groups.io Cc: Sami Mujawar , Leif Lindholm , Ard Biesheuvel , Pierre Gondois Subject: [edk2-devel] [PATCH v5 01/11] ArmPkg/ArmScmiDxe: Rename PERFORMANCE_PROTOCOL_VERSION Date: Thu, 25 Jan 2024 16:18:40 +0100 Message-Id: <20240125151850.620749-2-pierre.gondois@arm.com> In-Reply-To: <20240125151850.620749-1-pierre.gondois@arm.com> References: <20240125151850.620749-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: CRqKZqkSmbZbIXx0TtNa1VfGx7686176AA= 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=VjmKQjJO; 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 Reviewed-by: Sami Mujawar 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 (#114411): https://edk2.groups.io/g/devel/message/114411 Mute This Topic: https://groups.io/mt/103955492/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-