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

2018-02-01 Thread Marek Vasut
On 02/01/2018 08:06 AM, Chee, Tien Fong wrote: > On Tue, 2018-01-30 at 13:12 +0100, Marek Vasut wrote: >> On 01/30/2018 12:16 PM, tien.fong.c...@intel.com wrote: >>> >>> From: Tien Fong Chee >>> >>> This is file system generic loader which can be used to load >>> the

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

2018-01-31 Thread Chee, Tien Fong
On Tue, 2018-01-30 at 13:12 +0100, Marek Vasut wrote: > On 01/30/2018 12:16 PM, 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

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

2018-01-30 Thread Marek Vasut
On 01/30/2018 12:16 PM, 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

[U-Boot] [PATCH v7 3/3] common: Generic firmware loader for file system

2018-01-30 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