mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-13 16:14:20 +00:00
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:
parent
dcf430656c
commit
b78ad00e58
7 changed files with 1058 additions and 8 deletions
2
Makefile
2
Makefile
|
@ -8,7 +8,7 @@
|
|||
# Trusted Firmware Version
|
||||
#
|
||||
VERSION_MAJOR := 2
|
||||
VERSION_MINOR := 8
|
||||
VERSION_MINOR := 9
|
||||
VERSION := ${VERSION_MAJOR}.${VERSION_MINOR}
|
||||
|
||||
# Default goal is build all images
|
||||
|
|
|
@ -165,11 +165,15 @@ subsections:
|
|||
- plat/arm
|
||||
|
||||
subsections:
|
||||
- title: A5DS
|
||||
scope: a5ds
|
||||
|
||||
- title: CSS
|
||||
scope: css
|
||||
|
||||
deprecated:
|
||||
- plat/arm/css
|
||||
- plat/css
|
||||
|
||||
- title: FPGA
|
||||
scope: fpga
|
||||
|
@ -208,6 +212,9 @@ subsections:
|
|||
scope: rd
|
||||
|
||||
subsections:
|
||||
- title: RD-N1 Edge
|
||||
scope: rdn1edge
|
||||
|
||||
- title: RD-N2
|
||||
scope: rdn2
|
||||
|
||||
|
@ -224,6 +231,9 @@ subsections:
|
|||
- title: TC
|
||||
scope: tc
|
||||
|
||||
deprecated:
|
||||
- plat/tc
|
||||
|
||||
subsections:
|
||||
- title: TC0
|
||||
scope: tc0
|
||||
|
@ -335,6 +345,9 @@ subsections:
|
|||
- title: Tegra 194
|
||||
scope: tegra194
|
||||
|
||||
- title: Tegra 210
|
||||
scope: tegra210
|
||||
|
||||
- title: NXP
|
||||
scope: nxp
|
||||
|
||||
|
@ -383,6 +396,9 @@ subsections:
|
|||
deprecated:
|
||||
- plat/imx/imx8m/imx8mq
|
||||
|
||||
- title: i.MX 8
|
||||
scope: imx8
|
||||
|
||||
- title: Layerscape
|
||||
scope: layerscape
|
||||
|
||||
|
@ -465,6 +481,10 @@ subsections:
|
|||
deprecated:
|
||||
- plat/qemu
|
||||
|
||||
subsections:
|
||||
- title: SBSA
|
||||
scope: qemu-sbsa
|
||||
|
||||
- title: QTI
|
||||
scope: qti
|
||||
|
||||
|
@ -640,6 +660,9 @@ subsections:
|
|||
- title: RMMD
|
||||
scope: rmmd
|
||||
|
||||
- title: RMM
|
||||
scope: rmm
|
||||
|
||||
- title: SPM
|
||||
scope: spm
|
||||
|
||||
|
@ -811,6 +834,9 @@ subsections:
|
|||
- title: GUID Partition Tables Support
|
||||
scope: guid-partition
|
||||
|
||||
deprecated:
|
||||
- partition
|
||||
|
||||
- title: SCMI
|
||||
scope: scmi
|
||||
|
||||
|
@ -1178,6 +1204,9 @@ subsections:
|
|||
- title: PIE
|
||||
scope: pie
|
||||
|
||||
- title: PIE/POR
|
||||
scope: pie/por
|
||||
|
||||
- title: Security
|
||||
scope: security
|
||||
|
||||
|
@ -1248,6 +1277,9 @@ subsections:
|
|||
- title: Git Hooks
|
||||
scope: hooks
|
||||
|
||||
deprecated:
|
||||
- git-hooks
|
||||
|
||||
- title: Tools
|
||||
|
||||
subsections:
|
||||
|
|
1022
docs/change-log.md
1022
docs/change-log.md
File diff suppressed because it is too large
Load diff
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "trusted-firmware-a",
|
||||
"version": "2.8.0",
|
||||
"version": "2.9.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "trusted-firmware-a",
|
||||
"version": "2.8.0",
|
||||
"version": "2.9.0",
|
||||
"hasInstallScript": true,
|
||||
"license": "BSD-3-Clause",
|
||||
"devDependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "trusted-firmware-a",
|
||||
"version": "2.8.0",
|
||||
"version": "2.9.0",
|
||||
"license": "BSD-3-Clause",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "trusted-firmware-a"
|
||||
version = "2.8.0"
|
||||
version = "2.9.0"
|
||||
description = "Trusted Firmware-A (TF-A) Python dependencies."
|
||||
authors = ["Arm Ltd."]
|
||||
license = "BSD-3-Clause"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "conventional-changelog-tf-a",
|
||||
"version": "2.8.0",
|
||||
"version": "2.9.0",
|
||||
"license": "BSD-3-Clause",
|
||||
"private": true,
|
||||
"main": "index.js",
|
||||
|
|
Loading…
Add table
Reference in a new issue