diff mbox series

xen/arm: ffa: add changelog entries for FF-A improvements

Message ID 059ad52a5d2aa6fb7fabe44fe2a99d8b73c1b907.1736240334.git.bertrand.marquis@arm.com (mailing list archive)
State New
Headers show
Series xen/arm: ffa: add changelog entries for FF-A improvements | expand

Commit Message

Bertrand Marquis Jan. 7, 2025, 9:02 a.m. UTC
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 <bertrand.marquis@arm.com>
---
 CHANGELOG.md | 3 +++
 1 file changed, 3 insertions(+)

Comments

Oleksii Kurochko Jan. 7, 2025, 5:19 p.m. UTC | #1
Hi Bertrand,

On 1/7/25 10:02 AM, Bertrand Marquis wrote:
> 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<bertrand.marquis@arm.com>

Release-Acked-By: Oleksii Kurochko<oleksii.kurochko@gmail.com>

Thanks.

~ Oleksii

> ---
>   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.
>
Stefano Stabellini Jan. 7, 2025, 8:25 p.m. UTC | #2
On Tue, 7 Jan 2025, Bertrand Marquis wrote:
> 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 <bertrand.marquis@arm.com>

Acked-by: Stefano Stabellini <sstabellini@kernel.org>


> ---
>  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.
>  
> -- 
> 2.47.1
>
diff mbox series

Patch

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.