diff options
Diffstat (limited to 'meta-arm/meta-arm-bsp/documentation/corstone1000/change-log.rst')
-rw-r--r-- | meta-arm/meta-arm-bsp/documentation/corstone1000/change-log.rst | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/meta-arm/meta-arm-bsp/documentation/corstone1000/change-log.rst b/meta-arm/meta-arm-bsp/documentation/corstone1000/change-log.rst index f22a99c2c0..a98de3f960 100644 --- a/meta-arm/meta-arm-bsp/documentation/corstone1000/change-log.rst +++ b/meta-arm/meta-arm-bsp/documentation/corstone1000/change-log.rst @@ -12,6 +12,69 @@ fixes in each release of Corstone-1000 software stack. *************** +Version 2024.11 +*************** + +Changes +======= + +- Implementation of a replication strategy for FWU metadata in TF-M according to the FWU specification. +- Upgrade to metadata version 2 in TF-M. +- Increase the ITS and PS memory size in Secure Flash for TF-M. +- SW components upgrades. +- Bug fixes. + +Corstone-1000 components versions +================================= + ++-------------------------------------------+-----------------------------------------------------+ +| linux-yocto | 6.10.14 | ++-------------------------------------------+-----------------------------------------------------+ +| u-boot | 2023.07.02 | ++-------------------------------------------+-----------------------------------------------------+ +| external-system | 0.1.0 | ++-------------------------------------------+-----------------------------------------------------+ +| optee-client | 4.2.0 | ++-------------------------------------------+-----------------------------------------------------+ +| optee-os | 4.2.0 | ++-------------------------------------------+-----------------------------------------------------+ +| trusted-firmware-a | 2.11.0 | ++-------------------------------------------+-----------------------------------------------------+ +| trusted-firmware-m | 2.1.0 | ++-------------------------------------------+-----------------------------------------------------+ +| libts | 602be60719 | ++-------------------------------------------+-----------------------------------------------------+ +| ts-newlib | 4.1.0 | ++-------------------------------------------+-----------------------------------------------------+ +| ts-psa-{crypto, iat, its. ps}-api-test | 74dc6646ff | ++-------------------------------------------+-----------------------------------------------------+ +| ts-sp-{se-proxy, smm-gateway} | 602be60719 | ++-------------------------------------------+-----------------------------------------------------+ + +Yocto distribution components versions +====================================== + ++-------------------------------------------+------------------------------+ +| meta-arm | styhead | ++-------------------------------------------+------------------------------+ +| poky | 5465094be9 | ++-------------------------------------------+------------------------------+ +| meta-openembedded | 461d85a183 | ++-------------------------------------------+------------------------------+ +| meta-secure-core | 59d7e90542 | ++-------------------------------------------+------------------------------+ +| busybox | 1.36.1 | ++-------------------------------------------+------------------------------+ +| musl | 1.2.5 | ++-------------------------------------------+------------------------------+ +| gcc-arm-none-eabi | 13.3.rel1 | ++-------------------------------------------+------------------------------+ +| gcc-cross-aarch64 | 14.2.0 | ++-------------------------------------------+------------------------------+ +| openssl | 3.3.1 | ++-------------------------------------------+------------------------------+ + +*************** Version 2024.06 *************** |