Re: [U-Boot] [PATCH] pxe: Fix pxe boot with FIT image

2016-08-30 Thread Wenbin Song
...@denx.de; > p.marc...@samsung.com; s...@denx.de; york sun <york@nxp.com>; u- > b...@lists.denx.de; Mingkai Hu <mingkai...@nxp.com>; Qianyu Gong > <qianyu.g...@nxp.com>; Shaohui Xie <shaohui....@nxp.com>; > zhiqian....@nxp.com > Subject: Re: [U-Boot]

Re: [U-Boot] [PATCH] pxe: Fix pxe boot with FIT image

2016-08-29 Thread Tom Rini
On Thu, Aug 04, 2016 at 03:44:50PM +0800, Wenbin song wrote: > From: York Sun > > When FIT image is used, a single image provides kernel, device > tree and optionally ramdisk. Argc and argv need to be adjusted > to support this. > > Signed-off-by: York Sun

Re: [U-Boot] [PATCH] pxe: Fix pxe boot with FIT image

2016-08-29 Thread york sun
On 08/28/2016 08:20 PM, Wenbin Song wrote: > Hi, > > What would you advise? > Resend if necessary. In the mean time, get the msg id and open an internal ticket for mail team to track down the log. I did it before and I found the mail wasn't even delivered to the mailing list. But they were not

Re: [U-Boot] [PATCH] pxe: Fix pxe boot with FIT image

2016-08-29 Thread Wenbin Song
Hi, What would you advise? Thanks. Best Regards Wenbin Song > -Original Message- > From: Wenbin song [mailto:wenbin.s...@nxp.com] > Sent: Thursday, August 04, 2016 3:45 PM > To: s...@chromium.org; bmeng...@gmail.com; h...@denx.de; > p.marc...@samsung.com; s...@denx.de; york sun

[U-Boot] [PATCH] pxe: Fix pxe boot with FIT image

2016-08-05 Thread Wenbin song
From: York Sun When FIT image is used, a single image provides kernel, device tree and optionally ramdisk. Argc and argv need to be adjusted to support this. Signed-off-by: York Sun --- cmd/pxe.c | 9 + 1 file changed, 5 insertions(+), 4

Re: [U-Boot] [PATCH] pxe: Fix pxe boot with FIT image

2016-08-04 Thread york sun
Recently I have seen mails not reaching mailing list many times. Not sure if it was our email server issue. York Original Message From: Simon Glass Sent: Thursday, August 4, 2016 06:37 PM To: Wenbin Song Subject: Re: [PATCH] pxe: Fix

Re: [U-Boot] [PATCH] pxe: Fix pxe boot with FIT image

2016-08-04 Thread Simon Glass
+Tom On 4 August 2016 at 01:44, Wenbin song wrote: > From: York Sun > > When FIT image is used, a single image provides kernel, device > tree and optionally ramdisk. Argc and argv need to be adjusted > to support this. > > Signed-off-by: York Sun