History log of /rk3399_ARM-atf/docs/about/release-information.rst (Results 51 – 75 of 78)
Revision Date Author Comments
# 40f9f644 09-Nov-2020 Nicolas Toromanoff <nicolas.toromanoff@st.com>

feat(auth): allow to verify PublicKey with platform format PK

In some platform the digest of the public key saved in the OTP is not
the digest of the exact same public key buffer needed to check the

feat(auth): allow to verify PublicKey with platform format PK

In some platform the digest of the public key saved in the OTP is not
the digest of the exact same public key buffer needed to check the
signature. Typically, platform checks signature using the DER ROTPK
whereas some others add some related information. Add a new platform
weak function to transform the public key buffer used by
verify_signature to a platform specific public key.

Mark this new weak function as deprecated as it will be replaced
by another framework implementation.

Change-Id: I71017b41e3eca9398cededf317ad97e9b511be5f
Signed-off-by: Nicolas Toromanoff <nicolas.toromanoff@st.com>
Signed-off-by: Lionel Debieve <lionel.debieve@foss.st.com>

show more ...


# 0d41e174 10-Nov-2022 Manish Pandey <manish.pandey2@arm.com>

Merge "chore(docs): move deprecated platforms information around" into integration


# a6a1dcbe 08-Nov-2022 Sandrine Bailleux <sandrine.bailleux@arm.com>

chore(docs): move deprecated platforms information around

We used to have a dedicated page for deprecated platforms information.
This document contained 2 pieces of information:

a) the process for

chore(docs): move deprecated platforms information around

We used to have a dedicated page for deprecated platforms information.
This document contained 2 pieces of information:

a) the process for deprecating a platform port;
b) the list of deprecated platforms to this day.

I think it makes more sense to move b) to the platforms ports landing
page, such that it is more visible.

This also has the nice effect to move the 'Deprecated platforms' title
as the last entry of the 'Platform ports' table of contents, like so:

- Platform ports
- 1. Allwinner ARMv8 SoCs
- 2. Arm Development Platforms
...
- 39. Broadcom Stingray
- Deprecated platforms

instead of it being lost in the middle of supported platform ports.

Regarding a), this gets moved under the "Processes & Policies" section.
More specifically, it gets clubbed with the existing platform
compatibility policy. The combined document gets renamed into a
"Platforms Ports Policy" document.

Change-Id: I6e9ce2abc68b8a8ac88e7bd5f21749c14c9a2af6
Signed-off-by: Sandrine Bailleux <sandrine.bailleux@arm.com>

show more ...


# bf61c4f0 11-May-2022 Madhukar Pappireddy <madhukar.pappireddy@arm.com>

Merge "docs: update release and code freeze dates" into integration


# 06c6f653 09-May-2022 Daniel Boulby <daniel.boulby@arm.com>

docs: update release and code freeze dates

Change-Id: I72d200a0cfbcb4ef53b732faa5b7125dce91395d
Signed-off-by: Daniel Boulby <daniel.boulby@arm.com>


# c8076a0e 21-Dec-2021 Mark Dykes <mark.dykes@arm.com>

Merge "fix(doc): update TF-A v2.7 release date in the release information page" into integration


# 3e80e840 21-Dec-2021 Bipin Ravi <bipin.ravi@arm.com>

fix(doc): update TF-A v2.7 release date in the release information page

Signed-off-by: Bipin Ravi <bipin.ravi@arm.com>
Change-Id: Iae84f82518ab89edc204a23083d5f4168449c2bf


# cb406f5b 06-Dec-2021 Manish Pandey <manish.pandey2@arm.com>

Merge "docs: mark STM32MP_USE_STM32IMAGE as deprecated" into integration


# 53863c84 19-Nov-2021 Yann Gautier <yann.gautier@st.com>

docs: mark STM32MP_USE_STM32IMAGE as deprecated

This macro was used for the legacy boot mode on SPM32MP platforms.
The recommended boot method is now FIP.
The code under this macro will be removed a

docs: mark STM32MP_USE_STM32IMAGE as deprecated

This macro was used for the legacy boot mode on SPM32MP platforms.
The recommended boot method is now FIP.
The code under this macro will be removed after tag v2.7.

Change-Id: Id3b7baea2d3e6ea8b36a4cd0b107cb92591a172b
Signed-off-by: Yann Gautier <yann.gautier@st.com>

show more ...


# 8c8e0308 06-Oct-2021 Mark Dykes <mark.dykes@arm.com>

Merge "fix(doc): fix TF-A v2.6 release date in the release information page" into integration


# c90fa472 05-Oct-2021 Bipin Ravi <bipin.ravi@arm.com>

fix(doc): fix TF-A v2.6 release date in the release information page

Signed-off-by: Bipin Ravi <bipin.ravi@arm.com>
Change-Id: If5482def6eb4fe23abe59ace09e9a1fbb891b117


# 50b11c3c 28-Apr-2021 Madhukar Pappireddy <madhukar.pappireddy@arm.com>

Merge changes from topic "mp/update_release_timelines" into integration

* changes:
docs: update release information for v2.6
docs: update code freeze & target date for v2.5


# 1328076c 27-Apr-2021 Madhukar Pappireddy <madhukar.pappireddy@arm.com>

docs: update release information for v2.6

Updated tentative code freeze and release target date for v2.6
release.

Change-Id: I3dd6cfef1a07f3e0159ec7996d18f6cbcb975da7
Signed-off-by: Madhukar Pappir

docs: update release information for v2.6

Updated tentative code freeze and release target date for v2.6
release.

Change-Id: I3dd6cfef1a07f3e0159ec7996d18f6cbcb975da7
Signed-off-by: Madhukar Pappireddy <madhukar.pappireddy@arm.com>

show more ...


# a6edefe0 26-Apr-2021 Madhukar Pappireddy <madhukar.pappireddy@arm.com>

docs: update code freeze & target date for v2.5

Updated code freeze and release target date for v2.5 release.

Change-Id: I72850eed2aa77d3adecaf71d74e9ecebcc36d5b4
Signed-off-by: Madhukar Pappireddy

docs: update code freeze & target date for v2.5

Updated code freeze and release target date for v2.5 release.

Change-Id: I72850eed2aa77d3adecaf71d74e9ecebcc36d5b4
Signed-off-by: Madhukar Pappireddy <madhukar.pappireddy@arm.com>

show more ...


# 29736030 16-Oct-2020 Mark Dykes <mardyk01@review.trustedfirmware.org>

Merge "docs: Remove deprecated information" into integration


# 2cad7dfb 16-Oct-2020 Mark Dykes <mardyk01@review.trustedfirmware.org>

Merge "docs: Update Release information for v2.5" into integration


# 1fa9b271 16-Oct-2020 Mark Dykes <mardyk01@review.trustedfirmware.org>

Merge "docs: Update code freeze and release target date for v2.4" into integration


# 3bd19575 08-Oct-2020 Manish V Badarkhe <Manish.Badarkhe@arm.com>

docs: Remove deprecated information

There are no references to AARCH32, AARCH64 and
__ASSEMBLY__ macros in the TF-A code hence
removed the deprecated information mentioning about
these macros in the

docs: Remove deprecated information

There are no references to AARCH32, AARCH64 and
__ASSEMBLY__ macros in the TF-A code hence
removed the deprecated information mentioning about
these macros in the document.

Change-Id: I472ab985ca2e4173bae23ff7b4465a9b60bc82eb
Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com>

show more ...


# c20bbfa1 08-Oct-2020 Manish V Badarkhe <Manish.Badarkhe@arm.com>

docs: Update Release information for v2.5

Updated tentative code freeze and release target date
for v2.5 release.

Change-Id: Idcfd9a127e9210846370dfa0685badac5b1c25c7
Signed-off-by: Manish V Badark

docs: Update Release information for v2.5

Updated tentative code freeze and release target date
for v2.5 release.

Change-Id: Idcfd9a127e9210846370dfa0685badac5b1c25c7
Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com>

show more ...


# f329442c 08-Oct-2020 Manish V Badarkhe <Manish.Badarkhe@arm.com>

docs: Update code freeze and release target date for v2.4

Updated code freeze and release information date for v2.4
release.

Change-Id: I76d5d04d0ee062a350f6a693eb04c29017d8b2e0
Signed-off-by: Mani

docs: Update code freeze and release target date for v2.4

Updated code freeze and release information date for v2.4
release.

Change-Id: I76d5d04d0ee062a350f6a693eb04c29017d8b2e0
Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com>

show more ...


# c55f4cfb 16-Apr-2020 joanna.farley <joanna.farley@arm.com>

Merge "docs: Updating Release information for v2.4" into integration


# 3056819b 15-Apr-2020 laurenw-arm <lauren.wehrmeister@arm.com>

docs: Updating Release information for v2.4

Signed-off-by: Lauren Wehrmeister <lauren.wehrmeister@arm.com>
Change-Id: I5a7ae778999295f3453b7ab0bfc26351e545fb8f


# e0ca555e 31-Mar-2020 Mark Dykes <mardyk01@review.trustedfirmware.org>

Merge "Update code freeze and release target date for 2.3" into integration


# fa65b0e4 31-Mar-2020 laurenw-arm <lauren.wehrmeister@arm.com>

Update code freeze and release target date for 2.3

Signed-off-by: Lauren Wehrmeister <lauren.wehrmeister@arm.com>
Change-Id: Icf0a5737852e4f025dd8ce3748594ad25da43045


# e654a0e3 22-Oct-2019 Paul Beesley <paul.beesley@arm.com>

Merge "Update release-information for v2.2 Release" into integration


1234