Re: [U-Boot] [PATCH v6 07/20] common: Generic firmware loader for file system

2017-12-11 Thread Chee, Tien Fong
On Isn, 2017-12-11 at 11:15 +0100, Marek Vasut wrote: > On 12/11/2017 11:08 AM, Chee, Tien Fong wrote: > > > > On Isn, 2017-12-11 at 18:06 +0800, tien.fong.c...@intel.com wrote: > > > > > > From: Tien Fong Chee > > > > > > This is file system generic loader which can be used to load > > > the f

Re: [U-Boot] [PATCH v6 07/20] common: Generic firmware loader for file system

2017-12-11 Thread Marek Vasut
On 12/11/2017 11:08 AM, Chee, Tien Fong wrote: > On Isn, 2017-12-11 at 18:06 +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

Re: [U-Boot] [PATCH v6 07/20] common: Generic firmware loader for file system

2017-12-11 Thread Chee, Tien Fong
On Isn, 2017-12-11 at 18:06 +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. the

[U-Boot] [PATCH v6 07/20] common: Generic firmware loader for file system

2017-12-11 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 | 1 +