summaryrefslogtreecommitdiffstats
path: root/board/isee
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-07-30 14:08:18 +0900
committerTom Rini <trini@ti.com>2014-07-30 08:48:06 -0400
commit93d4334f7f5bc2f0fb580606f0701b2252c6d8d6 (patch)
treef8a2eb5ea1ca3298eb3431aa27cfb63e32126026 /board/isee
parent51148790f26e42ef1fd4a1a8d056bf0252539525 (diff)
downloadblackbird-obmc-uboot-93d4334f7f5bc2f0fb580606f0701b2252c6d8d6.tar.gz
blackbird-obmc-uboot-93d4334f7f5bc2f0fb580606f0701b2252c6d8d6.zip
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/isee')
-rw-r--r--board/isee/igep0033/MAINTAINERS6
-rw-r--r--board/isee/igep00x0/MAINTAINERS14
2 files changed, 20 insertions, 0 deletions
diff --git a/board/isee/igep0033/MAINTAINERS b/board/isee/igep0033/MAINTAINERS
new file mode 100644
index 0000000000..d162d7792e
--- /dev/null
+++ b/board/isee/igep0033/MAINTAINERS
@@ -0,0 +1,6 @@
+IGEP0033 BOARD
+M: Enric Balletbo i Serra <eballetbo@iseebcn.com>
+S: Maintained
+F: board/isee/igep0033/
+F: include/configs/am335x_igep0033.h
+F: configs/am335x_igep0033_defconfig
diff --git a/board/isee/igep00x0/MAINTAINERS b/board/isee/igep00x0/MAINTAINERS
new file mode 100644
index 0000000000..fe4a8cd445
--- /dev/null
+++ b/board/isee/igep00x0/MAINTAINERS
@@ -0,0 +1,14 @@
+IGEP00X0 BOARD
+M: Enric Balletbo i Serra <eballetbo@iseebcn.com>
+S: Maintained
+F: board/isee/igep00x0/
+F: include/configs/omap3_igep00x0.h
+F: configs/igep0020_defconfig
+F: configs/igep0030_defconfig
+F: configs/igep0032_defconfig
+
+IGEP0020_NAND BOARD
+M: -
+S: Maintained
+F: configs/igep0020_nand_defconfig
+F: configs/igep0030_nand_defconfig
OpenPOWER on IntegriCloud