aboutsummaryrefslogtreecommitdiff
path: root/docs/contributing/platform_deprecation.rst
blob: 29e2e83d29b0e787770507a2e98d81b8bc153243 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
################################
Platform deprecation and removal
################################

********************************************
Process for Platform deprecation and removal
********************************************

A platform may need to be removed from upstream code due to lack of community
interest or it may have reached end of life. The below section calls out the
process for removing platform support from TF-M.

    1. An email to the TF-M mailing list proposing the removal of the platform.

    2. The merit of the proposal will be considered by the maintainers for a
       period of 4 weeks and community can express their opinion on the same
       during this time window. The platform owner can veto the proposal and
       incase of multiple platform owners with differing opinion or community
       having interest in the platform, then the project maintainer can work
       with the platform owner and use their discretion to decide on the
       proposal.

    3. Once a decision is made to remove the platform, the platform is
       considered to be in `deprecated` state as per platform support lifecyle
       defined here: "https://developer.trustedfirmware.org/w/collaboration/project-maintenance-process/".
       The platform will be marked as deprecated and the TF-M version after
       which it will be removed will also be mentioned. Suitable build time
       or runtime messages needs to be incorporated to the platform to warn
       about the `deprecation`.

    4. The project should strive to keep the `deprecated` platforms
       building/running till the removal. This relies on platform owners being
       still actively involved with the project and maintaining the platform.

    5. Although this will be the usual process for platform deprecation and
       eventual removal, the process still leaves room for the platform
       deprecation to be cancelled after it has been marked as `deprecated`
       due to evolving project and market requirements. This is left to
       consensus between project maintainers and platform owner/s.

    6. Once a platform has been removed, it can be added back in future and
       this would follow the same guidelines as for a new platform contribution.

****************************
List of Deprecated Platforms
****************************

The below list calls out platforms marked for deprecation according to the
above process and the platform will be removed soon after the mentioned
release.

+------------------------------+-----------+-----------------------------------+
|    Deprecated Platform       | Removed   | Comments                          |
|                              | after     |                                   |
|                              | release   |                                   |
+==============================+===========+===================================+
|                              |           |                                   |
+------------------------------+-----------+-----------------------------------+

--------------

*Copyright (c) 2020, Arm Limited. All rights reserved.*