Re: [U-Boot] [PATCH v4 2/2] common: Generic firmware loader for file system

2017-12-20 Thread Chee, Tien Fong
On Sel, 2017-12-19 at 12:21 +0100, Lothar Waßmann wrote: > Hi, > > On Tue, 19 Dec 2017 10:31:13 + Chee, Tien Fong wrote: > > > > On Isn, 2017-12-18 at 08:39 +0100, Lothar Waßmann wrote: > > > > > > Hi, > > > > > > On Mon, 18 Dec 2017 13:10:56 +0800 tien.fong.c...@intel.com > > > wrote: > >

Re: [U-Boot] [PATCH v4 2/2] common: Generic firmware loader for file system

2017-12-19 Thread Lothar Waßmann
Hi, On Tue, 19 Dec 2017 10:31:13 + Chee, Tien Fong wrote: > On Isn, 2017-12-18 at 08:39 +0100, Lothar Waßmann wrote: > > Hi, > > > > On Mon, 18 Dec 2017 13:10:56 +0800 tien.fong.c...@intel.com wrote: > > > > > > From: Tien Fong Chee > > > > > > This is file system generic loader which can

Re: [U-Boot] [PATCH v4 2/2] common: Generic firmware loader for file system

2017-12-19 Thread Marek Vasut
On 12/19/2017 11:31 AM, Chee, Tien Fong wrote: > On Isn, 2017-12-18 at 08:39 +0100, Lothar Waßmann wrote: >> Hi, >> >> On Mon, 18 Dec 2017 13:10:56 +0800 tien.fong.c...@intel.com wrote: >>> >>> From: Tien Fong Chee >>> >>> This is file system generic loader which can be used to load >>> the file i

Re: [U-Boot] [PATCH v4 2/2] common: Generic firmware loader for file system

2017-12-19 Thread Chee, Tien Fong
On Isn, 2017-12-18 at 08:39 +0100, Lothar Waßmann wrote: > Hi, > > On Mon, 18 Dec 2017 13:10:56 +0800 tien.fong.c...@intel.com wrote: > > > > From: Tien Fong Chee > > > > This is file system generic loader which can be used to load > > the file image from the storage into target such as memory.

Re: [U-Boot] [PATCH v4 2/2] common: Generic firmware loader for file system

2017-12-17 Thread Lothar Waßmann
Hi, On Mon, 18 Dec 2017 13:10:56 +0800 tien.fong.c...@intel.com wrote: > From: Tien Fong Chee > > This is file system generic loader which can be used to load > the file image from the storage into target such as memory. > The consumer driver would then use this loader to program whatever, > ie.

[U-Boot] [PATCH v4 2/2] common: Generic firmware loader for file system

2017-12-17 Thread tien . fong . chee
From: Tien Fong Chee This is file system generic loader which can be used to load the file image from the storage into target such as memory. The consumer driver would then use this loader to program whatever, ie. the FPGA device. Signed-off-by: Tien Fong Chee --- common/Makefile|