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

2012-09-06 Thread Chander Kashyap
Hi Jason On 6 September 2012 21:07, Jason Hobbs wrote: > Chander, > > Comments inline. > > On Thu, Sep 06, 2012 at 01:40:04AM -0400, Chander Kashyap wrote: >> Now DT support is becomming common for all new SoC's. Hence it is better to >> have option for getting specific FDT from the remote server

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

2012-09-06 Thread Jason Hobbs
Chander, Comments inline. On Thu, Sep 06, 2012 at 01:40:04AM -0400, Chander Kashyap wrote: > Now DT support is becomming 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 lable i.e. fdt. If fdt_addr

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

2012-09-05 Thread Chander Kashyap
Now DT support is becomming 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 lable i.e. fdt. If fdt_addr is specified then load fdt blob from the remote server to fdt_address. Signed-off-by: Chander Kashya