diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-07-30 14:08:18 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-07-30 08:48:06 -0400 |
commit | 93d4334f7f5bc2f0fb580606f0701b2252c6d8d6 (patch) | |
tree | f8a2eb5ea1ca3298eb3431aa27cfb63e32126026 /board/matrix_vision | |
parent | 51148790f26e42ef1fd4a1a8d056bf0252539525 (diff) | |
download | u-boot-imx-93d4334f7f5bc2f0fb580606f0701b2252c6d8d6.zip u-boot-imx-93d4334f7f5bc2f0fb580606f0701b2252c6d8d6.tar.gz u-boot-imx-93d4334f7f5bc2f0fb580606f0701b2252c6d8d6.tar.bz2 |
Add board MAINTAINERS files
We have switched to Kconfig and the boards.cfg file is going to
be removed. We have to retrieve the board status and maintainers
information from it.
The MAINTAINERS format as in Linux Kernel would be nice
because we can crib the scripts/get_maintainer.pl script.
After some discussion, we chose to put a MAINTAINERS file under each
board directory, not the top-level one because we want to collect
relevant information for a board into a single place.
TODO:
Modify get_maintainer.pl to scan multiple MAINTAINERS files.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Suggested-by: Tom Rini <trini@ti.com>
Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board/matrix_vision')
-rw-r--r-- | board/matrix_vision/mergerbox/MAINTAINERS | 6 | ||||
-rw-r--r-- | board/matrix_vision/mvbc_p/MAINTAINERS | 6 | ||||
-rw-r--r-- | board/matrix_vision/mvblm7/MAINTAINERS | 6 | ||||
-rw-r--r-- | board/matrix_vision/mvblx/MAINTAINERS | 6 | ||||
-rw-r--r-- | board/matrix_vision/mvsmr/MAINTAINERS | 6 |
5 files changed, 30 insertions, 0 deletions
diff --git a/board/matrix_vision/mergerbox/MAINTAINERS b/board/matrix_vision/mergerbox/MAINTAINERS new file mode 100644 index 0000000..22be981 --- /dev/null +++ b/board/matrix_vision/mergerbox/MAINTAINERS @@ -0,0 +1,6 @@ +MERGERBOX BOARD +M: Andre Schwarz <andre.schwarz@matrix-vision.de> +S: Orphan (since 2014-03) +F: board/matrix_vision/mergerbox/ +F: include/configs/MERGERBOX.h +F: configs/MERGERBOX_defconfig diff --git a/board/matrix_vision/mvbc_p/MAINTAINERS b/board/matrix_vision/mvbc_p/MAINTAINERS new file mode 100644 index 0000000..9e76b57 --- /dev/null +++ b/board/matrix_vision/mvbc_p/MAINTAINERS @@ -0,0 +1,6 @@ +MVBC_P BOARD +M: Andre Schwarz <andre.schwarz@matrix-vision.de> +S: Orphan (since 2014-03) +F: board/matrix_vision/mvbc_p/ +F: include/configs/MVBC_P.h +F: configs/MVBC_P_defconfig diff --git a/board/matrix_vision/mvblm7/MAINTAINERS b/board/matrix_vision/mvblm7/MAINTAINERS new file mode 100644 index 0000000..4f7ca50 --- /dev/null +++ b/board/matrix_vision/mvblm7/MAINTAINERS @@ -0,0 +1,6 @@ +MVBLM7 BOARD +M: Andre Schwarz <andre.schwarz@matrix-vision.de> +S: Orphan (since 2014-03) +F: board/matrix_vision/mvblm7/ +F: include/configs/MVBLM7.h +F: configs/MVBLM7_defconfig diff --git a/board/matrix_vision/mvblx/MAINTAINERS b/board/matrix_vision/mvblx/MAINTAINERS new file mode 100644 index 0000000..2f9a153 --- /dev/null +++ b/board/matrix_vision/mvblx/MAINTAINERS @@ -0,0 +1,6 @@ +MVBLX BOARD +M: Michael Jones <michael.jones@matrix-vision.de> +S: Maintained +F: board/matrix_vision/mvblx/ +F: include/configs/omap3_mvblx.h +F: configs/omap3_mvblx_defconfig diff --git a/board/matrix_vision/mvsmr/MAINTAINERS b/board/matrix_vision/mvsmr/MAINTAINERS new file mode 100644 index 0000000..9659730 --- /dev/null +++ b/board/matrix_vision/mvsmr/MAINTAINERS @@ -0,0 +1,6 @@ +MVSMR BOARD +M: Andre Schwarz <andre.schwarz@matrix-vision.de> +S: Orphan (since 2014-03) +F: board/matrix_vision/mvsmr/ +F: include/configs/MVSMR.h +F: configs/MVSMR_defconfig |