Message ID | 20241218101142.1552618-5-andrei.cherechesu@oss.nxp.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | xen/arm: Add support for S32CC platforms and LINFlexD UART | expand |
Hi Andrei, > On 18 Dec 2024, at 11:11, Andrei Cherechesu (OSS) <andrei.cherechesu@oss.nxp.com> wrote: > > From: Andrei Cherechesu <andrei.cherechesu@nxp.com> > > Signed-off-by: Andrei Cherechesu <andrei.cherechesu@nxp.com> Reviewed-by: Bertrand Marquis <bertrand.marquis@arm.com> Cheers Bertrand > --- > CHANGELOG.md | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/CHANGELOG.md b/CHANGELOG.md > index 15f681459f..bda43b1efb 100644 > --- a/CHANGELOG.md > +++ b/CHANGELOG.md > @@ -16,6 +16,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) > ### Added > - On Arm: > - Experimental support for Armv8-R. > + - Support for NXP S32G3 Processors Family and NXP LINFlexD UART driver. > + - Basic handling for SCMI requests over SMC using Shared Memory, by allowing > + forwarding the calls to EL3 FW if coming from hwdom. > - On x86: > - xl suspend/resume subcommands. > > -- > 2.45.2 > >
On 12/18/24 11:11 AM, Andrei Cherechesu (OSS) wrote: > From: Andrei Cherechesu <andrei.cherechesu@nxp.com> > > Signed-off-by: Andrei Cherechesu <andrei.cherechesu@nxp.com> Acked-by: Oleksii Kurochko <oleksii.kurochko@gmail.com> ~ Oleksii > --- > CHANGELOG.md | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/CHANGELOG.md b/CHANGELOG.md > index 15f681459f..bda43b1efb 100644 > --- a/CHANGELOG.md > +++ b/CHANGELOG.md > @@ -16,6 +16,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) > ### Added > - On Arm: > - Experimental support for Armv8-R. > + - Support for NXP S32G3 Processors Family and NXP LINFlexD UART driver. > + - Basic handling for SCMI requests over SMC using Shared Memory, by allowing > + forwarding the calls to EL3 FW if coming from hwdom. > - On x86: > - xl suspend/resume subcommands. >
diff --git a/CHANGELOG.md b/CHANGELOG.md index 15f681459f..bda43b1efb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ### Added - On Arm: - Experimental support for Armv8-R. + - Support for NXP S32G3 Processors Family and NXP LINFlexD UART driver. + - Basic handling for SCMI requests over SMC using Shared Memory, by allowing + forwarding the calls to EL3 FW if coming from hwdom. - On x86: - xl suspend/resume subcommands.