From patchwork Thu Nov 23 10:42:46 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Abdellatif El Khlifi X-Patchwork-Id: 35127 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id A2BF4C624B4 for ; Thu, 23 Nov 2023 10:43:06 +0000 (UTC) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web11.88465.1700736178413248393 for ; Thu, 23 Nov 2023 02:42:58 -0800 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: abdellatif.elkhlifi@arm.com) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 8C0E01042; Thu, 23 Nov 2023 02:43:44 -0800 (PST) Received: from e130802.arm.com (unknown [10.57.83.218]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 29ECE3F73F; Thu, 23 Nov 2023 02:42:57 -0800 (PST) From: abdellatif.elkhlifi@arm.com To: meta-arm@lists.yoctoproject.org, Jon.Mason@arm.com Cc: nd@arm.com, Abdellatif El Khlifi Subject: [PATCH nanbield 2/4] arm-bsp/documentation: corstone1000: update the change log Date: Thu, 23 Nov 2023 10:42:46 +0000 Message-Id: <20231123104248.74503-2-abdellatif.elkhlifi@arm.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20231123104248.74503-1-abdellatif.elkhlifi@arm.com> References: <20231123104248.74503-1-abdellatif.elkhlifi@arm.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 23 Nov 2023 10:43:06 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arm/message/5252 From: Abdellatif El Khlifi align the change log with the upcoming CORSTONE1000-2023.11 release Signed-off-by: Abdellatif El Khlifi --- .../documentation/corstone1000/change-log.rst | 71 +++++++++++++++++++ 1 file changed, 71 insertions(+) diff --git a/meta-arm-bsp/documentation/corstone1000/change-log.rst b/meta-arm-bsp/documentation/corstone1000/change-log.rst index 32d65292..173823b6 100644 --- a/meta-arm-bsp/documentation/corstone1000/change-log.rst +++ b/meta-arm-bsp/documentation/corstone1000/change-log.rst @@ -10,6 +10,77 @@ Change Log This document contains a summary of the new features, changes and fixes in each release of Corstone-1000 software stack. +*************** +Version 2023.11 +*************** + +Changes +======= + +- Making Corstone-1000 SystemReady IR 2.0 certifiable +- Allow booting Debian & OpenSUSE on FVP +- Add support for two MMC cards for the FVP +- Add signed capsule update support +- Enable on-disk capsule update +- Add the feature of purging specific DT nodes in U-Boot before Linux +- Add Ethernet over VirtIO support in U-Boot +- Add support for unaligned MMC card images +- Reducing the out-of-tree patches by upstreaming them to the corresponding open-source projects +- SW components upgrades +- Bug fixes + +Corstone-1000 components versions +================================= + ++-------------------------------------------+-----------------------------------------------------+ +| arm-ffa-tee | 1.1.2-r0 | ++-------------------------------------------+-----------------------------------------------------+ +| linux-yocto | 6.5.7 | ++-------------------------------------------+-----------------------------------------------------+ +| u-boot | 2023.07 | ++-------------------------------------------+-----------------------------------------------------+ +| external-system | 0.1.0+gitAUTOINC+8c9dca74b1-r0 | ++-------------------------------------------+-----------------------------------------------------+ +| optee-client | 3.22.0 | ++-------------------------------------------+-----------------------------------------------------+ +| optee-os | 3.22.0 | ++-------------------------------------------+-----------------------------------------------------+ +| trusted-firmware-a | 2.9.0 | ++-------------------------------------------+-----------------------------------------------------+ +| trusted-firmware-m | 1.8.1 | ++-------------------------------------------+-----------------------------------------------------+ +| libts | 08b3d39471 | ++-------------------------------------------+-----------------------------------------------------+ +| ts-newlib | 4.1.0 | ++-------------------------------------------+-----------------------------------------------------+ +| ts-psa-{crypto, iat, its. ps}-api-test | 38cb53a4d9 | ++-------------------------------------------+-----------------------------------------------------+ +| ts-sp-{se-proxy, smm-gateway} | 08b3d39471 | ++-------------------------------------------+-----------------------------------------------------+ + +Yocto distribution components versions +====================================== + ++-------------------------------------------+------------------------------+ +| meta-arm | nanbield | ++-------------------------------------------+------------------------------+ +| poky | nanbield | ++-------------------------------------------+------------------------------+ +| meta-openembedded | nanbield | ++-------------------------------------------+------------------------------+ +| meta-secure-core | nanbield | ++-------------------------------------------+------------------------------+ +| busybox | 1.36.1 | ++-------------------------------------------+------------------------------+ +| musl | 1.2.4 | ++-------------------------------------------+------------------------------+ +| gcc-arm-none-eabi | 11.2-2022.02 | ++-------------------------------------------+------------------------------+ +| gcc-cross-aarch64 | 13.2.0 | ++-------------------------------------------+------------------------------+ +| openssl | 3.1.3 | ++-------------------------------------------+------------------------------+ + *************** Version 2023.06 ***************