From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chee, Tien Fong Date: Thu, 27 Sep 2018 08:08:17 +0000 Subject: [U-Boot] [PATCH v4 6/6] common: Generic loader for file system In-Reply-To: <20180925193732.GA7048@bill-the-cat> References: <20180725160316.GW11755@bill-the-cat> <780b5bee-4448-793b-aaa9-fc5fe2ba1d3d@xilinx.com> <1532680844.10087.21.camel@intel.com> <02ac3ca3-ccf7-3ae6-ed37-78614064a743@xilinx.com> <81153570-2a0c-603b-c2a9-3fcf5831ec8b@xilinx.com> <1537504974.10097.3.camel@intel.com> <1537858961.11241.7.camel@intel.com> <20180925193732.GA7048@bill-the-cat> Message-ID: <1538035696.10251.1.camel@intel.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit To: u-boot@lists.denx.de On Tue, 2018-09-25 at 15:37 -0400, Tom Rini wrote: > On Tue, Sep 25, 2018 at 07:02:42AM +0000, Chee, Tien Fong wrote: > > > > > On Thu, 2018-09-20 at 21:42 -0700, Chee, Tien Fong wrote: > > > > > > > > > > > > > If everybody agree with current framework, then the next version i > > will > > include the fixes: > > 1. Adding DM_FLAG_PRE_RELOC, this would allow runtime to choose the > > right fs_loader if the chosen node u-boot, fs-loader is not > > defined. > > > > 2. Let driver model handles all memory allocation > > > > 3. Using local variable instead of messy casts. > A new version of this series, or a follow up series?  Thanks again! > This changes will be in follow up series to address feedback raised by Simon and michal on v4.