From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chee, Tien Fong Date: Mon, 11 Dec 2017 10:41:37 +0000 Subject: [U-Boot] [PATCH v6 07/20] common: Generic firmware loader for file system In-Reply-To: References: <1512986786-3745-1-git-send-email-tien.fong.chee@intel.com> <1512986786-3745-8-git-send-email-tien.fong.chee@intel.com> <1512986932.3788.0.camel@intel.com> Message-ID: <1512988896.3788.1.camel@intel.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Isn, 2017-12-11 at 11:15 +0100, Marek Vasut wrote: > On 12/11/2017 11:08 AM, Chee, Tien Fong wrote: > > > > On Isn, 2017-12-11 at 18:06 +0800, tien.fong.chee at 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. > > > > > > Signed-off-by: Tien Fong Chee > You should break this patch out first , get it in and then resubmit > the > 20 other patches so you're not saturating everyones' mailboxes. > Okay.