hi Simon, On Sat, 12 Aug 2023 at 19:55, Simon Glass <s...@chromium.org> wrote: > > On Fri, 11 Aug 2023 at 23:58, Sughosh Ganu <sughosh.g...@linaro.org> wrote: > > > > Enable the EFI capsule update code on all sandbox variants. This was > > already enabled on the sandbox, sandbox64 and sandbox_flattree > > variants. The rest of the variants also have the EFI capsule update > > module enabled now. With this commit, the mkeficapsule tool also gets > > enabled on all variants. > > (except 'tool-only', right?)
tools-only already has mkeficapsule build enabled. -sughosh > > > > > Signed-off-by: Sughosh Ganu <sughosh.g...@linaro.org> > > --- > > Changes since V8: > > * New patch to build the capsule code for all sandbox variants. > > > > configs/sandbox_noinst_defconfig | 2 ++ > > configs/sandbox_spl_defconfig | 2 ++ > > configs/sandbox_vpl_defconfig | 2 ++ > > 3 files changed, 6 insertions(+) > > Reviewed-by: Simon Glass <s...@chromium.org>