From 1e02ce683208c9b1b7ccb9923cb2353257f45079 Mon Sep 17 00:00:00 2001 From: Govindraj Raja Date: Tue, 19 Mar 2024 14:32:20 -0500 Subject: [PATCH] build(changelog): move mte to mte2 With commit: https://review.trustedfirmware.org/c/TF-A/trusted-firmware-a/+/27122?tab=comments FEAT_MTE is removed and we have only FEAT_MTE2, so update change log to reflect the same. Change-Id: I9f3bd7053f9c1fa355168968f412374e1c4937d4 Signed-off-by: Govindraj Raja --- changelog.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/changelog.yaml b/changelog.yaml index 3875a48c7..b7f281c15 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -116,8 +116,11 @@ subsections: - title: Memory Partitioning and Monitoring (MPAM) Extension (FEAT_MPAM) scope: mpam - - title: Memory Tagging Extension - scope: mte + - title: Memory Tagging Extension2 + scope: mte2 + + deprecated: + - mte - title: Pointer Authentication Extension scope: pauth