From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chee, Tien Fong Date: Tue, 9 Jan 2018 05:26:06 +0000 Subject: [U-Boot] [PATCH v6 0/2] Generic firmware loader In-Reply-To: <20180108090729.6535cf0e@karo-electronics.de> References: <1514351078-3487-1-git-send-email-tien.fong.chee@intel.com> <1514969166.3047.2.camel@intel.com> <20180108090729.6535cf0e@karo-electronics.de> Message-ID: <1515475564.4085.0.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 Isn, 2018-01-08 at 09:07 +0100, Lothar Waßmann wrote: > Hi, > > On Wed, 3 Jan 2018 08:46:09 +0000 Chee, Tien Fong wrote: > > > > On Rab, 2017-12-27 at 13:04 +0800, tien.fong.chee at intel.com wrote: > > Hi Lothar Waßmann, > > > > > > From: Tien Fong Chee > > > > > > This patchset contains generic firmware loader which is very > > > close to > > > Linux > > > firmware loader but for U-Boot framework. Generic firmware loader > > > can > > > be used > > > load whatever into target location, and then consumer driver > > > would > > > use it to > > > program whatever, ie. the FPGA. This version mainly resolved > > > comments > > > from > > > Lothar Waßmann in [v5]. > > > > > Are you OK with the patches? > > > Sorry for the delay. I have been on vacation until now. > The patch series Looks good to me now. > > Reviewed-By: Lothar Waßmann > Great, thanks for helping to review the codes. > > Lothar Waßmann