diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-07-30 05:08:18 (GMT) |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-07-30 12:48:06 (GMT) |
commit | 93d4334f7f5bc2f0fb580606f0701b2252c6d8d6 (patch) | |
tree | f8a2eb5ea1ca3298eb3431aa27cfb63e32126026 /board/armltd | |
parent | 51148790f26e42ef1fd4a1a8d056bf0252539525 (diff) | |
download | u-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/armltd')
-rw-r--r-- | board/armltd/integrator/MAINTAINERS | 14 | ||||
-rw-r--r-- | board/armltd/versatile/MAINTAINERS | 8 | ||||
-rw-r--r-- | board/armltd/vexpress/MAINTAINERS | 14 | ||||
-rw-r--r-- | board/armltd/vexpress64/MAINTAINERS | 11 |
4 files changed, 47 insertions, 0 deletions
diff --git a/board/armltd/integrator/MAINTAINERS b/board/armltd/integrator/MAINTAINERS new file mode 100644 index 0000000..8af765e --- /dev/null +++ b/board/armltd/integrator/MAINTAINERS @@ -0,0 +1,14 @@ +INTEGRATOR BOARD +M: Linus Walleij <linus.walleij@linaro.org> +S: Maintained +F: board/armltd/integrator/ +F: include/configs/integratorcp.h +F: configs/integratorcp_cm1136_defconfig +F: include/configs/integratorap.h +F: configs/integratorap_cm720t_defconfig +F: configs/integratorap_cm920t_defconfig +F: configs/integratorcp_cm920t_defconfig +F: configs/integratorap_cm926ejs_defconfig +F: configs/integratorcp_cm926ejs_defconfig +F: configs/integratorap_cm946es_defconfig +F: configs/integratorcp_cm946es_defconfig diff --git a/board/armltd/versatile/MAINTAINERS b/board/armltd/versatile/MAINTAINERS new file mode 100644 index 0000000..f390e53 --- /dev/null +++ b/board/armltd/versatile/MAINTAINERS @@ -0,0 +1,8 @@ +VERSATILE BOARD +M: - +S: Maintained +F: board/armltd/versatile/ +F: include/configs/versatile.h +F: configs/versatileab_defconfig +F: configs/versatilepb_defconfig +F: configs/versatileqemu_defconfig diff --git a/board/armltd/vexpress/MAINTAINERS b/board/armltd/vexpress/MAINTAINERS new file mode 100644 index 0000000..cfde7f2 --- /dev/null +++ b/board/armltd/vexpress/MAINTAINERS @@ -0,0 +1,14 @@ +VEXPRESS BOARD +M: - +S: Maintained +F: board/armltd/vexpress/ +F: include/configs/vexpress_ca15_tc2.h +F: configs/vexpress_ca15_tc2_defconfig + +VEXPRESS_CA5X2 BOARD +M: Matt Waddel <matt.waddel@linaro.org> +S: Maintained +F: include/configs/vexpress_ca5x2.h +F: configs/vexpress_ca5x2_defconfig +F: include/configs/vexpress_ca9x4.h +F: configs/vexpress_ca9x4_defconfig diff --git a/board/armltd/vexpress64/MAINTAINERS b/board/armltd/vexpress64/MAINTAINERS new file mode 100644 index 0000000..97c4b0e --- /dev/null +++ b/board/armltd/vexpress64/MAINTAINERS @@ -0,0 +1,11 @@ +VEXPRESS64 BOARD +M: David Feng <fenghua@phytium.com.cn> +S: Maintained +F: board/armltd/vexpress64/ +F: include/configs/vexpress_aemv8a.h +F: configs/vexpress_aemv8a_defconfig + +VEXPRESS_AEMV8A_SEMI BOARD +M: Steve Rae <srae@broadcom.com> +S: Maintained +F: configs/vexpress_aemv8a_semi_defconfig |