docs(changelog): changelog for lts-v2.10.19 release
Change-Id: I6c3add912200f854880ba9a23881d28046fcb2b9
Signed-off-by: Release CI <ci@trustedfirmware.org>
diff --git a/Makefile b/Makefile
index 61d8540..f22c20d 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 := 18
+VERSION_PATCH := 19
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 51433bb..712abdd 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.19](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/refs/tags/lts-v2.10.18..refs/tags/lts-v2.10.19) (2025-07-25)
+
+### Resolved Issues
+
+- **Platforms**
+
+ - **NXP**
+
+ - **i.MX**
+
+ - **i.MX 8M**
+
+ - **i.MX 8M Plus**
+
+ - remove ERR050463 VPUMIX workaround ([b200b62](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/b200b62c219053385d8105725f8bc8aa3af0e3fe))
+
+ - **Xilinx**
+
+ - **ZynqMP**
+
+ - workaround issue around cntpct_el0 ([b1926f4](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/b1926f4c084913a36f6b746546033520db67da96))
+
+- **Libraries**
+
+ - **CPU Support**
+
+ - workaround for Cortex-A710 erratum 1901946 ([5a70c52](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/5a70c522158daf475b980ef339596bf5ca7f825b))
+ - workaround for Cortex-A710 erratum 1916945 ([d16c477](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/d16c477c7fb0673c5c16325427e6b98f51796049))
+ - workaround for Cortex-A710 erratum 1917258 ([2a571f7](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/2a571f7f2d6199e9de3c9e7184c46f988b38ebd1))
+ - workaround for Cortex-A710 erratum 1927200 ([bc44ad4](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/bc44ad42701714ac505e5c93c3aeff087bf0f34a))
+
## [lts-2.10.18](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/refs/tags/lts-v2.10.17..refs/tags/lts-v2.10.18) (2025-06-20)
### New Features
diff --git a/docs/conf.py b/docs/conf.py
index 9bc4388..6579680 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.18"
-release = "2.10.18"
+version = "2.10.19"
+release = "2.10.19"
# -- General configuration ---------------------------------------------------
diff --git a/package-lock.json b/package-lock.json
index db8ad39..b82e039 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "trusted-firmware-a",
- "version": "2.10.18",
+ "version": "2.10.19",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "trusted-firmware-a",
- "version": "2.10.18",
+ "version": "2.10.19",
"license": "BSD-3-Clause",
"devDependencies": {
"@commitlint/cli": "^19.0.0",
diff --git a/package.json b/package.json
index 9f44577..9a2f50e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "trusted-firmware-a",
- "version": "2.10.18",
+ "version": "2.10.19",
"license": "BSD-3-Clause",
"type": "module",
"private": true,
diff --git a/pyproject.toml b/pyproject.toml
index 23b7f58..dac108f 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "trusted-firmware-a"
-version = "2.10.18"
+version = "2.10.19"
description = "Trusted Firmware-A (TF-A) Python dependencies."
authors = ["Arm Ltd."]
license = "BSD-3-Clause"
diff --git a/readme.rst b/readme.rst
index 1380637..956a3d9 100644
--- a/readme.rst
+++ b/readme.rst
@@ -64,3 +64,4 @@
+
diff --git a/tools/conventional-changelog-tf-a/package.json b/tools/conventional-changelog-tf-a/package.json
index 810569e..b1d5697 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.18",
+ "version": "2.10.19",
"license": "BSD-3-Clause",
"private": true,
"main": "index.js",