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
13
board/spear/spear300/MAINTAINERS
Normal file
13
board/spear/spear300/MAINTAINERS
Normal file
@@ -0,0 +1,13 @@
|
||||
SPEAR300 BOARD
|
||||
M: Vipin Kumar <vipin.kumar@st.com>
|
||||
S: Maintained
|
||||
F: board/spear/spear300/
|
||||
F: include/configs/spear3xx_evb.h
|
||||
F: configs/spear300_defconfig
|
||||
|
||||
SPEAR300_NAND BOARD
|
||||
M: -
|
||||
S: Maintained
|
||||
F: configs/spear300_nand_defconfig
|
||||
F: configs/spear300_usbtty_defconfig
|
||||
F: configs/spear300_usbtty_nand_defconfig
|
||||
15
board/spear/spear310/MAINTAINERS
Normal file
15
board/spear/spear310/MAINTAINERS
Normal file
@@ -0,0 +1,15 @@
|
||||
SPEAR310 BOARD
|
||||
M: Vipin Kumar <vipin.kumar@st.com>
|
||||
S: Maintained
|
||||
F: board/spear/spear310/
|
||||
F: include/configs/spear3xx_evb.h
|
||||
F: configs/spear310_defconfig
|
||||
|
||||
SPEAR310_NAND BOARD
|
||||
M: -
|
||||
S: Maintained
|
||||
F: configs/spear310_nand_defconfig
|
||||
F: configs/spear310_pnor_defconfig
|
||||
F: configs/spear310_usbtty_defconfig
|
||||
F: configs/spear310_usbtty_nand_defconfig
|
||||
F: configs/spear310_usbtty_pnor_defconfig
|
||||
15
board/spear/spear320/MAINTAINERS
Normal file
15
board/spear/spear320/MAINTAINERS
Normal file
@@ -0,0 +1,15 @@
|
||||
SPEAR320 BOARD
|
||||
M: Vipin Kumar <vipin.kumar@st.com>
|
||||
S: Maintained
|
||||
F: board/spear/spear320/
|
||||
F: include/configs/spear3xx_evb.h
|
||||
F: configs/spear320_defconfig
|
||||
|
||||
SPEAR320_NAND BOARD
|
||||
M: -
|
||||
S: Maintained
|
||||
F: configs/spear320_nand_defconfig
|
||||
F: configs/spear320_pnor_defconfig
|
||||
F: configs/spear320_usbtty_defconfig
|
||||
F: configs/spear320_usbtty_nand_defconfig
|
||||
F: configs/spear320_usbtty_pnor_defconfig
|
||||
13
board/spear/spear600/MAINTAINERS
Normal file
13
board/spear/spear600/MAINTAINERS
Normal file
@@ -0,0 +1,13 @@
|
||||
SPEAR600 BOARD
|
||||
M: Vipin Kumar <vipin.kumar@st.com>
|
||||
S: Maintained
|
||||
F: board/spear/spear600/
|
||||
F: include/configs/spear6xx_evb.h
|
||||
F: configs/spear600_defconfig
|
||||
|
||||
SPEAR600_NAND BOARD
|
||||
M: -
|
||||
S: Maintained
|
||||
F: configs/spear600_nand_defconfig
|
||||
F: configs/spear600_usbtty_defconfig
|
||||
F: configs/spear600_usbtty_nand_defconfig
|
||||
6
board/spear/x600/MAINTAINERS
Normal file
6
board/spear/x600/MAINTAINERS
Normal file
@@ -0,0 +1,6 @@
|
||||
X600 BOARD
|
||||
M: Stefan Roese <sr@denx.de>
|
||||
S: Maintained
|
||||
F: board/spear/x600/
|
||||
F: include/configs/x600.h
|
||||
F: configs/x600_defconfig
|
||||
Reference in New Issue
Block a user