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

2017-10-29 Thread Marek Vasut
On 10/29/2017 11:57 PM, Lukasz Majewski wrote: > Hi Marek, > [...] > It would be best to have some kind of common code and extensions > per soc/architecture. I can't see a usecase for that. >>> >>> The use case would be to reuse/tweak this code to be able to load >>>

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

2017-10-29 Thread Lukasz Majewski
Hi Marek, > On 10/28/2017 11:43 PM, Lukasz Majewski wrote: > > Hi Marek, > > > >> On 10/27/2017 12:35 PM, Lukasz Majewski wrote: > >> [...] > >  common/Makefile   |   2 + > >  common/load_fs.c  | 163 > > ++ >

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

2017-10-29 Thread Marek Vasut
On 10/28/2017 11:43 PM, Lukasz Majewski wrote: > Hi Marek, > >> On 10/27/2017 12:35 PM, Lukasz Majewski wrote: >> [...] >  common/Makefile   |   2 + >  common/load_fs.c  | 163 > ++ >  include/load_fs.h |  40

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

2017-10-28 Thread Lukasz Majewski
Hi Marek, > On 10/27/2017 12:35 PM, Lukasz Majewski wrote: > [...] > >>>  common/Makefile   |   2 + > >>>  common/load_fs.c  | 163 > >>> ++ > >>>  include/load_fs.h |  40 ++ > >>>  3 files changed, 205

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

2017-10-28 Thread Marek Vasut
On 10/27/2017 12:35 PM, Lukasz Majewski wrote: [...] >>>  common/Makefile   |   2 + >>>  common/load_fs.c  | 163 >>> ++ >>>  include/load_fs.h |  40 ++ >>>  3 files changed, 205 insertions(+) >>>  create mode

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

2017-10-27 Thread Lukasz Majewski
Hi Tien Fong, > On Kha, 2017-10-26 at 14:51 +0200, Lukasz Majewski wrote: > > Tien Fong, > > > > > > > > On Isn, 2017-10-16 at 16:41 +0200, Marek Vasut wrote: > > > > > > > > On 10/16/2017 04:08 PM, Dinh Nguyen wrote: > > > > > > > > > > > > > > > > > > > > > > > > > On 10/13/2017 03:08

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

2017-10-27 Thread Chee, Tien Fong
On Kha, 2017-10-26 at 14:51 +0200, Lukasz Majewski wrote: > Tien Fong, > > > > > On Isn, 2017-10-16 at 16:41 +0200, Marek Vasut wrote: > > > > > > On 10/16/2017 04:08 PM, Dinh Nguyen wrote: > > > > > > > > > > > > > > > > > > > > On 10/13/2017 03:08 AM, tien.fong.c...@intel.com wrote: > > >

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

2017-10-26 Thread Lukasz Majewski
Tien Fong, > On Isn, 2017-10-16 at 16:41 +0200, Marek Vasut wrote: > > On 10/16/2017 04:08 PM, Dinh Nguyen wrote: > > > > > > > > > > > > On 10/13/2017 03:08 AM, tien.fong.c...@intel.com wrote: > > > > > > > > From: Tien Fong Chee > > > > > > > > Generic firmware

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

2017-10-23 Thread Chee, Tien Fong
On Isn, 2017-10-16 at 16:41 +0200, Marek Vasut wrote: > On 10/16/2017 04:08 PM, Dinh Nguyen wrote: > > > > > > > > On 10/13/2017 03:08 AM, tien.fong.c...@intel.com wrote: > > > > > > From: Tien Fong Chee > > > > > > Generic firmware loader framework contains some

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

2017-10-16 Thread Marek Vasut
On 10/16/2017 04:08 PM, Dinh Nguyen wrote: > > > On 10/13/2017 03:08 AM, tien.fong.c...@intel.com wrote: >> From: Tien Fong Chee >> >> Generic firmware loader framework contains some common functionality >> which is reusable by any specific file system firmware loader.

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

2017-10-16 Thread Dinh Nguyen
On 10/13/2017 03:08 AM, tien.fong.c...@intel.com wrote: > From: Tien Fong Chee > > Generic firmware loader framework contains some common functionality > which is reusable by any specific file system firmware loader. > > Signed-off-by: Tien Fong Chee

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

2017-10-13 Thread tien . fong . chee
From: Tien Fong Chee Generic firmware loader framework contains some common functionality which is reusable by any specific file system firmware loader. Signed-off-by: Tien Fong Chee --- common/Makefile | 2 + common/load_fs.c | 163