[PATCH v3 09/11] test: capsule: Remove public key embed logic from capsule update test

Simon Glass sjg at chromium.org
Mon Jul 10 23:38:37 CEST 2023


On Sun, 9 Jul 2023 at 07:34, Sughosh Ganu <sughosh.ganu at linaro.org> wrote:
>
> The embedding of the public key EFI Signature List(ESL) file into the
> platform's DTB is now done at the time of u-boot build. Remove this
> logic from the capsule update test' configuration.
>
> Include the public key for the sandbox and sandbox_flattree variant
> as part of the build.
>
> Signed-off-by: Sughosh Ganu <sughosh.ganu at linaro.org>
> ---
> Changes since V2:
> * New patch for removing the capsule key and ESL generation logic from
>   the capsule test config file.
>
>  configs/sandbox_defconfig                    |  1 +
>  configs/sandbox_flattree_defconfig           |  1 +
>  test/py/tests/test_efi_capsule/conftest.py   | 30 +++-----------------
>  test/py/tests/test_efi_capsule/signature.dts | 10 -------
>  4 files changed, 6 insertions(+), 36 deletions(-)
>  delete mode 100644 test/py/tests/test_efi_capsule/signature.dts

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list