Re: [U-Boot] [PATCH v4] PXE: FDT: Add support for fdt in PXE

2012-09-28 Thread Joe Hershberger
Hi Chander, On Fri, Sep 7, 2012 at 12:36 AM, Chander Kashyap chander.kash...@linaro.org wrote: Now DT support is becoming common for all new SoC's. Hence it is better to have option for getting specific FDT from the remote server. This patch adds support for new label i.e. 'fdt'. This will

Re: [U-Boot] [PATCH v4] PXE: FDT: Add support for fdt in PXE

2012-09-24 Thread Chander Kashyap
On 12 September 2012 21:57, Tom Rini tr...@ti.com wrote: On Fri, Sep 07, 2012 at 11:06:31AM +0530, Chander Kashyap wrote: Now DT support is becoming common for all new SoC's. Hence it is better to have option for getting specific FDT from the remote server. This patch adds support for new

Re: [U-Boot] [PATCH v4] PXE: FDT: Add support for fdt in PXE

2012-09-12 Thread Tom Rini
On Fri, Sep 07, 2012 at 11:06:31AM +0530, Chander Kashyap wrote: Now DT support is becoming common for all new SoC's. Hence it is better to have option for getting specific FDT from the remote server. This patch adds support for new label i.e. 'fdt'. This will allow to retrieve 'fdt blob'

Re: [U-Boot] [PATCH v4] PXE: FDT: Add support for fdt in PXE

2012-09-07 Thread Jason Hobbs
Chander, Looks good now. Acked-by: Jason Hobbs jason.ho...@calxeda.com Thanks, Jason On Fri, Sep 07, 2012 at 01:36:31AM -0400, Chander Kashyap wrote: Now DT support is becoming common for all new SoC's. Hence it is better to have option for getting specific FDT from the remote server.

[U-Boot] [PATCH v4] PXE: FDT: Add support for fdt in PXE

2012-09-06 Thread Chander Kashyap
Now DT support is becoming common for all new SoC's. Hence it is better to have option for getting specific FDT from the remote server. This patch adds support for new label i.e. 'fdt'. This will allow to retrieve 'fdt blob' from the remote server. This patch take care for the following