]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
MAINTAINERS: Add missing boards and config entries
authorTom Rini <trini@konsulko.com>
Sat, 21 Oct 2017 16:54:02 +0000 (12:54 -0400)
committerTom Rini <trini@konsulko.com>
Mon, 6 Nov 2017 14:58:51 +0000 (09:58 -0500)
As part of my usual round of build testing, output about missing
MAINTAINERS information was not logged, and thus often overlooked.
Correct that mistake by ensuring that I log the output of
genboardscfg.py every time.  As part of that, address a number of
missing MAINTAINERS entires.  In the case of a missing file, I have put
the original submitter down.  In the rest of the cases I have added the
config (and sometimes relevant header file) to the existing set of file
globs.

Signed-off-by: Tom Rini <trini@konsulko.com>
17 files changed:
board/CZ.NIC/turris_omnia/MAINTAINERS [new file with mode: 0644]
board/Marvell/mvebu_armada-37xx/MAINTAINERS
board/Marvell/mvebu_armada-8k/MAINTAINERS
board/Synology/ds414/MAINTAINERS [new file with mode: 0644]
board/altera/arria10-socdk/MAINTAINERS [new file with mode: 0644]
board/aspeed/evb_ast2500/MAINTAINERS [new file with mode: 0644]
board/atmel/sama5d3xek/MAINTAINERS
board/dhelectronics/dh_imx6/MAINTAINERS
board/freescale/ls1046aqds/MAINTAINERS
board/gdsys/mpc8308/MAINTAINERS
board/isee/igep003x/MAINTAINERS
board/nvidia/p2771-0000/MAINTAINERS
board/phytec/pcm052/MAINTAINERS
board/renesas/blanche/MAINTAINERS [new file with mode: 0644]
board/rockchip/evb_rk3399/MAINTAINERS
board/samsung/espresso7420/MAINTAINERS
board/sunxi/MAINTAINERS

diff --git a/board/CZ.NIC/turris_omnia/MAINTAINERS b/board/CZ.NIC/turris_omnia/MAINTAINERS
new file mode 100644 (file)
index 0000000..ed15e11
--- /dev/null
@@ -0,0 +1,6 @@
+TURRIS OMNIA BOARD
+M:     Marek BehĂșn <marek.behun@nic.cz>
+S:     Maintained
+F:     board/CZ.NIC/turris_omnia/
+F:     include/configs/turris_omnia.h
+F:     configs/turris_omnia_defconfig
index 52a3869b29c9337fc7bf8584a5f2c2b0c7eb628b..9b0afeef106096955a5588ac5794cf132c4d4668 100644 (file)
@@ -4,3 +4,8 @@ S:      Maintained
 F:     board/Marvell/mvebu_armada-37xx/
 F:     include/configs/mvebu_armada-37xx.h
 F:     configs/mvebu_db-88f3720_defconfig
+
+ESPRESSOBin BOARD
+M:     Konstantin Porotchkin <kostap@marvell.com>
+S:     Maintained
+F:     configs/mvebu_espressobin-88f3720_defconfig
index e0b965dfd625f0441831936d49bed76a461672b1..2551ed02c5b8b3efa88d7694c67142651ac58738 100644 (file)
@@ -3,5 +3,10 @@ M:     Stefan Roese <sr@denx.de>
 S:     Maintained
 F:     board/Marvell/mvebu_armada-8k/
 F:     include/configs/mvebu_armada-8k.h
-F:     configs/mvebu_db-88f7040_defconfig
-F:     configs/mvebu_db-88f8040_defconfig
+F:     configs/mvebu_db_armada8k_defconfig
+
+
+MACCHIATOBin BOARD
+M:     Konstantin Porotchkin <kostap@marvell.com>
+S:     Maintained
+F:     configs/mvebu_mcbin-88f8040_defconfig
diff --git a/board/Synology/ds414/MAINTAINERS b/board/Synology/ds414/MAINTAINERS
new file mode 100644 (file)
index 0000000..502cbd7
--- /dev/null
@@ -0,0 +1,6 @@
+DS414 BOARD
+M:     Phil Sutter <phil@nwl.cc>
+S:     Maintained
+F:     board/Synology/ds414/
+F:     include/configs/ds414.h
+F:     configs/ds414_defconfig
diff --git a/board/altera/arria10-socdk/MAINTAINERS b/board/altera/arria10-socdk/MAINTAINERS
new file mode 100644 (file)
index 0000000..5a76efb
--- /dev/null
@@ -0,0 +1,7 @@
+SOCFPGA BOARD
+M:     Dinh Nguyen <dinguyen@kernel.org>
+M:     Chin-Liang See <clsee@altera.com>
+S:     Maintained
+F:     board/altera/arria10-socdk/
+F:     include/configs/socfpga_arria10_socdk.h
+F:     configs/socfpga_arria10_defconfig
diff --git a/board/aspeed/evb_ast2500/MAINTAINERS b/board/aspeed/evb_ast2500/MAINTAINERS
new file mode 100644 (file)
index 0000000..7c3c2b5
--- /dev/null
@@ -0,0 +1,6 @@
+EVB AST2500 BOARD
+M:     Maxim Sloyko <maxims@google.com>
+S:     Maintained
+F:     board/aspeed/evb_ast2500/
+F:     include/configs/evb_ast2500.h
+F:     configs/evb-ast2500_defconfig
index 560303caad778c1b9a66d3d4281a4d3ab5f63584..ad5150897b50cb38ba7944e53d59f0c3056c1407 100644 (file)
@@ -6,3 +6,6 @@ F:      include/configs/sama5d3xek.h
 F:     configs/sama5d3xek_mmc_defconfig
 F:     configs/sama5d3xek_nandflash_defconfig
 F:     configs/sama5d3xek_spiflash_defconfig
+F:     configs/sama5d36ek_cmp_mmc_defconfig
+F:     configs/sama5d36ek_cmp_nandflash_defconfig
+F:     configs/sama5d36ek_cmp_spiflash_defconfig
index e54bd60adb0fd7f93c0bd9ca5a60c12b4a09540d..ab4e16bd5dfa4daf1306c004317241d49bd0a750 100644 (file)
@@ -1,7 +1,7 @@
 DH_IMX6 BOARD
-M:     Andreas Geisreiter <ageisreiter@dh-electronics.de>, Ludwig Zenz <lzenz@dh-electronics.de>
+M:     Andreas Geisreiter <ageisreiter@dh-electronics.de>
+M:     Ludwig Zenz <lzenz@dh-electronics.de>
 S:     Maintained
 F:     board/dhelectronics/dh_imx6/
 F:     include/configs/dh_imx6.h
-F:     configs/dh_mx6q_defconfig
-F:     configs/dh_mx6dl_defconfig
+F:     configs/dh_imx6_defconfig
index 6737d558ce0d9805220a0d8aa02fb3e74f0a3795..76190c6383cdc6b8f73732ec190588d2a2c04f12 100644 (file)
@@ -8,6 +8,7 @@ F:      configs/ls1046aqds_nand_defconfig
 F:     configs/ls1046aqds_sdcard_ifc_defconfig
 F:     configs/ls1046aqds_sdcard_qspi_defconfig
 F:     configs/ls1046aqds_qspi_defconfig
+F:     configs/ls1046aqds_lpuart_defconfig
 
 M:     Sumit Garg <sumit.garg@nxp.com>
 S:     Maintained
index 3895b01732485ab00f2725f8bbad96e34549a02e..21470bf6b05b4dc4a954989c778189c26e2f33f3 100644 (file)
@@ -7,4 +7,6 @@ F:      configs/hrcon_defconfig
 F:     configs/hrcon_dh_defconfig
 F:     include/configs/strider.h
 F:     configs/strider_cpu_defconfig
+F:     configs/strider_cpu_dp_defconfig
 F:     configs/strider_con_defconfig
+F:     configs/strider_con_dp_defconfig
index 748b189c4e1702268e7a63d5d45567e6d48d5f3f..a74938a7d22167910726065dbbca028931ddad18 100644 (file)
@@ -3,4 +3,4 @@ M:      Enric Balletbo i Serra <eballetbo@gmail.com>
 S:     Maintained
 F:     board/isee/igep003x/
 F:     include/configs/am335x_igep003x.h
-F:     configs/am335x_igep0033_defconfig
+F:     configs/am335x_igep003x_defconfig
index 4fc4ebd5e0754b13428c691e53b7f0915007924a..cf4913a9a1dbc87bd1f6ab54aea3ed317e41e0d0 100644 (file)
@@ -3,4 +3,5 @@ M:      Stephen Warren <swarren@nvidia.com>
 S:     Maintained
 F:     board/nvidia/p2771-0000/
 F:     include/configs/p2771-0000.h
-F:     configs/p2771-0000_defconfig
+F:     configs/p2771-0000-000_defconfig
+F:     configs/p2771-0000-500_defconfig
index a877436bd38908bbea501742274100c1173532c6..66fe06e49c0b834978e57f5d6f0f5e4be5837498 100644 (file)
@@ -2,5 +2,7 @@ PCM052 BOARD
 M:     Albert ARIBAUD (3ADEV) <albert.aribaud@3adev.fr>
 S:     Maintained
 F:     board/phytec/pcm052/
+F:     include/configs/bk4r1.h
 F:     include/configs/pcm052.h
+F:     configs/bk4r1_defconfig
 F:     configs/pcm052_defconfig
diff --git a/board/renesas/blanche/MAINTAINERS b/board/renesas/blanche/MAINTAINERS
new file mode 100644 (file)
index 0000000..4b3114a
--- /dev/null
@@ -0,0 +1,7 @@
+BLANCHE BOARD
+M:     Masakazu Mochizuki <masakazu.mochizuki.wd@hitachi.com>
+S:     Maintained
+F:     board/renesas/blanche/
+F:     include/configs/blanche.h
+F:     configs/blanche_defconfig
+
index c825d5e219b4c3e1f4cd6085fcc00b0766f9c3f5..caad30641ec31eb41e9232419afab35a1f18366e 100644 (file)
@@ -4,3 +4,4 @@ S:      Maintained
 F:      board/rockchip/evb_rk3399
 F:      include/configs/evb_rk3399.h
 F:      configs/evb-rk3399_defconfig
+F:      configs/firefly-rk3399_defconfig
index aaebc4c22d67c2a4e7071097f1d34c5f9f4fca3d..e3b2394cceb12fd345c7525ff9d1edef39b516b5 100644 (file)
@@ -3,3 +3,4 @@ M:      Thomas Abraham <thomas.ab@samsung.com>
 S:     Maintained
 F:     board/samsung/espresso7420/
 F:     include/configs/espresso7420.h
+F:     configs/espresso7420_defconfig
index 26c452e1b3a29e4c35ddd9a88d29245515b394b1..99809c6a1ce27469f32b9ee9743474736ee3cd4b 100644 (file)
@@ -26,6 +26,7 @@ F:    configs/A13-OLinuXinoM_defconfig
 F:     configs/Auxtek-T003_defconfig
 F:     configs/Auxtek-T004_defconfig
 F:     configs/CHIP_defconfig
+F:     configs/CHIP_pro_defconfig
 F:     configs/difrnce_dit4350_defconfig
 F:     configs/Empire_electronix_d709_defconfig
 F:     configs/Empire_electronix_m712_defconfig
@@ -44,6 +45,7 @@ F:    configs/Mele_M9_defconfig
 F:     configs/Sinovoip_BPI_M2_defconfig
 F:     include/configs/sun7i.h
 F:     configs/A20-OLinuXino_MICRO_defconfig
+F:     configs/A20-OLinuXino_MICRO-eMMC_defconfig
 F:     configs/Bananapi_defconfig
 F:     configs/Bananapro_defconfig
 F:     configs/i12-tvbox_defconfig
@@ -54,6 +56,7 @@ F:    configs/Orangepi_mini_defconfig
 F:     configs/qt840a_defconfig
 F:     configs/Wits_Pro_A20_DKT_defconfig
 F:     include/configs/sun8i.h
+F:     configs/sun8i_a23_evb_defconfig
 F:     configs/ga10h_v1_1_defconfig
 F:     configs/gt90h_v4_defconfig
 F:     configs/inet86dz_defconfig
@@ -129,6 +132,12 @@ S: Maintained
 F:     configs/Bananapi_M2_Ultra_defconfig
 F:     arch/arm/dts/sun8i-r40-bananapi-m2-ultra.dts
 
+BANANAPI M2 MAGIC BOARD
+M:     Maxime Ripard <maxime.ripard@free-electrons.com>
+S:     Maintained
+F:     configs/Bananapi_m2m_defconfig
+F:     arch/arm/dts/sun8i-r16-bananapi-m2m.dts
+
 BANANAPI M64
 M:     Jagan Teki <jagan@amarulasolutions.com>
 S:     Maintained