docs(changelog): changelog for lts-v2.8.19 release
Change-Id: Ib9acef08bf8de45d5be95e22cd1c1df1ee7e3e53
Signed-off-by: Release CI <ci@trustedfirmware.org>
diff --git a/Makefile b/Makefile
index ec3d69f..5579e58 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@
#
VERSION_MAJOR := 2
VERSION_MINOR := 8
-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 195942c..7faca25 100644
--- a/docs/change-log.md
+++ b/docs/change-log.md
@@ -3,6 +3,40 @@
This document contains a summary of the new features, changes, fixes and known
issues in each release of Trusted Firmware-A.
+## [lts-2.8.19](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/refs/tags/lts-v2.8.18..refs/tags/lts-v2.8.19) (2024-05-16)
+
+### New Features
+
+- **Services**
+
+ - **SPM**
+
+ - **SPMD**
+
+ - initialize SCR_EL3.EEL2 bit at RESET ([1e785ab](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/1e785ab6a994ed28b8002ceb9377dabf864ae305))
+
+### Resolved Issues
+
+- **Services**
+
+ - **SPM**
+
+ - **SPMD**
+
+ - avoid restoring ctx during first entry into spmc ([9d40eff](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/9d40eff24ec7ac8ecb7081a3046ff617be9f3043))
+
+- **Libraries**
+
+ - **CPU Support**
+
+ - workaround for Cortex-A715 erratum 2728106 ([0263326](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/02633263a6f15c8a761968a872f981bc0fea6111))
+ - workaround for Cortex-X4 erratum 2740089 ([9b5d75b](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/9b5d75b17f131aa80930128b247c63d4ba177469))
+ - workaround for Cortex-X4 erratum 2763018 ([d0a74e3](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/d0a74e38c4393c5d3e2572fb9b274c886c100736))
+
+### Documentation
+
+- decrease the minimum supported OpenSSL ([6c9135f](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/6c9135fb059bc289b26b8ef0450f995f05403d55))
+
## [lts-2.8.18](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/refs/tags/lts-v2.8.17..refs/tags/lts-v2.8.18) (2024-04-26)
### New Features
diff --git a/docs/conf.py b/docs/conf.py
index 9ccea09..e78e6bc 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -14,8 +14,8 @@
project = "Trusted Firmware-A"
author = "Trusted Firmware-A contributors"
-version = "2.8.18"
-release = "2.8.18"
+version = "2.8.19"
+release = "2.8.19"
# -- General configuration ---------------------------------------------------
diff --git a/package-lock.json b/package-lock.json
index edd700f..774f1da 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "trusted-firmware-a",
- "version": "2.8.18",
+ "version": "2.8.19",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "trusted-firmware-a",
- "version": "2.8.18",
+ "version": "2.8.19",
"hasInstallScript": true,
"license": "BSD-3-Clause",
"devDependencies": {
diff --git a/package.json b/package.json
index ee75925..e88a48b 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "trusted-firmware-a",
- "version": "2.8.18",
+ "version": "2.8.19",
"license": "BSD-3-Clause",
"private": true,
"scripts": {
diff --git a/pyproject.toml b/pyproject.toml
index 0cef587..5d1821c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "trusted-firmware-a"
-version = "2.8.18"
+version = "2.8.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 c8cb86f..726ebfc 100644
--- a/readme.rst
+++ b/readme.rst
@@ -51,3 +51,4 @@
+
diff --git a/tools/conventional-changelog-tf-a/package.json b/tools/conventional-changelog-tf-a/package.json
index a5ff8b0..ecd6431 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.8.18",
+ "version": "2.8.19",
"license": "BSD-3-Clause",
"private": true,
"main": "index.js",