From patchwork Tue Jan 7 09:02:18 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bertrand Marquis X-Patchwork-Id: 13928480 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 1B111E77197 for ; Tue, 7 Jan 2025 09:03:13 +0000 (UTC) Received: from list by lists.xenproject.org with outflank-mailman.866149.1277423 (Exim 4.92) (envelope-from ) id 1tV5U7-0000j7-0N; Tue, 07 Jan 2025 09:02:47 +0000 X-Outflank-Mailman: Message body and most headers restored to incoming version Received: by outflank-mailman (output) from mailman id 866149.1277423; Tue, 07 Jan 2025 09:02:46 +0000 Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1tV5U6-0000j0-TS; Tue, 07 Jan 2025 09:02:46 +0000 Received: by outflank-mailman (input) for mailman id 866149; Tue, 07 Jan 2025 09:02:45 +0000 Received: from se1-gles-flk1-in.inumbo.com ([94.247.172.50] helo=se1-gles-flk1.inumbo.com) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1tV5U5-0000iu-PA for xen-devel@lists.xenproject.org; Tue, 07 Jan 2025 09:02:45 +0000 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by se1-gles-flk1.inumbo.com (Halon) with ESMTP id 278f354b-ccd6-11ef-99a4-01e77a169b0f; Tue, 07 Jan 2025 10:02:43 +0100 (CET) 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 E904213D5; Tue, 7 Jan 2025 01:03:10 -0800 (PST) Received: from C3HXLD123V.arm.com (unknown [10.57.93.17]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 472493F66E; Tue, 7 Jan 2025 01:02:41 -0800 (PST) X-BeenThere: xen-devel@lists.xenproject.org List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Errors-To: xen-devel-bounces@lists.xenproject.org Precedence: list Sender: "Xen-devel" X-Inumbo-ID: 278f354b-ccd6-11ef-99a4-01e77a169b0f From: Bertrand Marquis To: xen-devel@lists.xenproject.org Cc: Oleksii Kurochko , Community Manager , Stefano Stabellini , Julien Grall , Michal Orzel Subject: [PATCH] xen/arm: ffa: add changelog entries for FF-A improvements Date: Tue, 7 Jan 2025 10:02:18 +0100 Message-ID: <059ad52a5d2aa6fb7fabe44fe2a99d8b73c1b907.1736240334.git.bertrand.marquis@arm.com> X-Mailer: git-send-email 2.47.1 MIME-Version: 1.0 Add a CHANGELOG entry for release 4.20 to mention the various improvements and fixes that have been done in the FF-A support since 4.19 release. Signed-off-by: Bertrand Marquis Acked-by: Stefano Stabellini --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8507e6556a56..d58a2ffd130b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Basic handling for SCMI requests over SMC using Shared Memory, by allowing forwarding the calls to EL3 FW if coming from hwdom. - Support for LLC (Last Level Cache) coloring. + - Several FF-A support improvements: add indirect messages support, transmit + RXTX buffer to the SPMC, fix version negotication and partition + information retrieval. - On x86: - xl suspend/resume subcommands.