summaryrefslogtreecommitdiff
path: root/board/timll
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-07-30 05:08:18 (GMT)
committerTom Rini <trini@ti.com>2014-07-30 12:48:06 (GMT)
commit93d4334f7f5bc2f0fb580606f0701b2252c6d8d6 (patch)
treef8a2eb5ea1ca3298eb3431aa27cfb63e32126026 /board/timll
parent51148790f26e42ef1fd4a1a8d056bf0252539525 (diff)
downloadu-boot-93d4334f7f5bc2f0fb580606f0701b2252c6d8d6.tar.xz
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/timll')
-rw-r--r--board/timll/devkit3250/MAINTAINERS6
-rw-r--r--board/timll/devkit8000/MAINTAINERS6
2 files changed, 12 insertions, 0 deletions
diff --git a/board/timll/devkit3250/MAINTAINERS b/board/timll/devkit3250/MAINTAINERS
new file mode 100644
index 0000000..cb93563
--- /dev/null
+++ b/board/timll/devkit3250/MAINTAINERS
@@ -0,0 +1,6 @@
+DEVKIT3250 BOARD
+M: Vladimir Zapolskiy <vz@mleia.com>
+S: Maintained
+F: board/timll/devkit3250/
+F: include/configs/devkit3250.h
+F: configs/devkit3250_defconfig
diff --git a/board/timll/devkit8000/MAINTAINERS b/board/timll/devkit8000/MAINTAINERS
new file mode 100644
index 0000000..c490757
--- /dev/null
+++ b/board/timll/devkit8000/MAINTAINERS
@@ -0,0 +1,6 @@
+DEVKIT8000 BOARD
+M: Thomas Weber <weber@corscience.de>
+S: Maintained
+F: board/timll/devkit8000/
+F: include/configs/devkit8000.h
+F: configs/devkit8000_defconfig