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>
This commit is contained in:
committed by
Tom Rini
parent
51148790f2
commit
93d4334f7f
11
board/technexion/tao3530/MAINTAINERS
Normal file
11
board/technexion/tao3530/MAINTAINERS
Normal file
@@ -0,0 +1,11 @@
|
||||
TAO3530 BOARD
|
||||
M: Stefan Roese <sr@denx.de>
|
||||
S: Maintained
|
||||
F: board/technexion/tao3530/
|
||||
F: include/configs/tao3530.h
|
||||
F: configs/omap3_ha_defconfig
|
||||
|
||||
TAO3530 BOARD
|
||||
M: Tapani Utriainen <linuxfae@technexion.com>
|
||||
S: Maintained
|
||||
F: configs/tao3530_defconfig
|
||||
6
board/technexion/twister/MAINTAINERS
Normal file
6
board/technexion/twister/MAINTAINERS
Normal file
@@ -0,0 +1,6 @@
|
||||
TWISTER BOARD
|
||||
M: Stefano Babic <sbabic@denx.de>
|
||||
S: Maintained
|
||||
F: board/technexion/twister/
|
||||
F: include/configs/twister.h
|
||||
F: configs/twister_defconfig
|
||||
Reference in New Issue
Block a user