docs(changelog): changelog for lts-v2.10.14 release
Change-Id: Ie073013fdacf8527f8102f9e5f65f0e6cc1bba1c
Signed-off-by: Release CI <ci@trustedfirmware.org>
diff --git a/Makefile b/Makefile
index aad991e..ff93d9d 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@
VERSION_MAJOR := 2
VERSION_MINOR := 10
# VERSION_PATCH is only used for LTS releases
-VERSION_PATCH := 13
+VERSION_PATCH := 14
VERSION := ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}
# Default goal is build all images
diff --git a/docs/change-log.md b/docs/change-log.md
index f17dbb8..7b9a39b 100644
--- a/docs/change-log.md
+++ b/docs/change-log.md
@@ -3,6 +3,37 @@
This document contains a summary of the new features, changes, fixes and known
issues in each release of Trusted Firmware-A.
+## [lts-2.10.14](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/refs/tags/lts-v2.10.13..refs/tags/lts-v2.10.14) (2025-02-28)
+
+### Resolved Issues
+
+- **Build System**
+
+ - march handling with arch-features ([eb26e78](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/eb26e7855b3f907d42485b7f9ee3656753d01977))
+
+### Code Refactoring
+
+- **Build System**
+
+ - allow mandatory feats disabling ([926f86b](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/926f86bacc2fb452232bb9c95dab246740416f1f))
+ - minor updates ([f0d1976](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/f0d1976186d322fb221c8c8c776d54042e490b76))
+ - refactor mandatory options ([48b41b4](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/48b41b441d2f0e3b836c30d1a4cb8bc33ab83e80))
+ - remove enabling feat ([9e469a8](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/9e469a880ef0d0f342ccddcd5ca754b3a20613ad))
+
+### New Features
+
+- **Architecture**
+
+ - **Trace Buffer Extension (FEAT_TRBE)**
+
+ - introduce trbe_disable() function ([c7d9465](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/c7d9465b9bbeb96aa68b39e0cb5327b23b716ecb))
+
+- **Libraries**
+
+ - **CPU Support**
+
+ - add ENABLE_ERRATA_ALL flag ([b9e252a](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/b9e252aeefb160a2d2a2a2dfd413a440c6a824a9))
+
## [lts-2.10.13](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/refs/tags/lts-v2.10.12..refs/tags/lts-v2.10.13) (2025-02-14)
### Miscellaneous
diff --git a/docs/conf.py b/docs/conf.py
index 7a16211..aac2134 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -14,8 +14,8 @@
project = "Trusted Firmware-A"
author = "Trusted Firmware-A contributors"
-version = "2.10.13"
-release = "2.10.13"
+version = "2.10.14"
+release = "2.10.14"
# -- General configuration ---------------------------------------------------
diff --git a/package-lock.json b/package-lock.json
index c5e7ad2..5b0584b 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "trusted-firmware-a",
- "version": "2.10.13",
+ "version": "2.10.14",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "trusted-firmware-a",
- "version": "2.10.13",
+ "version": "2.10.14",
"hasInstallScript": true,
"license": "BSD-3-Clause",
"devDependencies": {
diff --git a/package.json b/package.json
index 3529677..4c342c6 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "trusted-firmware-a",
- "version": "2.10.13",
+ "version": "2.10.14",
"license": "BSD-3-Clause",
"type": "module",
"private": true,
diff --git a/pyproject.toml b/pyproject.toml
index 3f53a3a..260dae5 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "trusted-firmware-a"
-version = "2.10.13"
+version = "2.10.14"
description = "Trusted Firmware-A (TF-A) Python dependencies."
authors = ["Arm Ltd."]
license = "BSD-3-Clause"
diff --git a/readme.rst b/readme.rst
index 5e1deab..4fc3321 100644
--- a/readme.rst
+++ b/readme.rst
@@ -59,3 +59,4 @@
+
diff --git a/tools/conventional-changelog-tf-a/package.json b/tools/conventional-changelog-tf-a/package.json
index f1b87eb..7f4804a 100644
--- a/tools/conventional-changelog-tf-a/package.json
+++ b/tools/conventional-changelog-tf-a/package.json
@@ -1,6 +1,6 @@
{
"name": "conventional-changelog-tf-a",
- "version": "2.10.13",
+ "version": "2.10.14",
"license": "BSD-3-Clause",
"private": true,
"main": "index.js",