Re: [PATCH v3 07/18] binman: Keep the efi_capsule input file

2024-06-21 Thread Simon Glass
Hi Sughosh, On Fri, 21 Jun 2024 at 00:14, Sughosh Ganu wrote: > > On Fri, 21 Jun 2024 at 04:36, Simon Glass wrote: > > > > There is no need to remove input files. It makes it harder to diagnose > > failures. Keep the payload file. > > > > There is no test for this condition, but one could be add

Re: [PATCH v3 07/18] binman: Keep the efi_capsule input file

2024-06-20 Thread Sughosh Ganu
On Fri, 21 Jun 2024 at 04:36, Simon Glass wrote: > > There is no need to remove input files. It makes it harder to diagnose > failures. Keep the payload file. > > There is no test for this condition, but one could be added. > > Signed-off-by: Simon Glass > Fixes: b617611b27a ("binman: capsule: Ad

[PATCH v3 07/18] binman: Keep the efi_capsule input file

2024-06-20 Thread Simon Glass
There is no need to remove input files. It makes it harder to diagnose failures. Keep the payload file. There is no test for this condition, but one could be added. Signed-off-by: Simon Glass Fixes: b617611b27a ("binman: capsule: Add support for generating...") --- (no changes since v1) tools