[U-Boot] [PATCH] arm: socfpga: Fix MAINTAINERS entry for CV/AV SoCDK

Repair the maintainer entries so they match the current state of code.
Signed-off-by: Marek Vasut marex@denx.de --- board/altera/arria5-socdk/MAINTAINERS | 11 +++-------- board/altera/cyclone5-socdk/MAINTAINERS | 2 +- 2 files changed, 4 insertions(+), 9 deletions(-)
diff --git a/board/altera/arria5-socdk/MAINTAINERS b/board/altera/arria5-socdk/MAINTAINERS index 0482581..30f2477 100644 --- a/board/altera/arria5-socdk/MAINTAINERS +++ b/board/altera/arria5-socdk/MAINTAINERS @@ -2,11 +2,6 @@ SOCFPGA BOARD M: Dinh Nguyen dinguyen@altera.com M: Chin-Liang See clsee@altera.com S: Maintained -F: board/altera/socfpga/ -F: include/configs/socfpga_cyclone5.h -F: configs/socfpga_cyclone5_defconfig - -SOCRATES BOARD -M: Stefan Roese sr@denx.de -S: Maintained -F: configs/socfpga_socrates_defconfig +F: board/altera/arria5-socdk/ +F: include/configs/socfpga_arria5.h +F: configs/socfpga_arria5_defconfig diff --git a/board/altera/cyclone5-socdk/MAINTAINERS b/board/altera/cyclone5-socdk/MAINTAINERS index 0482581..f218ca4 100644 --- a/board/altera/cyclone5-socdk/MAINTAINERS +++ b/board/altera/cyclone5-socdk/MAINTAINERS @@ -2,7 +2,7 @@ SOCFPGA BOARD M: Dinh Nguyen dinguyen@altera.com M: Chin-Liang See clsee@altera.com S: Maintained -F: board/altera/socfpga/ +F: board/altera/cyclone5-socdk/ F: include/configs/socfpga_cyclone5.h F: configs/socfpga_cyclone5_defconfig

On Wednesday, August 19, 2015 at 10:29:18 PM, Marek Vasut wrote:
Repair the maintainer entries so they match the current state of code.
Signed-off-by: Marek Vasut marex@denx.de
Michal, thanks for poking me about this, fixed.
Can you tell me how did you set up and use buildman to find this one out please ?
Best regards, Marek Vasut

On 08/19/2015 10:47 PM, Marek Vasut wrote:
On Wednesday, August 19, 2015 at 10:29:18 PM, Marek Vasut wrote:
Repair the maintainer entries so they match the current state of code.
Signed-off-by: Marek Vasut marex@denx.de
Michal, thanks for poking me about this, fixed.
ok then.
Reported-by: Michal Simek michal.simek@xilinx.com
Can you tell me how did you set up and use buildman to find this one out please ?
Just run it and this is shown at the start. There are several warnings like that.
[u-boot]$ ./tools/buildman/buildman -b zynq zynq WARNING: no status info for 'at91sam9g20ek_2mmc' WARNING: no maintainers for 'at91sam9g20ek_2mmc' WARNING: no status info for 'at91sam9rlek_mmc' WARNING: no maintainers for 'at91sam9rlek_mmc' WARNING: no status info for 'am335x_gp_evm' WARNING: no maintainers for 'am335x_gp_evm' WARNING: no status info for 'dra72_evm' WARNING: no maintainers for 'dra72_evm' WARNING: no status info for 'hikey' WARNING: no maintainers for 'hikey' WARNING: no status info for 'socfpga_arria5' WARNING: no maintainers for 'socfpga_arria5' WARNING: no status info for 'mx6qpsabreauto' WARNING: no maintainers for 'mx6qpsabreauto'
Thanks, Michal

On Thursday, August 20, 2015 at 07:29:52 AM, Michal Simek wrote:
On 08/19/2015 10:47 PM, Marek Vasut wrote:
On Wednesday, August 19, 2015 at 10:29:18 PM, Marek Vasut wrote:
Repair the maintainer entries so they match the current state of code.
Signed-off-by: Marek Vasut marex@denx.de
Michal, thanks for poking me about this, fixed.
ok then.
Reported-by: Michal Simek michal.simek@xilinx.com
I'm so adding this one %^)
Can you tell me how did you set up and use buildman to find this one out please ?
Just run it and this is shown at the start. There are several warnings like that.
You do need to set the buildman up to detect toolchains, right ? I guess I should RTFM.
[u-boot]$ ./tools/buildman/buildman -b zynq zynq WARNING: no status info for 'at91sam9g20ek_2mmc' WARNING: no maintainers for 'at91sam9g20ek_2mmc' WARNING: no status info for 'at91sam9rlek_mmc' WARNING: no maintainers for 'at91sam9rlek_mmc' WARNING: no status info for 'am335x_gp_evm' WARNING: no maintainers for 'am335x_gp_evm' WARNING: no status info for 'dra72_evm' WARNING: no maintainers for 'dra72_evm' WARNING: no status info for 'hikey' WARNING: no maintainers for 'hikey' WARNING: no status info for 'socfpga_arria5' WARNING: no maintainers for 'socfpga_arria5' WARNING: no status info for 'mx6qpsabreauto' WARNING: no maintainers for 'mx6qpsabreauto'
Thanks, Michal
Best regards, Marek Vasut

On 08/21/2015 06:06 AM, Marek Vasut wrote:
On Thursday, August 20, 2015 at 07:29:52 AM, Michal Simek wrote:
On 08/19/2015 10:47 PM, Marek Vasut wrote:
On Wednesday, August 19, 2015 at 10:29:18 PM, Marek Vasut wrote:
Repair the maintainer entries so they match the current state of code.
Signed-off-by: Marek Vasut marex@denx.de
Michal, thanks for poking me about this, fixed.
ok then.
Reported-by: Michal Simek michal.simek@xilinx.com
I'm so adding this one %^)
Can you tell me how did you set up and use buildman to find this one out please ?
Just run it and this is shown at the start. There are several warnings like that.
You do need to set the buildman up to detect toolchains, right ? I guess I should RTFM.
IRC if toolchain is not autodetected it is downloaded. Just go through readme there. It is pretty easy to setup.
Thanks, Michal

On Friday, August 21, 2015 at 07:25:57 AM, Michal Simek wrote:
On 08/21/2015 06:06 AM, Marek Vasut wrote:
On Thursday, August 20, 2015 at 07:29:52 AM, Michal Simek wrote:
On 08/19/2015 10:47 PM, Marek Vasut wrote:
On Wednesday, August 19, 2015 at 10:29:18 PM, Marek Vasut wrote:
Repair the maintainer entries so they match the current state of code.
Signed-off-by: Marek Vasut marex@denx.de
Michal, thanks for poking me about this, fixed.
ok then.
Reported-by: Michal Simek michal.simek@xilinx.com
I'm so adding this one %^)
Can you tell me how did you set up and use buildman to find this one out please ?
Just run it and this is shown at the start. There are several warnings like that.
You do need to set the buildman up to detect toolchains, right ? I guess I should RTFM.
IRC if toolchain is not autodetected it is downloaded. Just go through readme there. It is pretty easy to setup.
Thanks!
Best regards, Marek Vasut
participants (2)
-
Marek Vasut
-
Michal Simek