[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v4 4/6] CHANGELOG.md: Add NXP S32G3 and SCMI-SMC layer support mentions
- To: xen-devel@xxxxxxxxxxxxxxxxxxxx
- From: "Andrei Cherechesu (OSS)" <andrei.cherechesu@xxxxxxxxxxx>
- Date: Thu, 19 Dec 2024 13:23:13 +0200
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=oss.nxp.com; dmarc=pass action=none header.from=oss.nxp.com; dkim=pass header.d=oss.nxp.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=MMUaJq6ve1Tou6rEBX7gkP59r1mDg0K+CG0KwNKwM5I=; b=RFyWCFJ0Z4VtkQsap1BJvBPeZOETI3ueJKek8KU2W3QRbAiV3kvWEv9zQYKq0ZUf7nYFhqgDYgG13yI092sdDqrs8R4xVyEpwq4mS29vXMFrkDK4sjACaBIw7wK7ON1ksM6vIfImdEy1EVa0PkZFjR0NL12MEifE0mW40VjFmerBrcJ6/OYfVJ4bNH+Ey2dTgSAKTv53UsedY3w2GvFbbV3e3S6uQeQKlKNK0cigCM75gxH7IwN0NU0GBPbV1FFHVEzqAGQ6OkTnve1Bwt3N/+IZUBegSfUHDC2HMRecu46FNpd0oHPZDfPUn51b/c4BMHU1aTPS9mt2uJPz5SaIQw==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=WNKwD6UqSYkW/MZ6v3FY1+O3rCl+SF4ToaWdB8bLguFn5chHF6mSaOyedXnjG7UfYZe4WnVX3DN0gnJidRCECIsblMaq/cLf2mXq+G0AY4wa1tif9b6n8mugSscAAl9TrU99vw0gaGqa8InMhu5pauPu131r2SW+QSIwVHmp2euLGY8p0nOYUncqAcMwMz3K+K36JG3OqXPHkNTGIwuNw+eruwnn8/p2v0ColOEwGsWeT7tv25OkkTV3qqRuE6AgqFRpT9HJpnFYjk9+3OUfZvMPXy8Ho5GbrwrCZfkp6GzmKscaQgkSPtDQ/hiA1z9BAWaP3czxu+a7K+fl+2dg0w==
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=oss.nxp.com;
- Cc: S32@xxxxxxx, andrei.cherechesu@xxxxxxxxxxx, Andrei Cherechesu <andrei.cherechesu@xxxxxxx>, Oleksii Kurochko <oleksii.kurochko@xxxxxxxxx>, Community Manager <community.manager@xxxxxxxxxxxxxx>, Bertrand Marquis <bertrand.marquis@xxxxxxx>
- Delivery-date: Thu, 19 Dec 2024 11:23:47 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
From: Andrei Cherechesu <andrei.cherechesu@xxxxxxx>
Signed-off-by: Andrei Cherechesu <andrei.cherechesu@xxxxxxx>
Reviewed-by: Bertrand Marquis <bertrand.marquis@xxxxxxx>
Acked-by: Oleksii Kurochko <oleksii.kurochko@xxxxxxxxx>
---
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
|