blob: e29847cf9102e86dada73d85c9fff74c53da002e [file] [log] [blame]
David Wangf55bc4e2021-08-18 15:39:24 +08001#########################
2Trusted Firmware-M Extras
3#########################
4
5The Trusted Firmware-M (TF-M) Extras repository is the extension of the TF-M
6main repository to host the examples, demonstrations, third-party modules,
David Hu1a65cd72022-06-08 21:01:24 +08007third-party secure partitions, etc.
David Wangf55bc4e2021-08-18 15:39:24 +08008
9*******
10License
11*******
12
David Hu1a65cd72022-06-08 21:01:24 +080013The default license of new source code in this repository is :doc:`BSD 3-clause <license>`.
David Wangf55bc4e2021-08-18 15:39:24 +080014
15Some source files are contributed by the third-parties or derived from the
16external projects. A license file should be included in the root folder of these
David Hu1a65cd72022-06-08 21:01:24 +080017source files if it has a different license.
David Wangf55bc4e2021-08-18 15:39:24 +080018
19****************
20Folder Structure
21****************
22
David Hu1a65cd72022-06-08 21:01:24 +080023- `examples`: This folder hosts the examples and demos for TF-M.
24- `partitions`: This folder hosts the supplementary or third-party secure
25 partitions for TF-M.
David Wangf55bc4e2021-08-18 15:39:24 +080026
27*****************************
28Contribute to this repository
29*****************************
30
David Hu1a65cd72022-06-08 21:01:24 +080031Refer to `contributing process <https://tf-m-user-guide.trustedfirmware.org/docs/contributing/contributing_process.html>`_
32for the TF-M general contribution guideline.
David Wangf55bc4e2021-08-18 15:39:24 +080033
David Hu1a65cd72022-06-08 21:01:24 +080034Please contact `TF-M development mailing list <https://lists.trustedfirmware.org/mailman3/lists/tf-m.lists.trustedfirmware.org>`_
35for any question.
36
37.. note::
38 If your contribution consists of pre-bulit binaries, please upload your
39 binary components to
40 `Trusted Firmware binary repository (tf-binaries) <https://git.trustedfirmware.org/tf-binaries.git/about/>`_.
41 This respository accepts source files only.
42
43Additional requirements
44=======================
45
46- It is expected and strongly recommended to integrate and test your
47 example/secure partition with TF-M latest release, to enable new features and
48 mitigate known security vulnerabilities.
49
50- List the example and secure partition in
51 :doc:`example readme <examples/examples_readme>` and
52 :doc:`secure partition readme <partitions/partitions_readme>` respectively.
53
54 - Each example/secure partition shall specify the following information
55
56 - A brief description
57 - Maintainers with their contact emails
58 - If the example/secure partition is not integrated or tested with the
59 latest TF-M release, specify the TF-M version/commit ID tested with.
60
61 - Each example/secure partition shall follow the structure below
62
63 .. code-block:: rst
64
65 Folder name
66 ===========
67
68 Description
69 -----------
70 Simple description
71
72 Maintainers
73 -----------
74 Maintainer list and emails
75
76 TF-M version
77 ------------
78 Optional. Specify the TF-M version/commit ID if it is not integrated or
79 test with latest TF-M release.
80
81-----------------------
82
83*Copyright (c) 2021-2022, Arm Limited. All rights reserved.*