From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?Q?Andreas_Bie=c3=9fmann?= Date: Fri, 19 Feb 2016 09:48:09 +0100 Subject: [U-Boot] [U-Boot,v3] ARM: Add Support for the VInCo platform In-Reply-To: <87povtp1io.fsf@free-electrons.com> References: <1455830855-43683-1-git-send-email-andreas.devel@googlemail.com> <1450281704-14433-1-git-send-email-gregory.clement@free-electrons.com> <1455830855-43683-19-git-send-email-andreas.devel@googlemail.com> <87povtp1io.fsf@free-electrons.com> Message-ID: <56C6D6C9.1010400@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Gregory, just ran another complete build an realized that you missed to add an MAINTAINERS entry for the vinco files: ---8<--- abiessmann@punisher % ./tools/buildman/buildman -o /tmp/uboot-build-atmel arm avr32 WARNING: no status info for 'ds414' WARNING: no maintainers for 'ds414' WARNING: no status info for 'ls1043aqds_lpuart' WARNING: no maintainers for 'ls1043aqds_lpuart' WARNING: no status info for 'vinco' WARNING: no maintainers for 'vinco' WARNING: no status info for 'evb-rk3036' WARNING: no maintainers for 'evb-rk3036' WARNING: no status info for 'hikey' WARNING: no maintainers for 'hikey' WARNING: no status info for 'kylin-rk3036' WARNING: no maintainers for 'kylin-rk3036' Building current source for 534 boards (8 threads, 1 job per thread) --->8--- Could you please send a followup patch? Andreas On 19.02.2016 09:06, Gregory CLEMENT wrote: > Hi Andreas, > > On jeu., f?vr. 18 2016, Andreas Bie?mann wrote: > >> Dear Gregory CLEMENT, >> >> Gregory CLEMENT writes: >>> The Versatile Industrial Communication platform is a community oriented >>> board from Landis + Gyr. It comes with: >>> - an RS-485 port >>> - 2 Ethernet ports >>> - a wireless M-BUS >>> - a 4G modem >>> - a 4MB SPI flash >>> - a 4GB eMMC >>> >>> Signed-off-by: Gregory CLEMENT >>> Acked-by: Nicolas Ferre >>> [rebase on current TOT] >>> Signed-off-by: Andreas Bie?mann >>> --- >>> arch/arm/mach-at91/Kconfig | 6 ++ >>> board/l+g/vinco/Kconfig | 12 +++ >>> board/l+g/vinco/Makefile | 1 + >>> board/l+g/vinco/vinco.c | 212 +++++++++++++++++++++++++++++++++++++++++++++ >>> configs/vinco_defconfig | 13 +++ >>> include/configs/vinco.h | 168 +++++++++++++++++++++++++++++++++++ >>> 6 files changed, 412 insertions(+) >>> create mode 100644 board/l+g/vinco/Kconfig >>> create mode 100644 board/l+g/vinco/Makefile >>> create mode 100644 board/l+g/vinco/vinco.c >>> create mode 100644 configs/vinco_defconfig >>> create mode 100644 include/configs/vinco.h >> >> applied to u-boot-atmel/master, thanks! >> >> I had to rebase and remove an empty newline at EOF >> in vinco.h. > > Thanks! > > Gregory > >> >> Best regards, >> Andreas Bie?mann >