diff --git a/docs/about/release-information.rst b/docs/about/release-information.rst index fb1e39bddebab1d95e6a43b02e915908278bb599..f3167fb2569a4df46a027429752aabb7a9fcd9d5 100644 --- a/docs/about/release-information.rst +++ b/docs/about/release-information.rst @@ -42,6 +42,8 @@ depending on project requirement and partner feedback. +-----------------+---------------------------+------------------------------+ | v2.3 | 4th week of Apr '20 | 1st week of Apr '20 | +-----------------+---------------------------+------------------------------+ +| v2.4 | 4th week of Oct '20 | 1st week of Oct '20 | ++-----------------+---------------------------+------------------------------+ Removal of Deprecated Interfaces -------------------------------- @@ -59,9 +61,6 @@ Release version after which it will be removed. +--------------------------------+-------------+---------+---------------------------------------------------------+ | ``__ASSEMBLY__`` macro | Oct '19 | v2.3 | Deprecated in favor of ``__ASSEMBLER__`` | +--------------------------------+-------------+---------+---------------------------------------------------------+ -| Prototype SPCI-based SPM | Oct '19 | v2.2 | Based on outdated Alpha 1 spec. Will be replaced with | -| (services/std_svc/spm) | | | alternative methods of secure partitioning support. | -+--------------------------------+-------------+---------+---------------------------------------------------------+ --------------