Add a contrib directory

Add a place where people can add contributions, along with
documentation. These may be useful to other developers of U-Boot but are
not maintained / supported by the core developers.

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass
2025-06-09 06:35:53 -06:00
parent f01720ad95
commit 16e59e0f94
3 changed files with 19 additions and 0 deletions

10
contrib/README.rst Normal file
View File

@@ -0,0 +1,10 @@
.. SPDX-License-Identifier: GPL-2.0-or-later
Contributions
=============
The `contrib` directory contains software / files which have been contributed
to the U-Boot project but are not maintained by the core developers.
Note to contributors: Each item must have at least an entry in this file. Be
sure to add the appropriate GPL-2.0-or-later SPDX tag to files.

1
doc/develop/contrib Symbolic link
View File

@@ -0,0 +1 @@
../../contrib/

View File

@@ -113,3 +113,11 @@ Historical documentation
:maxdepth: 2
historical/index
Contributions
-------------
.. toctree::
:maxdepth: 2
contrib/README