Re: u-boot overwrites 'bootargs' from dt 'chosen' node

2011-02-27 Thread Grant Likely
On Sun, Feb 27, 2011 at 01:30:40AM +0800, Shawn Guo wrote: > I'm still a little bit new to dt. I thought the bootargs in chosen > node will always apply when dt is enabled. It just took me some time > to figure out that u-boot 'bootargs' env will anyway overwrite the > one from chosen. Correct;

Re: u-boot overwrites 'bootargs / bootloader kernel commandline synthesis

2011-02-27 Thread Andy Green
On 02/28/2011 06:32 AM, Somebody in the thread at some point said: Hi - Many powerful features can be implemented this way - install and update scripts, booting alternative kernels, root file systems or system configurations, enablign IP autoconfiguration using the same network settings as alre

Re: [PATCH 1/3] arm/dt: add basic mx51 device tree support

2011-02-27 Thread Shawn Guo
On 18 February 2011 16:12, Jason Liu wrote: > Signed-off-by: Jason Liu > --- >  arch/arm/mach-mx5/Kconfig               |    6 +++ >  arch/arm/mach-mx5/Makefile              |    1 + >  arch/arm/mach-mx5/board-dt.c            |   64 > +++ >  arch/arm/mach-mx5/clock-mx

Re: u-boot overwrites 'bootargs' from dt 'chosen' node

2011-02-27 Thread Wolfgang Denk
Dear Shawn Guo, In message <20110228013558.ga3...@s2100-06.ap.freescale.net> you wrote: > > Yes, understood. Usually, we have u-boot bootargs env saved to play > with non-dt kernel, so it is there for most cases. And I > instinctively thought that bootargs from chosen node will be applied > when

Re: [st-ericsson] v4l2 vs omx for camera

2011-02-27 Thread Sachin Gupta
Hi All, Linaro is currently collecting requirements for next cycle.If you all agree we can set up a call to discuss what could be interesting things on this topic to work on next cycle and then I can take the ideas generated for approval to Linaro TSC. Thanks Sachin On Mon, Feb 28, 2011 at 1:19

Re: u-boot overwrites 'bootargs' from dt 'chosen' node

2011-02-27 Thread Shawn Guo
On Sun, Feb 27, 2011 at 05:09:13PM +0100, Wolfgang Denk wrote: > Dear Shawn Guo, > Hi Wolfgang, > In message <20110226173040.gd2...@s2100-06.ap.freescale.net> you wrote: > > I'm still a little bit new to dt. I thought the bootargs in chosen > > node will always apply when dt is enabled. It just

Re: [st-ericsson] v4l2 vs omx for camera

2011-02-27 Thread Arnd Bergmann
On Saturday 26 February 2011, Edward Hervey wrote: > > > > Are there any gstreamer/linaro/etc core developers attending the ELC in San > > Francisco > > in April? I think it might be useful to get together before, during or > > after the > > conference and see if we can turn this discussion in s

Re: [pytimechart] new cpuidle tracepoint

2011-02-27 Thread Pierre Tardy
On Fri, Feb 18, 2011 at 11:03 AM, Vincent Guittot wrote: > Hi, > > I have started to use the new cpuidle tracepoint and created a plugin > for pytimechart. > I'm not sure if it's the right way to add this cpuidle trace format > update but it's the less intrusive one. Yes, it is okay. I actually p

Re: u-boot overwrites 'bootargs' from dt 'chosen' node

2011-02-27 Thread Wolfgang Denk
Dear Shawn Guo, In message <20110226173040.gd2...@s2100-06.ap.freescale.net> you wrote: > I'm still a little bit new to dt. I thought the bootargs in chosen > node will always apply when dt is enabled. It just took me some time > to figure out that u-boot 'bootargs' env will anyway overwrite the