Re: Booting DT support without U-Boot supporting it

2012-04-12 Thread Dennis.Yxun
hi Guo: I guess CONFIG_ARM_APPENDED_DTB and CONFIG_ARM_ATAG_DTB_COMPAT are ARM soc specific? So, what if I want to boot MIPS kernel, but without bootloader support DT? Thanks Dennis On Thu, Apr 12, 2012 at 1:19 PM, Shawn Guo shawn@linaro.org wrote: On Thu, Apr 12, 2012 at 09:50:39AM

Re: Booting DT support without U-Boot supporting it

2012-04-12 Thread Arnd Bergmann
On Thursday 12 April 2012, Viresh Kumar wrote: My U-boot is on an older version and that doesn't have DT support for ARM. Now, is there any way of booting Linux with DT, without U-Boot supporting DT? Like, if we can compile dtb somehow with Linux or something else? Yes, see

Booting DT support without U-Boot supporting it

2012-04-11 Thread Viresh Kumar
Hi, My U-boot is on an older version and that doesn't have DT support for ARM. Now, is there any way of booting Linux with DT, without U-Boot supporting DT? Like, if we can compile dtb somehow with Linux or something else? -- viresh ___

Re: Booting DT support without U-Boot supporting it

2012-04-11 Thread Shawn Guo
On Thu, Apr 12, 2012 at 09:50:39AM +0530, Viresh Kumar wrote: Hi, My U-boot is on an older version and that doesn't have DT support for ARM. Now, is there any way of booting Linux with DT, without U-Boot supporting DT? This is how I responded to Fabio on the same query a few hours ago :) -