
12 Aug
2023
12 Aug
'23
4:24 p.m.
On Fri, 11 Aug 2023 at 23:58, Sughosh Ganu sughosh.ganu@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?)
Signed-off-by: Sughosh Ganu sughosh.ganu@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 sjg@chromium.org