From mboxrd@z Thu Jan 1 00:00:00 1970 From: AKASHI Takahiro Date: Thu, 10 Sep 2020 11:52:37 +0900 Subject: [PATCH v6 00/17] efi_loader: add capsule update support In-Reply-To: <20200909165628.GR7259@bill-the-cat> References: <20200907053426.1675646-1-takahiro.akashi@linaro.org> <20200909165628.GR7259@bill-the-cat> Message-ID: <20200910025237.GB2083619@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 Wed, Sep 09, 2020 at 12:56:28PM -0400, Tom Rini wrote: > On Wed, Sep 09, 2020 at 04:48:30PM +0200, Heinrich Schuchardt wrote: > > On 07.09.20 07:34, AKASHI Takahiro wrote: > [snip] > > > required and partly because there is a problem with virt-make-fs. > > > > What problem with virt-make-fs exists? How will this be solved? > > This I suspect is related to the difficulty of getting tests to run in > all of our CI environments, where at least in one case they run and > pass, rather than skip. This will require that the series get run > through at least Travis and Azure before re-posting, at this point. > Thanks. I think that we discussed this issue several times before. https://lists.denx.de/pipermail/u-boot/2020-July/419430.html https://lists.denx.de/pipermail/u-boot/2020-July/420712.html I have not implemented a fallback handling in case of virt-make-fs failure as Heinrich doesn't like it (even dropped the code from my patches.) The only solution is Heinrich's patch: https://lists.denx.de/pipermail/u-boot/2020-July/419976.html -Takahiro Akashi > -- > Tom