docs(changelog): changelog for v2.9 release

Change-Id: Ic8cd82c5424af422feedefdc001d291001817a8b
Signed-off-by: Juan Pablo Conde <juanpablo.conde@arm.com>
This commit is contained in:
Juan Pablo Conde 2023-05-15 22:17:17 -05:00
parent dcf430656c
commit b78ad00e58
7 changed files with 1058 additions and 8 deletions

View File

@ -8,7 +8,7 @@
# Trusted Firmware Version # Trusted Firmware Version
# #
VERSION_MAJOR := 2 VERSION_MAJOR := 2
VERSION_MINOR := 8 VERSION_MINOR := 9
VERSION := ${VERSION_MAJOR}.${VERSION_MINOR} VERSION := ${VERSION_MAJOR}.${VERSION_MINOR}
# Default goal is build all images # Default goal is build all images

View File

@ -165,11 +165,15 @@ subsections:
- plat/arm - plat/arm
subsections: subsections:
- title: A5DS
scope: a5ds
- title: CSS - title: CSS
scope: css scope: css
deprecated: deprecated:
- plat/arm/css - plat/arm/css
- plat/css
- title: FPGA - title: FPGA
scope: fpga scope: fpga
@ -208,6 +212,9 @@ subsections:
scope: rd scope: rd
subsections: subsections:
- title: RD-N1 Edge
scope: rdn1edge
- title: RD-N2 - title: RD-N2
scope: rdn2 scope: rdn2
@ -224,6 +231,9 @@ subsections:
- title: TC - title: TC
scope: tc scope: tc
deprecated:
- plat/tc
subsections: subsections:
- title: TC0 - title: TC0
scope: tc0 scope: tc0
@ -335,6 +345,9 @@ subsections:
- title: Tegra 194 - title: Tegra 194
scope: tegra194 scope: tegra194
- title: Tegra 210
scope: tegra210
- title: NXP - title: NXP
scope: nxp scope: nxp
@ -383,6 +396,9 @@ subsections:
deprecated: deprecated:
- plat/imx/imx8m/imx8mq - plat/imx/imx8m/imx8mq
- title: i.MX 8
scope: imx8
- title: Layerscape - title: Layerscape
scope: layerscape scope: layerscape
@ -465,6 +481,10 @@ subsections:
deprecated: deprecated:
- plat/qemu - plat/qemu
subsections:
- title: SBSA
scope: qemu-sbsa
- title: QTI - title: QTI
scope: qti scope: qti
@ -640,6 +660,9 @@ subsections:
- title: RMMD - title: RMMD
scope: rmmd scope: rmmd
- title: RMM
scope: rmm
- title: SPM - title: SPM
scope: spm scope: spm
@ -811,6 +834,9 @@ subsections:
- title: GUID Partition Tables Support - title: GUID Partition Tables Support
scope: guid-partition scope: guid-partition
deprecated:
- partition
- title: SCMI - title: SCMI
scope: scmi scope: scmi
@ -1178,6 +1204,9 @@ subsections:
- title: PIE - title: PIE
scope: pie scope: pie
- title: PIE/POR
scope: pie/por
- title: Security - title: Security
scope: security scope: security
@ -1248,6 +1277,9 @@ subsections:
- title: Git Hooks - title: Git Hooks
scope: hooks scope: hooks
deprecated:
- git-hooks
- title: Tools - title: Tools
subsections: subsections:

File diff suppressed because it is too large Load Diff

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "trusted-firmware-a", "name": "trusted-firmware-a",
"version": "2.8.0", "version": "2.9.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "trusted-firmware-a", "name": "trusted-firmware-a",
"version": "2.8.0", "version": "2.9.0",
"hasInstallScript": true, "hasInstallScript": true,
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"devDependencies": { "devDependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "trusted-firmware-a", "name": "trusted-firmware-a",
"version": "2.8.0", "version": "2.9.0",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"private": true, "private": true,
"scripts": { "scripts": {

View File

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "trusted-firmware-a" name = "trusted-firmware-a"
version = "2.8.0" version = "2.9.0"
description = "Trusted Firmware-A (TF-A) Python dependencies." description = "Trusted Firmware-A (TF-A) Python dependencies."
authors = ["Arm Ltd."] authors = ["Arm Ltd."]
license = "BSD-3-Clause" license = "BSD-3-Clause"

View File

@ -1,6 +1,6 @@
{ {
"name": "conventional-changelog-tf-a", "name": "conventional-changelog-tf-a",
"version": "2.8.0", "version": "2.9.0",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"private": true, "private": true,
"main": "index.js", "main": "index.js",