diff options
author | Louis Mayencourt <louis.mayencourt@arm.com> | 2020-03-27 11:49:20 +0000 |
---|---|---|
committer | Sandrine Bailleux <sandrine.bailleux@arm.com> | 2020-04-01 16:40:16 +0200 |
commit | a5bb389a8292a6d8e14c1b38ef83414165fbbcf1 (patch) | |
tree | 30fd8f11c73d12426f4dc2eff6a08e4425079da5 /docs/change-log.rst | |
parent | 75077e26a9a3bb4d3150e483f4486101d4dc34de (diff) | |
download | platform_external_arm-trusted-firmware-a5bb389a8292a6d8e14c1b38ef83414165fbbcf1.tar.gz platform_external_arm-trusted-firmware-a5bb389a8292a6d8e14c1b38ef83414165fbbcf1.tar.bz2 platform_external_arm-trusted-firmware-a5bb389a8292a6d8e14c1b38ef83414165fbbcf1.zip |
doc: Fix "unexpected indentation" warning.
Signed-off-by: Louis Mayencourt <louis.mayencourt@arm.com>
Change-Id: I521eed6466fdfef18a92f5237912cb402441044a
Diffstat (limited to 'docs/change-log.rst')
-rw-r--r-- | docs/change-log.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/change-log.rst b/docs/change-log.rst index cf5b57ac6..7e072a930 100644 --- a/docs/change-log.rst +++ b/docs/change-log.rst @@ -17,6 +17,7 @@ New Features - Enable Memory Tagging Extension (MTE) support in both secure and non-secure worlds + - Adds support for the new Memory Tagging Extension arriving in ARMv8.5. MTE support is now enabled by default on systems that support it at EL0. @@ -84,6 +85,7 @@ New Features - gicv3: Enabled multi-socket GIC redistributor frame discovery and migrated ARM platforms to the new API + - Adds ``gicv3_rdistif_probe`` function that delegates the responsibility of discovering the corresponding redistributor base frame to each CPU itself. @@ -2841,7 +2843,7 @@ releases of TF-A. -------------- -*Copyright (c) 2013-2019, Arm Limited and Contributors. All rights reserved.* +*Copyright (c) 2013-2020, Arm Limited and Contributors. All rights reserved.* .. _SDEI Specification: http://infocenter.arm.com/help/topic/com.arm.doc.den0054a/ARM_DEN0054A_Software_Delegated_Exception_Interface.pdf .. _tf-issue#501: https://github.com/ARM-software/tf-issues/issues/501 |