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
6
board/logicpd/am3517evm/MAINTAINERS
Normal file
6
board/logicpd/am3517evm/MAINTAINERS
Normal file
@@ -0,0 +1,6 @@
|
||||
AM3517EVM BOARD
|
||||
M: Vaibhav Hiremath <hvaibhav@ti.com>
|
||||
S: Maintained
|
||||
F: board/logicpd/am3517evm/
|
||||
F: include/configs/am3517_evm.h
|
||||
F: configs/am3517_evm_defconfig
|
||||
12
board/logicpd/imx27lite/MAINTAINERS
Normal file
12
board/logicpd/imx27lite/MAINTAINERS
Normal file
@@ -0,0 +1,12 @@
|
||||
IMX27LITE BOARD
|
||||
M: Wolfgang Denk <wd@denx.de>
|
||||
S: Maintained
|
||||
F: board/logicpd/imx27lite/
|
||||
F: include/configs/imx27lite.h
|
||||
F: configs/imx27lite_defconfig
|
||||
|
||||
MAGNESIUM BOARD
|
||||
M: Heiko Schocher <hs@denx.de>
|
||||
S: Maintained
|
||||
F: include/configs/magnesium.h
|
||||
F: configs/magnesium_defconfig
|
||||
6
board/logicpd/imx31_litekit/MAINTAINERS
Normal file
6
board/logicpd/imx31_litekit/MAINTAINERS
Normal file
@@ -0,0 +1,6 @@
|
||||
IMX31_LITEKIT BOARD
|
||||
M: -
|
||||
S: Maintained
|
||||
F: board/logicpd/imx31_litekit/
|
||||
F: include/configs/imx31_litekit.h
|
||||
F: configs/imx31_litekit_defconfig
|
||||
6
board/logicpd/omap3som/MAINTAINERS
Normal file
6
board/logicpd/omap3som/MAINTAINERS
Normal file
@@ -0,0 +1,6 @@
|
||||
OMAP3SOM BOARD
|
||||
M: Peter Barada <peter.barada@logicpd.com>
|
||||
S: Maintained
|
||||
F: board/logicpd/omap3som/
|
||||
F: include/configs/omap3_logic.h
|
||||
F: configs/omap3_logic_defconfig
|
||||
6
board/logicpd/zoom1/MAINTAINERS
Normal file
6
board/logicpd/zoom1/MAINTAINERS
Normal file
@@ -0,0 +1,6 @@
|
||||
ZOOM1 BOARD
|
||||
M: Nishanth Menon <nm@ti.com>
|
||||
S: Maintained
|
||||
F: board/logicpd/zoom1/
|
||||
F: include/configs/omap3_zoom1.h
|
||||
F: configs/omap3_zoom1_defconfig
|
||||
Reference in New Issue
Block a user