From mboxrd@z Thu Jan 1 00:00:00 1970 From: AKASHI Takahiro Date: Fri, 23 Apr 2021 16:50:21 +0900 Subject: [RFC] efi_loader: improve firmware capsule authentication In-Reply-To: References: <20210423054731.GA23309@laputa> Message-ID: <20210423075021.GD23309@laputa> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, Apr 23, 2021 at 10:21:52AM +0300, Ilias Apalodimas wrote: > Akashi-san > > [...] > > 7) Pytest is broken > > Due to your and Ilias' recent patches, existing pytests for > > secure boot as well as capsule update are now broken. > > I'm not sure why you have not yet noticed. > > Presumably, Travis CI now skips those tests? > > I can have a look on that. Any idea which part is broken exactly? > the efidebug command just added an option for 'efidebug boot add'. Did I > forget to change any of the python scripts? Yes, you did :) You introduced "-s" for possible options to "efidebug boot add". So any of executions of this command in either secure boot or capsule update test fails now. -Takahiro Akashi > Thanks > /Ilias > > > > If I have some time in the future, I will address them. > > But Sughosh can do as well. > > > > -Takahiro Akashi