diff options
| author | Masahiro Yamada <[email protected]> | 2014-07-30 14:08:18 +0900 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2014-07-30 08:48:06 -0400 |
| commit | 93d4334f7f5bc2f0fb580606f0701b2252c6d8d6 (patch) | |
| tree | f8a2eb5ea1ca3298eb3431aa27cfb63e32126026 /board/calao | |
| parent | 51148790f26e42ef1fd4a1a8d056bf0252539525 (diff) | |
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 <[email protected]>
Suggested-by: Tom Rini <[email protected]>
Acked-by: Simon Glass <[email protected]>
Diffstat (limited to 'board/calao')
| -rw-r--r-- | board/calao/sbc35_a9g20/MAINTAINERS | 7 | ||||
| -rw-r--r-- | board/calao/tny_a9260/MAINTAINERS | 9 | ||||
| -rw-r--r-- | board/calao/usb_a9263/MAINTAINERS | 6 |
3 files changed, 22 insertions, 0 deletions
diff --git a/board/calao/sbc35_a9g20/MAINTAINERS b/board/calao/sbc35_a9g20/MAINTAINERS new file mode 100644 index 00000000000..d2752300951 --- /dev/null +++ b/board/calao/sbc35_a9g20/MAINTAINERS @@ -0,0 +1,7 @@ +SBC35_A9G20 BOARD +M: Albin Tonnerre <[email protected]> +S: Orphan (since 2014-06) +F: board/calao/sbc35_a9g20/ +F: include/configs/sbc35_a9g20.h +F: configs/sbc35_a9g20_eeprom_defconfig +F: configs/sbc35_a9g20_nandflash_defconfig diff --git a/board/calao/tny_a9260/MAINTAINERS b/board/calao/tny_a9260/MAINTAINERS new file mode 100644 index 00000000000..5a71b8effce --- /dev/null +++ b/board/calao/tny_a9260/MAINTAINERS @@ -0,0 +1,9 @@ +TNY_A9260 BOARD +M: Albin Tonnerre <[email protected]> +S: Orphan (since 2014-06) +F: board/calao/tny_a9260/ +F: include/configs/tny_a9260.h +F: configs/tny_a9260_eeprom_defconfig +F: configs/tny_a9260_nandflash_defconfig +F: configs/tny_a9g20_eeprom_defconfig +F: configs/tny_a9g20_nandflash_defconfig diff --git a/board/calao/usb_a9263/MAINTAINERS b/board/calao/usb_a9263/MAINTAINERS new file mode 100644 index 00000000000..2f39cd3def3 --- /dev/null +++ b/board/calao/usb_a9263/MAINTAINERS @@ -0,0 +1,6 @@ +USB_A9263 BOARD +M: Mateusz Kulikowski <[email protected]> +S: Maintained +F: board/calao/usb_a9263/ +F: include/configs/usb_a9263.h +F: configs/usb_a9263_dataflash_defconfig |
