diff mbox series

[v2,6/8] CHANGELOG.md: Add NXP S32CC and SCMI-SMC layer support mentions

Message ID 20240930114715.642978-7-andrei.cherechesu@oss.nxp.com (mailing list archive)
State New
Headers show
Series xen/arm: Add support for S32CC platforms and LINFlexD UART | expand

Commit Message

Andrei Cherechesu Sept. 30, 2024, 11:47 a.m. UTC
From: Andrei Cherechesu <andrei.cherechesu@nxp.com>

Signed-off-by: Andrei Cherechesu <andrei.cherechesu@nxp.com>
---
 CHANGELOG.md | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Jan Beulich Sept. 30, 2024, 12:53 p.m. UTC | #1
On 30.09.2024 13:47, Andrei Cherechesu (OSS) wrote:
> --- a/CHANGELOG.md
> +++ b/CHANGELOG.md
> @@ -11,6 +11,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
>     - Prefer ACPI reboot over UEFI ResetSystem() run time service call.
>  
>  ### Added
> +  - On Arm:

Nits (style): One less indenting blanks here, but ...

> +   - Add support for NXP S32CC platforms and NXP LINFlexD UART driver.
> +   - Add basic handling for SCMI requests over SMC using Shared Memory,
> +   by allowing forwarding the calls to EL3 FW if coming from Dom0.

... two more of them on this last line.

Jan
Oleksii Kurochko Sept. 30, 2024, 1:21 p.m. UTC | #2
On Mon, 2024-09-30 at 14:53 +0200, Jan Beulich wrote:
> On 30.09.2024 13:47, Andrei Cherechesu (OSS) wrote:
> > --- a/CHANGELOG.md
> > +++ b/CHANGELOG.md
> > @@ -11,6 +11,10 @@ The format is based on [Keep a
> > Changelog](https://keepachangelog.com/en/1.0.0/)
> >     - Prefer ACPI reboot over UEFI ResetSystem() run time service
> > call.
> >  
> >  ### Added
> > +  - On Arm:
> 
> Nits (style): One less indenting blanks here, but ...
> 
> > +   - Add support for NXP S32CC platforms and NXP LINFlexD UART
> > driver.
> > +   - Add basic handling for SCMI requests over SMC using Shared
> > Memory,
> > +   by allowing forwarding the calls to EL3 FW if coming from Dom0.
> 
> ... two more of them on this last line.
With the suggested changes applied: Acked-by: Oleksii Kurochko
oleksii.kurochko@gmail.com

~ Oleksii
Stefano Stabellini Sept. 30, 2024, 10:45 p.m. UTC | #3
On Mon, 30 Sep 2024, Andrei Cherechesu (OSS) wrote:
> From: Andrei Cherechesu <andrei.cherechesu@nxp.com>
> 
> Signed-off-by: Andrei Cherechesu <andrei.cherechesu@nxp.com>
> ---
>  CHANGELOG.md | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/CHANGELOG.md b/CHANGELOG.md
> index 26e7d8dd2a..66ea505843 100644
> --- a/CHANGELOG.md
> +++ b/CHANGELOG.md
> @@ -11,6 +11,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
>     - Prefer ACPI reboot over UEFI ResetSystem() run time service call.
>  
>  ### Added
> +  - On Arm:
> +   - Add support for NXP S32CC platforms and NXP LINFlexD UART driver.
> +   - Add basic handling for SCMI requests over SMC using Shared Memory,
> +   by allowing forwarding the calls to EL3 FW if coming from Dom0.

Misalignment?

Other than that:

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


>  ### Removed
>   - On x86:
> -- 
> 2.45.2
> 
>
diff mbox series

Patch

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 26e7d8dd2a..66ea505843 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,10 @@  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
    - Prefer ACPI reboot over UEFI ResetSystem() run time service call.
 
 ### Added
+  - On Arm:
+   - Add support for NXP S32CC platforms and NXP LINFlexD UART driver.
+   - Add basic handling for SCMI requests over SMC using Shared Memory,
+   by allowing forwarding the calls to EL3 FW if coming from Dom0.
 
 ### Removed
  - On x86: