From: Andrei Cherechesu <[email protected]> Signed-off-by: Andrei Cherechesu <[email protected]> --- 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. ### Removed - On x86: -- 2.45.2
