Re: [U-Boot] Quick guide to Kconfig

2014-08-05 Thread Ian Campbell
On Mon, 2014-08-04 at 17:35 +0200, Hans de Goede wrote: > Hi, > > On 08/04/2014 04:27 PM, Tom Rini wrote: > > On Fri, Aug 01, 2014 at 01:37:54PM +0900, Masahiro Yamada wrote: > > > > [snip] > >> We had multiple entries in boards.cfg per board > >> (with some differences in the options field) > >>

Re: [U-Boot] Quick guide to Kconfig

2014-08-04 Thread Masahiro Yamada
Hi Tom, On Mon, 4 Aug 2014 10:27:42 -0400 Tom Rini wrote: > On Fri, Aug 01, 2014 at 01:37:54PM +0900, Masahiro Yamada wrote: > > [snip] > > We had multiple entries in boards.cfg per board > > (with some differences in the options field) > > and I generated the correspoing defconfig files. > >

Re: [U-Boot] Quick guide to Kconfig

2014-08-04 Thread Ian Campbell
On Mon, 2014-08-04 at 11:49 -0400, Tom Rini wrote: > On Fri, Aug 01, 2014 at 01:42:15PM +0900, Masahiro Yamada wrote: > > Hi Ian, > > > > > > > > > > On Thu, 31 Jul 2014 16:07:54 +0100 > > Ian Campbell wrote: > > > > > On Thu, 2014-07-31 at 16:38 +0200, Hans de Goede wrote: > > > > make Foo_d

Re: [U-Boot] Quick guide to Kconfig

2014-08-04 Thread Tom Rini
On Mon, Aug 04, 2014 at 05:15:21AM -0600, Simon Glass wrote: > Hi Masahiro, > > On 30 July 2014 22:51, Masahiro Yamada wrote: > > Hi all, > > > > > > > > The mainline has switched to Kconfig. > > > > Please make sure to use "make _defconfig" > > instead of "make _config". > > Once this thread is

Re: [U-Boot] Quick guide to Kconfig

2014-08-04 Thread Tom Rini
On Fri, Aug 01, 2014 at 01:42:15PM +0900, Masahiro Yamada wrote: > Hi Ian, > > > > > On Thu, 31 Jul 2014 16:07:54 +0100 > Ian Campbell wrote: > > > On Thu, 2014-07-31 at 16:38 +0200, Hans de Goede wrote: > > > make Foo_defconfig > > > make menuconfig > > > > > > make > > > > I was hoping th

Re: [U-Boot] Quick guide to Kconfig

2014-08-04 Thread Hans de Goede
Hi, On 08/04/2014 04:27 PM, Tom Rini wrote: > On Fri, Aug 01, 2014 at 01:37:54PM +0900, Masahiro Yamada wrote: > > [snip] >> We had multiple entries in boards.cfg per board >> (with some differences in the options field) >> and I generated the correspoing defconfig files. >> >> But I guess it wou

Re: [U-Boot] Quick guide to Kconfig

2014-08-04 Thread Tom Rini
On Fri, Aug 01, 2014 at 01:37:54PM +0900, Masahiro Yamada wrote: [snip] > We had multiple entries in boards.cfg per board > (with some differences in the options field) > and I generated the correspoing defconfig files. > > But I guess it would be painful to maintain lots of defconfigs. > > I ex

Re: [U-Boot] Quick guide to Kconfig

2014-08-04 Thread Yan, Miao
Hi, > -Original Message- > From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de] > On Behalf Of Masahiro Yamada > Sent: Thursday, July 31, 2014 12:51 PM > To: u-boot@lists.denx.de > Subject: [U-Boot] Quick guide to Kconfig > > Hi all, >

Re: [U-Boot] Quick guide to Kconfig

2014-08-04 Thread Simon Glass
Hi Masahiro, On 30 July 2014 22:51, Masahiro Yamada wrote: > Hi all, > > > > The mainline has switched to Kconfig. > > Please make sure to use "make _defconfig" > instead of "make _config". Once this thread is complete, do you think you could send a patch to add some docs to the source tree? Re

Re: [U-Boot] Quick guide to Kconfig

2014-08-04 Thread Yan, Miao
Hi, > > Do we have a minimal python version requirement ? Because I can no > > longer build U-Boot on our build server which still uses python-2.4.x. > > There are some 2.6+ only syntax in genboardscfg.py and multiconfig.py. > > > I have no idea about the python version requirement in U-Boot. >

Re: [U-Boot] Quick guide to Kconfig

2014-08-04 Thread Masahiro Yamada
> > To: u-boot@lists.denx.de > > Subject: [U-Boot] Quick guide to Kconfig > > > > Hi all, > > > > > > > > The mainline has switched to Kconfig. > > > > Please make sure to use "make _defconfig" > > instead of "mak

Re: [U-Boot] Quick guide to Kconfig

2014-07-31 Thread Masahiro Yamada
Hi Ian, On Thu, 31 Jul 2014 16:07:54 +0100 Ian Campbell wrote: > On Thu, 2014-07-31 at 16:38 +0200, Hans de Goede wrote: > > make Foo_defconfig > > make menuconfig > > > > make > > I was hoping that I might eventually be able to do something like > make Foo_defconfig CONFIG_SPL_FEL=y

Re: [U-Boot] Quick guide to Kconfig

2014-07-31 Thread Masahiro Yamada
Hi Hans, On Thu, 31 Jul 2014 16:38:47 +0200 Hans de Goede wrote: > Hi, > > On 07/31/2014 06:51 AM, Masahiro Yamada wrote: > > Hi all, > > > > > > > > The mainline has switched to Kconfig. > > > > Please make sure to use "make _defconfig" > > instead of "make _config". > > > > > > > > [1

Re: [U-Boot] Quick guide to Kconfig

2014-07-31 Thread Ian Campbell
On Thu, 2014-07-31 at 16:38 +0200, Hans de Goede wrote: > make Foo_defconfig > make menuconfig > > make I was hoping that I might eventually be able to do something like make Foo_defconfig CONFIG_SPL_FEL=y or perhaps make Foo_defconfig S:CONFIG_SPL_FEL=y and have it DTRT(tm). > I

Re: [U-Boot] Quick guide to Kconfig

2014-07-31 Thread Hans de Goede
Hi, On 07/31/2014 06:51 AM, Masahiro Yamada wrote: > Hi all, > > > > The mainline has switched to Kconfig. > > Please make sure to use "make _defconfig" > instead of "make _config". > > > > [1] Board Configuration > > make _defconfig > > > > [2] Modify configuration > > > make

Re: [U-Boot] Quick guide to Kconfig

2014-07-31 Thread Frank Ihle
Hi Masahiro, thanks! it's running nicely. I see you're running the GUI with lxdialog, and it's nice to see that more and more build systems come together to one "base", which makes it much easier for further developing. I've just started using it on our project too, but the integration is a pr

Re: [U-Boot] Quick guide to Kconfig

2014-07-30 Thread Masahiro Yamada
Hi Frank, On Thu, 31 Jul 2014 08:29:07 +0200 "Frank Ihle" wrote: > Hi everyone, > > can you please give me a hint how to run the menuconfig? > > I just downloaded the latest U-Boot from > ftp://ftp.denx.de/pub/u-boot/u-boot-latest.tar.bz2 (Version: 2014.07). When > entering the /u-boot-201

Re: [U-Boot] Quick guide to Kconfig

2014-07-30 Thread Frank Ihle
Hi everyone, can you please give me a hint how to run the menuconfig? I just downloaded the latest U-Boot from ftp://ftp.denx.de/pub/u-boot/u-boot-latest.tar.bz2 (Version: 2014.07). When entering the /u-boot-2014.07/ directory and hitting "make menuconfig" then, it just tells me that there's

[U-Boot] Quick guide to Kconfig

2014-07-30 Thread Masahiro Yamada
Hi all, The mainline has switched to Kconfig. Please make sure to use "make _defconfig" instead of "make _config". [1] Board Configuration make _defconfig [2] Modify configuration make config, make menuconfig, make nconfig, ... etc. For SPL, make spl/config, make spl/me