* [U-Boot] "make menuconfig" does not work @ 2012-04-25 18:21 hong zhang 2012-04-25 22:26 ` Graeme Russ 0 siblings, 1 reply; 7+ messages in thread From: hong zhang @ 2012-04-25 18:21 UTC (permalink / raw) To: u-boot List, "make menuconfig" does not work for u-boot under panadaboard. Old mailing list said because of no Kconfig in u-boot tree. Any plan to add Kconfig or any other way to configure u-boot? Thanks for any help! ---henry ^ permalink raw reply [flat|nested] 7+ messages in thread
* [U-Boot] "make menuconfig" does not work 2012-04-25 18:21 [U-Boot] "make menuconfig" does not work hong zhang @ 2012-04-25 22:26 ` Graeme Russ 2012-04-26 12:18 ` Wolfgang Denk 2012-04-27 8:24 ` Thomas Petazzoni 0 siblings, 2 replies; 7+ messages in thread From: Graeme Russ @ 2012-04-25 22:26 UTC (permalink / raw) To: u-boot Hi Henry, On Thu, Apr 26, 2012 at 4:21 AM, hong zhang <henryzhang62@yahoo.com> wrote: > List, > > "make menuconfig" does not work for u-boot under panadaboard. > Old mailing list said because of no Kconfig in u-boot tree. Correct - new mailing list says the same thing ;) > Any plan to add Kconfig or any other way to configure u-boot? Not that I am aware of, but I would support anyone who submitted patches to add Kconfig support (it would be great to get U-Boot added to buildroot as well - One build for bootloader + kernel + root filesystem :) Regards, Graeme ^ permalink raw reply [flat|nested] 7+ messages in thread
* [U-Boot] "make menuconfig" does not work 2012-04-25 22:26 ` Graeme Russ @ 2012-04-26 12:18 ` Wolfgang Denk 2012-04-26 12:28 ` Graeme Russ ` (2 more replies) 2012-04-27 8:24 ` Thomas Petazzoni 1 sibling, 3 replies; 7+ messages in thread From: Wolfgang Denk @ 2012-04-26 12:18 UTC (permalink / raw) To: u-boot Dear Graeme Russ, In message <CALButCKZC7cwOaQL4b+mjnDcZGyZas0JpFzZf7q9pSDhE_j64g@mail.gmail.com> you wrote: > > > Any plan to add Kconfig or any other way to configure u-boot? > > Not that I am aware of, but I would support anyone who submitted > patches to add Kconfig support Well, please talk to Marek, then... > (it would be great to get U-Boot added to buildroot as well - One > build for bootloader + kernel + root filesystem :) Buildroot? Isn't this kind of a dead horse now? I thought everybody is using Yocto now... Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de Real computer scientists don't comment their code. The identifiers are so long they can't afford the disk space. ^ permalink raw reply [flat|nested] 7+ messages in thread
* [U-Boot] "make menuconfig" does not work 2012-04-26 12:18 ` Wolfgang Denk @ 2012-04-26 12:28 ` Graeme Russ 2012-04-27 8:27 ` Thomas Petazzoni 2012-05-02 23:45 ` Marek Vasut 2 siblings, 0 replies; 7+ messages in thread From: Graeme Russ @ 2012-04-26 12:28 UTC (permalink / raw) To: u-boot Hi Wolfgang, On 04/26/2012 10:18 PM, Wolfgang Denk wrote: > Dear Graeme Russ, > > In message <CALButCKZC7cwOaQL4b+mjnDcZGyZas0JpFzZf7q9pSDhE_j64g@mail.gmail.com> you wrote: >> >>> Any plan to add Kconfig or any other way to configure u-boot? >> >> Not that I am aware of, but I would support anyone who submitted >> patches to add Kconfig support > > Well, please talk to Marek, then... I am :) >> (it would be great to get U-Boot added to buildroot as well - One >> build for bootloader + kernel + root filesystem :) > > Buildroot? Isn't this kind of a dead horse now? I thought everybody > is using Yocto now... Well buildroot is far from dead. And I've never really had a good look at Yocto Regards, Graeme ^ permalink raw reply [flat|nested] 7+ messages in thread
* [U-Boot] "make menuconfig" does not work 2012-04-26 12:18 ` Wolfgang Denk 2012-04-26 12:28 ` Graeme Russ @ 2012-04-27 8:27 ` Thomas Petazzoni 2012-05-02 23:45 ` Marek Vasut 2 siblings, 0 replies; 7+ messages in thread From: Thomas Petazzoni @ 2012-04-27 8:27 UTC (permalink / raw) To: u-boot Le Thu, 26 Apr 2012 14:18:11 +0200, Wolfgang Denk <wd@denx.de> a ?crit : > > (it would be great to get U-Boot added to buildroot as well - One > > build for bootloader + kernel + root filesystem :) > > Buildroot? Isn't this kind of a dead horse now? I thought everybody > is using Yocto now... Since the last 3 years, the project has seen an increasing activity, and has been almost entirely rewritten. We are doing stable releases every 3 months, are doing a lot more quality testing than we have been doing in the past. We have given talks at the latests ELC, ELCE and FOSDEM. So, definitely it's not a dead project. It however doesn't fit the same segment as Yocto: Yocto is an embedded distribution generator, while Buildroot is just a root filesystem + kernel + bootloader image generator. Buildroot is much, much simpler to use and set up, but also offers less flexibility than Yocto. Best regards, Thomas -- Thomas Petazzoni, Free Electrons Kernel, drivers, real-time and embedded Linux development, consulting, training and support. http://free-electrons.com ^ permalink raw reply [flat|nested] 7+ messages in thread
* [U-Boot] "make menuconfig" does not work 2012-04-26 12:18 ` Wolfgang Denk 2012-04-26 12:28 ` Graeme Russ 2012-04-27 8:27 ` Thomas Petazzoni @ 2012-05-02 23:45 ` Marek Vasut 2 siblings, 0 replies; 7+ messages in thread From: Marek Vasut @ 2012-05-02 23:45 UTC (permalink / raw) To: u-boot Dear Wolfgang Denk, > Dear Graeme Russ, > > In message <CALButCKZC7cwOaQL4b+mjnDcZGyZas0JpFzZf7q9pSDhE_j64g@mail.gmail.com> you wrote: > > > Any plan to add Kconfig or any other way to configure u-boot? > > > > Not that I am aware of, but I would support anyone who submitted > > patches to add Kconfig support > > Well, please talk to Marek, then... Yohoho ... this is where it all leaked :-) > > (it would be great to get U-Boot added to buildroot as well - One > > build for bootloader + kernel + root filesystem :) > > Buildroot? Isn't this kind of a dead horse now? I thought everybody > is using Yocto now... It ain't dead, just ... noone uses it. > > Best regards, > > Wolfgang Denk Best regards, Marek Vasut ^ permalink raw reply [flat|nested] 7+ messages in thread
* [U-Boot] "make menuconfig" does not work 2012-04-25 22:26 ` Graeme Russ 2012-04-26 12:18 ` Wolfgang Denk @ 2012-04-27 8:24 ` Thomas Petazzoni 1 sibling, 0 replies; 7+ messages in thread From: Thomas Petazzoni @ 2012-04-27 8:24 UTC (permalink / raw) To: u-boot Le Thu, 26 Apr 2012 08:26:21 +1000, Graeme Russ <graeme.russ@gmail.com> a ?crit : > (it would be great to get U-Boot added to buildroot as well - One > build for bootloader + kernel + root filesystem :) That's already the case, since a looong time. make menuconfig -> Bootloaders -> U-Boot We even have support for a few first stage bootloaders: at the moment AT91Bootstrap, first stage for LPC32xx, X-Loader, and we are interested in adding more when needed. Regards, Thomas -- Thomas Petazzoni, Free Electrons Kernel, drivers, real-time and embedded Linux development, consulting, training and support. http://free-electrons.com ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2012-05-02 23:45 UTC | newest] Thread overview: 7+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2012-04-25 18:21 [U-Boot] "make menuconfig" does not work hong zhang 2012-04-25 22:26 ` Graeme Russ 2012-04-26 12:18 ` Wolfgang Denk 2012-04-26 12:28 ` Graeme Russ 2012-04-27 8:27 ` Thomas Petazzoni 2012-05-02 23:45 ` Marek Vasut 2012-04-27 8:24 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox