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

2018-02-25 Thread Chee, Tien Fong
On Thu, 2018-02-22 at 10:02 +0100, Lothar Waßmann wrote: > Hi, > > On Mon,  5 Feb 2018 15:06:49 +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 v8 4/4] common: Generic firmware loader for file system

2018-02-25 Thread Chee, Tien Fong
On Thu, 2018-02-22 at 10:50 -0500, Tom Rini wrote: > On Thu, Feb 22, 2018 at 03:28:12PM +0100, Marek Vasut wrote: > > > > On 02/22/2018 09:18 AM, Chee, Tien Fong wrote: > > > > > > On Thu, 2018-02-15 at 15:58 +0100, Marek Vasut wrote: > > > > > > > > On 02/05/2018 08:06 AM, tien.fong.c...@intel.

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

2018-02-25 Thread Chee, Tien Fong
On Thu, 2018-02-22 at 15:28 +0100, Marek Vasut wrote: > On 02/22/2018 09:18 AM, Chee, Tien Fong wrote: > > > > On Thu, 2018-02-15 at 15:58 +0100, Marek Vasut wrote: > > > > > > On 02/05/2018 08:06 AM, tien.fong.c...@intel.com wrote: > > > > > > > > > > > > From: Tien Fong Chee > > > > > > > >

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

2018-02-22 Thread Tom Rini
On Thu, Feb 22, 2018 at 03:28:12PM +0100, Marek Vasut wrote: > On 02/22/2018 09:18 AM, Chee, Tien Fong wrote: > > On Thu, 2018-02-15 at 15:58 +0100, Marek Vasut wrote: > >> On 02/05/2018 08:06 AM, tien.fong.c...@intel.com wrote: > >>> > >>> From: Tien Fong Chee > >>> > >>> This is file system gene

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

2018-02-22 Thread Marek Vasut
On 02/22/2018 09:18 AM, Chee, Tien Fong wrote: > On Thu, 2018-02-15 at 15:58 +0100, Marek Vasut wrote: >> On 02/05/2018 08:06 AM, 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 in

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

2018-02-22 Thread Lothar Waßmann
Hi, On Mon, 5 Feb 2018 15:06:49 +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.

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

2018-02-22 Thread Chee, Tien Fong
On Thu, 2018-02-15 at 15:58 +0100, Marek Vasut wrote: > On 02/05/2018 08:06 AM, 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 drive

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

2018-02-15 Thread Marek Vasut
On 02/05/2018 08:06 AM, 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 FPGA device