Skip to content

Commit

Permalink
Merge "TF-RMM Release v0.2.0" into integration
Browse files Browse the repository at this point in the history
  • Loading branch information
soby-mathew authored and TrustedFirmware Code Review committed Nov 22, 2022
2 parents fbf114f + 8fc82c5 commit 7d34f27
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ include("cmake/BuildType.cmake")
# and also where the project directory and version variables are set up.
#

project(RMM VERSION 0.1.0 LANGUAGES ASM C)
project(RMM VERSION 0.2.0 LANGUAGES ASM C)

#
# Set global flags.
Expand Down
21 changes: 21 additions & 0 deletions docs/about/change-log.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,27 @@
Change-log and Release notes
############################

******
v0.2.0
******

- This release has been verified with `TF-A v2.8`_ release.

- The release has the following fixes and enhancements:

* Add support to render documentation on read-the-docs.
* Fix the known issue with RSI_IPA_STATE_GET returning
``RSI_ERROR_INPUT`` for a `destroyed` IPA instead of
emulating data abort to NS Host.
* Fix an issue with RSI_HOST_CALL not returning back to Host
to emulate a stage2 data abort.
* Harden an assertion check for ``do_host_call()``.

- The other known issues and limitations remain the same as
listed for v0.1.0_.

.. _TF-A v2.8: https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/tag/?h=v2.8.0

******
v0.1.0
******
Expand Down

0 comments on commit 7d34f27

Please sign in to comment.