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

2018-03-15 Thread Tom Rini
On Thu, Mar 15, 2018 at 07:18:20AM +, Chee, Tien Fong wrote: > On Thu, 2018-03-08 at 14:04 -0700, Simon Glass wrote: > > Hi, > > > > On 7 March 2018 at 22:03, Chee, Tien Fong > > wrote: > > > > > > On Tue, 2018-03-06 at 10:51 -0700, Simon Glass wrote: > > > > > >

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

2018-03-15 Thread Chee, Tien Fong
On Thu, 2018-03-08 at 14:04 -0700, Simon Glass wrote: > Hi, > > On 7 March 2018 at 22:03, Chee, Tien Fong > wrote: > > > > On Tue, 2018-03-06 at 10:51 -0700, Simon Glass wrote: > > > > > > Hi, > > > > > > On 5 March 2018 at 02:43,   wrote: >

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

2018-03-08 Thread Wolfgang Denk
Dear Tien Fong, In message <1520485397.10181.12.ca...@intel.com> you wrote: > > > This looks fine as a concept but I am not keen on the implementation. > > > This patchset has been going through many rounds and a lot of time > spending in review, and it is already working and being tested. I

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

2018-03-08 Thread Simon Glass
Hi, On 7 March 2018 at 22:03, Chee, Tien Fong wrote: > On Tue, 2018-03-06 at 10:51 -0700, Simon Glass wrote: >> Hi, >> >> On 5 March 2018 at 02:43, wrote: >> > >> > From: Tien Fong Chee >> > >> > This is file system

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

2018-03-07 Thread Chee, Tien Fong
On Tue, 2018-03-06 at 10:51 -0700, Simon Glass wrote: > Hi, > > On 5 March 2018 at 02:43,   wrote: > > > > From: Tien Fong Chee > > > > This is file system generic loader which can be used to load > > the file image from the storage into

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

2018-03-06 Thread Simon Glass
Hi, On 5 March 2018 at 02:43, 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

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

2018-03-05 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