From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eugeniu Rosca Date: Thu, 16 Aug 2018 20:34:45 +0200 Subject: [U-Boot] [PATCH 4/7] common: avb_verify: Make local data static In-Reply-To: References: <20180814004309.15271-1-erosca@de.adit-jv.com> <20180814004309.15271-4-erosca@de.adit-jv.com> Message-ID: <20180816183445.GB20904@x230> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thu, Aug 16, 2018 at 12:07:25PM +0300, Igor Opaniuk wrote: > Hi Eugeniu, > thanks for fixing this! > > BTW, I plan to replace this workaround with hardcoded public RSA key > for verification of vbmeta image signature, > and an option to store it in RPMB using AVB TA/OP-TEE instead, just > after Jens's Wiklander patches (that he sent last Friday) are merged. Sounds really good! Please, feel free to NAK this patch given its very short lifetime. > > Reviewed-by: Igor Opaniuk Thanks, Eugeniu.