From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chee, Tien Fong Date: Tue, 31 Oct 2017 11:16:50 +0000 Subject: [U-Boot] [PATCH v4 06/20] common: Generic firmware loader for file system In-Reply-To: <57beaec2-ccfe-0beb-0249-f9aa82040378@denx.de> References: <1509447128-3182-1-git-send-email-tien.fong.chee@intel.com> <57beaec2-ccfe-0beb-0249-f9aa82040378@denx.de> Message-ID: <1509448610.2839.8.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: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.