Re: [U-Boot] [PATCH v8 07/13] tools: add genboardscfg.py

2014-07-31 Thread Tom Rini
On Thu, Jul 31, 2014 at 11:22:05AM +0900, Masahiro Yamada wrote: > Hi Tom, > > > On Wed, 30 Jul 2014 10:07:19 -0400 > Tom Rini wrote: > > > On Wed, Jul 30, 2014 at 02:08:19PM +0900, Masahiro Yamada wrote: > > > > > Now the primary data for each board is in Kconfig, defconfig and > > > MAINTAIN

Re: [U-Boot] [PATCH v8 07/13] tools: add genboardscfg.py

2014-07-30 Thread Masahiro Yamada
Hi Tom, On Wed, 30 Jul 2014 10:07:19 -0400 Tom Rini wrote: > On Wed, Jul 30, 2014 at 02:08:19PM +0900, Masahiro Yamada wrote: > > > Now the primary data for each board is in Kconfig, defconfig and > > MAINTAINERS. > > > > It is true boards.cfg is needed for MAKEALL and buildman and might be >

Re: [U-Boot] [PATCH v8 07/13] tools: add genboardscfg.py

2014-07-30 Thread Tom Rini
On Wed, Jul 30, 2014 at 02:08:19PM +0900, Masahiro Yamada wrote: > Now the primary data for each board is in Kconfig, defconfig and > MAINTAINERS. > > It is true boards.cfg is needed for MAKEALL and buildman and might be > useful to brouse all the supported boards in a single database. > But it w

Re: [U-Boot] [PATCH v8 07/13] tools: add genboardscfg.py

2014-07-30 Thread Simon Glass
Hi Tom, On 30 July 2014 16:22, Tom Rini wrote: > On Wed, Jul 30, 2014 at 04:12:09PM +0100, Simon Glass wrote: >> Hi Tom, >> >> On 30 July 2014 15:07, Tom Rini wrote: >> > On Wed, Jul 30, 2014 at 02:08:19PM +0900, Masahiro Yamada wrote: >> > >> >> Now the primary data for each board is in Kconfig

Re: [U-Boot] [PATCH v8 07/13] tools: add genboardscfg.py

2014-07-30 Thread Tom Rini
On Wed, Jul 30, 2014 at 04:12:09PM +0100, Simon Glass wrote: > Hi Tom, > > On 30 July 2014 15:07, Tom Rini wrote: > > On Wed, Jul 30, 2014 at 02:08:19PM +0900, Masahiro Yamada wrote: > > > >> Now the primary data for each board is in Kconfig, defconfig and > >> MAINTAINERS. > >> > >> It is true b

Re: [U-Boot] [PATCH v8 07/13] tools: add genboardscfg.py

2014-07-30 Thread Simon Glass
Hi Tom, On 30 July 2014 15:07, Tom Rini wrote: > On Wed, Jul 30, 2014 at 02:08:19PM +0900, Masahiro Yamada wrote: > >> Now the primary data for each board is in Kconfig, defconfig and >> MAINTAINERS. >> >> It is true boards.cfg is needed for MAKEALL and buildman and might be >> useful to brouse a

Re: [U-Boot] [PATCH v8 07/13] tools: add genboardscfg.py

2014-07-30 Thread Tom Rini
On Wed, Jul 30, 2014 at 02:08:19PM +0900, Masahiro Yamada wrote: > Now the primary data for each board is in Kconfig, defconfig and > MAINTAINERS. > > It is true boards.cfg is needed for MAKEALL and buildman and might be > useful to brouse all the supported boards in a single database. > But it w

[U-Boot] [PATCH v8 07/13] tools: add genboardscfg.py

2014-07-29 Thread Masahiro Yamada
Now the primary data for each board is in Kconfig, defconfig and MAINTAINERS. It is true boards.cfg is needed for MAKEALL and buildman and might be useful to brouse all the supported boards in a single database. But it would be painful to maintain the boards.cfg in sync. So, this is the solution.