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 CDE687803DE for ; Tue, 21 Nov 2023 16:50:32 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=LnU/FIF91kPzvEdX7C0Hc+7cmyZKwlhPuPWxSFmNvJc=; 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=1700585431; v=1; b=Rv4HVhZ6mPlXB787TVcGGYXSWOOAQdSmapFlJrLtvzsuLLqf/VpWsQzXFINz4hK166TCyzgg lYO6djpHUrBNWiwgKJeeY0hSVObh1IaUS1g5SB+FFbclMPL9NJF32j762pvCau8vkGn2AwNUupz 6imn7G7l/r2jP2yxFlPqGX5I= X-Received: by 127.0.0.2 with SMTP id E8CfYY7687511xnrtVtzFpgc; Tue, 21 Nov 2023 08:50:31 -0800 X-Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web11.46786.1700585430784054377 for ; Tue, 21 Nov 2023 08:50:30 -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 3B083168F; Tue, 21 Nov 2023 08:51:17 -0800 (PST) X-Received: from e126645.nice.arm.com (unknown [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id DC6743F6C4; Tue, 21 Nov 2023 08:50:28 -0800 (PST) From: "PierreGondois" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Leif Lindholm , Sami Mujawar , Michael D Kinney , Liming Gao Subject: [edk2-devel] [PATCH v3 01/11] ArmPkg/ArmScmiDxe: Rename PERFORMANCE_PROTOCOL_VERSION Date: Tue, 21 Nov 2023 17:49:57 +0100 Message-Id: <20231121165007.1546858-2-pierre.gondois@arm.com> In-Reply-To: <20231121165007.1546858-1-pierre.gondois@arm.com> References: <20231121165007.1546858-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: F5vdlMyopYeLmuER8Xrr49R1x7686176AA= 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=Rv4HVhZ6; 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. 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 (#111568): https://edk2.groups.io/g/devel/message/111568 Mute This Topic: https://groups.io/mt/102732016/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-