public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] ARM status or maintainer info currently missing
@ 2015-07-01 13:13 Albert ARIBAUD
  2015-07-01 13:31 ` Pavel Machek
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Albert ARIBAUD @ 2015-07-01 13:13 UTC (permalink / raw)
  To: u-boot

Hello all,

I get the following when building current u-boot-arm/master with
current u-boot/master:

* WARNING: no status info for 'am43xx_evm_ethboot' 
* WARNING: no maintainers for 'am43xx_evm_ethboot' 
  WARNING: no status info for 'cairo' 
  WARNING: no maintainers for 'cairo' 
  WARNING: no status info for 'axs103' 
  WARNING: no maintainers for 'axs103' 
  WARNING: no status info for 'socfpga_arria5' 
  WARNING: no maintainers for 'socfpga_arria5' 
  WARNING: no status info for 'at91sam9rlek_mmc' 
  WARNING: no maintainers for 'at91sam9rlek_mmc' 
  WARNING: no status info for 'odroid-xu3' 
  WARNING: no maintainers for 'odroid-xu3' 
* WARNING: no status info for 'am335x_baltos' 
* WARNING: no maintainers for 'am335x_baltos' 
* WARNING: no status info for 'am43xx_evm_usbhost_boot' 
* WARNING: no maintainers for 'am43xx_evm_usbhost_boot' 
  WARNING: no status info for 'at91sam9g20ek_2mmc' 
  WARNING: no maintainers for 'at91sam9g20ek_2mmc' 
  WARNING: no status info for 'db-88f6820-gp' 
  WARNING: no maintainers for 'db-88f6820-gp' 

"*" means warning is new in mainline.

In most cases, the board's MAINTAINERS file also lacks an 'F:' entry for
the board's defconfig -- or the board is lacking a MAINTAINERS file
entirely.

Cairo I'll fix myself, obviously. For the rest, I'm Cc:ing people who
might be able to know about the target's status and maintainer.

Amicalement,
-- 
Albert.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [U-Boot] ARM status or maintainer info currently missing
  2015-07-01 13:13 [U-Boot] ARM status or maintainer info currently missing Albert ARIBAUD
@ 2015-07-01 13:31 ` Pavel Machek
  2015-07-01 16:52   ` Marek Vasut
  2015-07-01 13:35 ` Yegor Yefremov
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 8+ messages in thread
From: Pavel Machek @ 2015-07-01 13:31 UTC (permalink / raw)
  To: u-boot

Hi!

>   WARNING: no status info for 'socfpga_arria5' 
>   WARNING: no maintainers for 'socfpga_arria5' 

I guess Marek or Dinh would be willing to mainain Arria 5.

									Pavel
-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [U-Boot] ARM status or maintainer info currently missing
  2015-07-01 13:13 [U-Boot] ARM status or maintainer info currently missing Albert ARIBAUD
  2015-07-01 13:31 ` Pavel Machek
@ 2015-07-01 13:35 ` Yegor Yefremov
  2015-07-01 13:37 ` Alexey Brodkin
  2015-07-02  4:18 ` Lokesh Vutla
  3 siblings, 0 replies; 8+ messages in thread
From: Yegor Yefremov @ 2015-07-01 13:35 UTC (permalink / raw)
  To: u-boot

On Wed, Jul 1, 2015 at 3:13 PM, Albert ARIBAUD
<albert.u.boot@aribaud.net> wrote:
> Hello all,
>
> I get the following when building current u-boot-arm/master with
> current u-boot/master:
>
> * WARNING: no status info for 'am43xx_evm_ethboot'
> * WARNING: no maintainers for 'am43xx_evm_ethboot'
>   WARNING: no status info for 'cairo'
>   WARNING: no maintainers for 'cairo'
>   WARNING: no status info for 'axs103'
>   WARNING: no maintainers for 'axs103'
>   WARNING: no status info for 'socfpga_arria5'
>   WARNING: no maintainers for 'socfpga_arria5'
>   WARNING: no status info for 'at91sam9rlek_mmc'
>   WARNING: no maintainers for 'at91sam9rlek_mmc'
>   WARNING: no status info for 'odroid-xu3'
>   WARNING: no maintainers for 'odroid-xu3'
> * WARNING: no status info for 'am335x_baltos'
> * WARNING: no maintainers for 'am335x_baltos'

I'll take care of Baltos.

> * WARNING: no status info for 'am43xx_evm_usbhost_boot'
> * WARNING: no maintainers for 'am43xx_evm_usbhost_boot'
>   WARNING: no status info for 'at91sam9g20ek_2mmc'
>   WARNING: no maintainers for 'at91sam9g20ek_2mmc'
>   WARNING: no status info for 'db-88f6820-gp'
>   WARNING: no maintainers for 'db-88f6820-gp'
>
> "*" means warning is new in mainline.
>
> In most cases, the board's MAINTAINERS file also lacks an 'F:' entry for
> the board's defconfig -- or the board is lacking a MAINTAINERS file
> entirely.
>
> Cairo I'll fix myself, obviously. For the rest, I'm Cc:ing people who
> might be able to know about the target's status and maintainer.
>
> Amicalement,
> --
> Albert.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [U-Boot] ARM status or maintainer info currently missing
  2015-07-01 13:13 [U-Boot] ARM status or maintainer info currently missing Albert ARIBAUD
  2015-07-01 13:31 ` Pavel Machek
  2015-07-01 13:35 ` Yegor Yefremov
@ 2015-07-01 13:37 ` Alexey Brodkin
  2015-07-02  4:18 ` Lokesh Vutla
  3 siblings, 0 replies; 8+ messages in thread
From: Alexey Brodkin @ 2015-07-01 13:37 UTC (permalink / raw)
  To: u-boot

Hi Albert,

On Wed, 2015-07-01 at 15:13 +0200, Albert ARIBAUD wrote:
> Hello all,
> 
> I get the following when building current u-boot-arm/master with
> current u-boot/master:
> 
> * WARNING: no status info for 'am43xx_evm_ethboot' 
> * WARNING: no maintainers for 'am43xx_evm_ethboot' 
>   WARNING: no status info for 'cairo' 
>   WARNING: no maintainers for 'cairo' 
>   WARNING: no status info for 'axs103' 
>   WARNING: no maintainers for 'axs103' 
>   WARNING: no status info for 'socfpga_arria5' 
>   WARNING: no maintainers for 'socfpga_arria5' 
>   WARNING: no status info for 'at91sam9rlek_mmc' 
>   WARNING: no maintainers for 'at91sam9rlek_mmc' 
>   WARNING: no status info for 'odroid-xu3' 
>   WARNING: no maintainers for 'odroid-xu3' 
> * WARNING: no status info for 'am335x_baltos' 
> * WARNING: no maintainers for 'am335x_baltos' 
> * WARNING: no status info for 'am43xx_evm_usbhost_boot' 
> * WARNING: no maintainers for 'am43xx_evm_usbhost_boot' 
>   WARNING: no status info for 'at91sam9g20ek_2mmc' 
>   WARNING: no maintainers for 'at91sam9g20ek_2mmc' 
>   WARNING: no status info for 'db-88f6820-gp' 
>   WARNING: no maintainers for 'db-88f6820-gp' 
> 
> "*" means warning is new in mainline.
> 
> In most cases, the board's MAINTAINERS file also lacks an 'F:' entry 
> for
> the board's defconfig -- or the board is lacking a MAINTAINERS file
> entirely.

I'l add an entry for axs103.

-Alexey

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [U-Boot] ARM status or maintainer info currently missing
  2015-07-01 13:31 ` Pavel Machek
@ 2015-07-01 16:52   ` Marek Vasut
  0 siblings, 0 replies; 8+ messages in thread
From: Marek Vasut @ 2015-07-01 16:52 UTC (permalink / raw)
  To: u-boot

On Wednesday, July 01, 2015 at 03:31:01 PM, Pavel Machek wrote:
> Hi!
> 
> >   WARNING: no status info for 'socfpga_arria5'
> >   WARNING: no maintainers for 'socfpga_arria5'
> 
> I guess Marek or Dinh would be willing to mainain Arria 5.

Yep, I have an AV board.

Best regards,
Marek Vasut

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [U-Boot] ARM status or maintainer info currently missing
  2015-07-01 13:13 [U-Boot] ARM status or maintainer info currently missing Albert ARIBAUD
                   ` (2 preceding siblings ...)
  2015-07-01 13:37 ` Alexey Brodkin
@ 2015-07-02  4:18 ` Lokesh Vutla
  2015-07-05 17:34   ` Albert ARIBAUD
  3 siblings, 1 reply; 8+ messages in thread
From: Lokesh Vutla @ 2015-07-02  4:18 UTC (permalink / raw)
  To: u-boot

Hi Albert,
On Wednesday 01 July 2015 06:43 PM, Albert ARIBAUD wrote:
> Hello all,
> 
> I get the following when building current u-boot-arm/master with
> current u-boot/master:
> 
> * WARNING: no status info for 'am43xx_evm_ethboot' 
> * WARNING: no maintainers for 'am43xx_evm_ethboot' 
>   WARNING: no status info for 'cairo' 
>   WARNING: no maintainers for 'cairo' 
>   WARNING: no status info for 'axs103' 
>   WARNING: no maintainers for 'axs103' 
>   WARNING: no status info for 'socfpga_arria5' 
>   WARNING: no maintainers for 'socfpga_arria5' 
>   WARNING: no status info for 'at91sam9rlek_mmc' 
>   WARNING: no maintainers for 'at91sam9rlek_mmc' 
>   WARNING: no status info for 'odroid-xu3' 
>   WARNING: no maintainers for 'odroid-xu3' 
> * WARNING: no status info for 'am335x_baltos' 
> * WARNING: no maintainers for 'am335x_baltos' 
> * WARNING: no status info for 'am43xx_evm_usbhost_boot' 
> * WARNING: no maintainers for 'am43xx_evm_usbhost_boot' 
Posted a patch for both am43xx_evm* boards.
http://patchwork.ozlabs.org/patch/490416/

Thanks and regards,
Lokesh

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [U-Boot] ARM status or maintainer info currently missing
  2015-07-02  4:18 ` Lokesh Vutla
@ 2015-07-05 17:34   ` Albert ARIBAUD
  2015-07-05 18:35     ` Yegor Yefremov
  0 siblings, 1 reply; 8+ messages in thread
From: Albert ARIBAUD @ 2015-07-05 17:34 UTC (permalink / raw)
  To: u-boot

Hello Lokesh,

On Thu, 2 Jul 2015 09:48:31 +0530, Lokesh Vutla <lokeshvutla@ti.com>
wrote:
> Hi Albert,
> On Wednesday 01 July 2015 06:43 PM, Albert ARIBAUD wrote:
> > Hello all,
> > 
> > I get the following when building current u-boot-arm/master with
> > current u-boot/master:
> > 
> > * WARNING: no status info for 'am43xx_evm_ethboot' 
> > * WARNING: no maintainers for 'am43xx_evm_ethboot' 
> >   WARNING: no status info for 'cairo' 
> >   WARNING: no maintainers for 'cairo' 
> >   WARNING: no status info for 'axs103' 
> >   WARNING: no maintainers for 'axs103' 
> >   WARNING: no status info for 'socfpga_arria5' 
> >   WARNING: no maintainers for 'socfpga_arria5' 
> >   WARNING: no status info for 'at91sam9rlek_mmc' 
> >   WARNING: no maintainers for 'at91sam9rlek_mmc' 
> >   WARNING: no status info for 'odroid-xu3' 
> >   WARNING: no maintainers for 'odroid-xu3' 
> > * WARNING: no status info for 'am335x_baltos' 
> > * WARNING: no maintainers for 'am335x_baltos' 
> > * WARNING: no status info for 'am43xx_evm_usbhost_boot' 
> > * WARNING: no maintainers for 'am43xx_evm_usbhost_boot' 
> Posted a patch for both am43xx_evm* boards.
> http://patchwork.ozlabs.org/patch/490416/

Weird -- I can't find it in my list archives, but it's there on
patchwork O_o

Applied, thanks!

> Thanks and regards,
> Lokesh

Amicalement,
-- 
Albert.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [U-Boot] ARM status or maintainer info currently missing
  2015-07-05 17:34   ` Albert ARIBAUD
@ 2015-07-05 18:35     ` Yegor Yefremov
  0 siblings, 0 replies; 8+ messages in thread
From: Yegor Yefremov @ 2015-07-05 18:35 UTC (permalink / raw)
  To: u-boot

On Sun, Jul 5, 2015 at 7:34 PM, Albert ARIBAUD
<albert.u.boot@aribaud.net> wrote:
> Hello Lokesh,
>
> On Thu, 2 Jul 2015 09:48:31 +0530, Lokesh Vutla <lokeshvutla@ti.com>
> wrote:
>> Hi Albert,
>> On Wednesday 01 July 2015 06:43 PM, Albert ARIBAUD wrote:
>> > Hello all,
>> >
>> > I get the following when building current u-boot-arm/master with
>> > current u-boot/master:
>> >
>> > * WARNING: no status info for 'am43xx_evm_ethboot'
>> > * WARNING: no maintainers for 'am43xx_evm_ethboot'
>> >   WARNING: no status info for 'cairo'
>> >   WARNING: no maintainers for 'cairo'
>> >   WARNING: no status info for 'axs103'
>> >   WARNING: no maintainers for 'axs103'
>> >   WARNING: no status info for 'socfpga_arria5'
>> >   WARNING: no maintainers for 'socfpga_arria5'
>> >   WARNING: no status info for 'at91sam9rlek_mmc'
>> >   WARNING: no maintainers for 'at91sam9rlek_mmc'
>> >   WARNING: no status info for 'odroid-xu3'
>> >   WARNING: no maintainers for 'odroid-xu3'
>> > * WARNING: no status info for 'am335x_baltos'
>> > * WARNING: no maintainers for 'am335x_baltos'
>> > * WARNING: no status info for 'am43xx_evm_usbhost_boot'
>> > * WARNING: no maintainers for 'am43xx_evm_usbhost_boot'
>> Posted a patch for both am43xx_evm* boards.
>> http://patchwork.ozlabs.org/patch/490416/
>
> Weird -- I can't find it in my list archives, but it's there on
> patchwork O_o
>
> Applied, thanks!

Just in case my patch: https://patchwork.ozlabs.org/patch/490309/

Thanks.

Yegor

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2015-07-05 18:35 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-01 13:13 [U-Boot] ARM status or maintainer info currently missing Albert ARIBAUD
2015-07-01 13:31 ` Pavel Machek
2015-07-01 16:52   ` Marek Vasut
2015-07-01 13:35 ` Yegor Yefremov
2015-07-01 13:37 ` Alexey Brodkin
2015-07-02  4:18 ` Lokesh Vutla
2015-07-05 17:34   ` Albert ARIBAUD
2015-07-05 18:35     ` Yegor Yefremov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox