From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chee, Tien Fong Date: Tue, 31 Oct 2017 11:50:23 +0000 Subject: [U-Boot] [PATCH v4 06/20] common: Generic firmware loader for file system In-Reply-To: <9fe984f7-9132-f9a3-3bf7-b9d5c2230247@denx.de> References: <1509447128-3182-1-git-send-email-tien.fong.chee@intel.com> <57beaec2-ccfe-0beb-0249-f9aa82040378@denx.de> <1509448610.2839.8.camel@intel.com> <9fe984f7-9132-f9a3-3bf7-b9d5c2230247@denx.de> Message-ID: <1509450623.2839.9.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 Sel, 2017-10-31 at 12:35 +0100, Marek Vasut wrote: > On 10/31/2017 12:16 PM, Chee, Tien Fong wrote: > > > > On Sel, 2017-10-31 at 12:02 +0100, Marek Vasut wrote: > > > > > > On 10/31/2017 11:52 AM, tien.fong.chee at intel.com wrote: > > > > > > > > > > > > From: Tien Fong Chee > > > > > > > > Generic firmware loader framework contains some common > > > > functionality > > > > which is reusable by any specific driver file system firmware > > > > loader. > > > > Specific driver file system firmware loader handling can be > > > > defined > > > > with both weak function fsloader_preprocess and fs_loading. > > > > > > > > Signed-off-by: Tien Fong Chee > > > Note that this should be sent separately from the SoCFPGA stuff. > > > > > This patch separate from SoCFPGA stuff. But, it is required by > > later > > patch. FPGA loadfs implemented based on this patch. > You can note that in the cover letter. > Okay.