Re: [U-Boot] [PATCH v3 3/4] tegra: config: Enable FIT and device tree for all boards

2014-12-01 Thread Simon Glass
Hi Stephen, On 1 December 2014 at 11:41, Stephen Warren wrote: > On 11/25/2014 10:44 AM, Simon Glass wrote: >> >> Hi Stephen, >> >> On 25 November 2014 at 09:23, Stephen Warren >> wrote: >>> >>> On 11/24/2014 04:49 PM, Simon Glass wrote: Hi Stephen, On 24 November 2014 a

Re: [U-Boot] [PATCH v3 3/4] tegra: config: Enable FIT and device tree for all boards

2014-12-01 Thread Stephen Warren
On 11/25/2014 10:44 AM, Simon Glass wrote: Hi Stephen, On 25 November 2014 at 09:23, Stephen Warren wrote: On 11/24/2014 04:49 PM, Simon Glass wrote: Hi Stephen, On 24 November 2014 at 10:11, Stephen Warren wrote: On 11/23/2014 09:12 AM, Simon Glass wrote: Modern kernels require a dev

Re: [U-Boot] [PATCH v3 3/4] tegra: config: Enable FIT and device tree for all boards

2014-11-25 Thread Simon Glass
Hi Stephen, On 25 November 2014 at 09:23, Stephen Warren wrote: > On 11/24/2014 04:49 PM, Simon Glass wrote: >> >> Hi Stephen, >> >> On 24 November 2014 at 10:11, Stephen Warren >> wrote: >>> >>> On 11/23/2014 09:12 AM, Simon Glass wrote: Modern kernels require a device tree to bo

Re: [U-Boot] [PATCH v3 3/4] tegra: config: Enable FIT and device tree for all boards

2014-11-25 Thread Stephen Warren
On 11/24/2014 04:49 PM, Simon Glass wrote: Hi Stephen, On 24 November 2014 at 10:11, Stephen Warren wrote: On 11/23/2014 09:12 AM, Simon Glass wrote: Modern kernels require a device tree to boot. True. Enable FIT support to permit booting these images, rather than just legacy images.

Re: [U-Boot] [PATCH v3 3/4] tegra: config: Enable FIT and device tree for all boards

2014-11-24 Thread Simon Glass
Hi Stephen, On 24 November 2014 at 10:11, Stephen Warren wrote: > On 11/23/2014 09:12 AM, Simon Glass wrote: >> >> Modern kernels require a device tree to boot. > > > True. > >> Enable FIT support to permit >> >> booting these images, rather than just legacy images. > > > I don't understand this?

Re: [U-Boot] [PATCH v3 3/4] tegra: config: Enable FIT and device tree for all boards

2014-11-24 Thread Stephen Warren
On 11/23/2014 09:12 AM, Simon Glass wrote: Modern kernels require a device tree to boot. True. > Enable FIT support to permit booting these images, rather than just legacy images. I don't understand this? Modern kernels boot perfectly well without FIT support. U-Boot supports the kernel's

[U-Boot] [PATCH v3 3/4] tegra: config: Enable FIT and device tree for all boards

2014-11-23 Thread Simon Glass
Modern kernels require a device tree to boot. Enable FIT support to permit booting these images, rather than just legacy images. This allows booting of Chrome OS kernels, among other things. Signed-off-by: Simon Glass --- Changes in v3: - Add new patch to enable FIT support for Tegra boards Cha