From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Dannenberg Date: Thu, 14 Jul 2016 10:22:52 -0500 Subject: [U-Boot] [PATCH v3 0/9] Secure Boot by Authenticating/Decrypting SPL FIT blobs In-Reply-To: <20160714145734.GD7260@bill-the-cat> References: <1467037164-28093-1-git-send-email-dannenberg@ti.com> <20160714135521.GG12985@borg.dal.design.ti.com> <20160714145734.GD7260@bill-the-cat> Message-ID: <20160714152252.GH12985@borg.dal.design.ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Tom, On Thu, Jul 14, 2016 at 10:57:34AM -0400, Tom Rini wrote: > On Thu, Jul 14, 2016 at 08:55:21AM -0500, Andreas Dannenberg wrote: > > Hi Tom, Simon, > > > > On Mon, Jun 27, 2016 at 09:19:15AM -0500, Andreas Dannenberg wrote: > > > This is an updated version of a patch series that introduces a generic way > > > to optionally post-process blobs as they get extracted by the SPL from the > > > u-boot.img FIT image, and uses this scheme to perform some authentication/ > > > decryption related processing on TI's high-secure (HS) SoC variants. For > > > additional background please see here [1]. > > > > just wanted to send a quick ping on this patch series. My optimistic > > understanding from the review and comments is that it should be in a > > reasonable state right now. Please let me know if there is anything else > > gating the acceptance other perhaps you wanting it to give more time for > > others to chime in. > > I'm giving people a little more time to chime in and will pick it up > soon. Thanks! Understood, that's what I thought since it touches rather "global" files. I also just re-applied the patch series to the latest 'master' branch and it still applies cleanly and the resulting MLO/u-boot.img images still perform as expected. Thanks and Regards, Andreas