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 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

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 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 label

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 blo

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 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. > > This patch adds support

[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 scenarios.