From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lukasz Majewski Date: Thu, 26 Oct 2017 14:51:01 +0200 Subject: [U-Boot] [PATCH v3 06/20] common: Generic firmware loader for file system In-Reply-To: <1508740671.3650.6.camel@intel.com> References: <1507882137-27841-1-git-send-email-tien.fong.chee@intel.com> <1507882137-27841-7-git-send-email-tien.fong.chee@intel.com> <26f9b350-3f78-d2f0-a49b-b2a76d4128c8@kernel.org> <1508740671.3650.6.camel@intel.com> Message-ID: <20171026145101.4395505c@jawa> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit To: u-boot@lists.denx.de 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.chee at 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 > > > > --- > > > >  common/Makefile   |   2 + > > > >  common/load_fs.c  | 163 > > > > ++++++++++++++++++++++++++++++++++++++++++++++++++++++ > > > >  include/load_fs.h |  40 ++++++++++++++ > > > >  3 files changed, 205 insertions(+) > > > >  create mode 100644 common/load_fs.c > > > >  create mode 100644 include/load_fs.h > > > There is alot of change here and the commit message doesn't tell > > > me anything! Please describe, in detail, what your patch is doing. > > > > > > Also you need to include more people in the review path for this > > > patch. > These are the code factored out from splash loader, contains some > common functions which can be used by other file system loader such as > fpga loadfs. Would it be possible to provide ./doc entry to explain how one can use this set of tools (splash/loadfs loaders) ? > Okay, i will include more peoples. > > And pull it out of the series and convert the splash loader to use > > this. > > It seems my comment about factoring out code from the splash loader > > was > > ignored, sigh ... > > > I didn't ignore your comment, i factored out the common code from > splash loader and put in more generic function name and file name. > Then, i will replace these generic fs loader with splash fs loader at > different patchset. > > > > > > Dinh > > > > > > _______________________________________________ > U-Boot mailing list > U-Boot at lists.denx.de > https://lists.denx.de/listinfo/u-boot Best regards, Lukasz Majewski -- DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de