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

2017-12-13 Thread Chee, Tien Fong
m > > > Sent: Tuesday, December 12, 2017 5:26 PM > > > To: u-boot@lists.denx.de > > > Cc: Marek Vasut ; Tien Fong Chee > > > ; Ching Liang See > > > ; Tien Fong ; > > > Westergteen Dalon > > > Subject: [U-Boot] [PATCH v3 2/2] common

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

2017-12-13 Thread Lukasz Majewski
Fong Chee > > ; Ching Liang See > > ; Tien Fong ; > > Westergteen Dalon > > Subject: [U-Boot] [PATCH v3 2/2] common: Generic firmware loader > > for file system > > > > From: Tien Fong Chee > > > > This is file system generic loader which can

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

2017-12-13 Thread Prabhakar Kushwaha
Fong ; Westergteen Dalon > > Subject: [U-Boot] [PATCH v3 2/2] common: Generic firmware loader for file > system > > 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 co

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

2017-12-12 Thread Chee, Tien Fong
On Sel, 2017-12-12 at 15:12 +0100, Lothar Waßmann wrote: > Hi, > > On Tue, 12 Dec 2017 19:56:17 +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 v3 2/2] common: Generic firmware loader for file system

2017-12-12 Thread Lothar Waßmann
Hi, On Tue, 12 Dec 2017 19:56:17 +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.

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

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