[PATCH v4] test_vboot.py: include test of fdt_add_pubkey tool
Simon Glass
sjg at chromium.org
Sat Apr 1 08:32:26 CEST 2023
On Mon, 20 Mar 2023 at 13:28, Ivan Mikhaylov <fr0st61te at gmail.com> wrote:
>
> From: Roman Kopytin <Roman.Kopytin at kaspersky.com>
>
> Add test_fdt_add_pubkey test which provides simple functionality test
> which contains such steps:
> create DTB and FIT files
> add keys with fdt_add_pubkey to DTB
> sign FIT image
> check with fit_check_sign that keys properly added to DTB file
>
> Signed-off-by: Roman Kopytin <Roman.Kopytin at kaspersky.com>
> Signed-off-by: Ivan Mikhaylov <fr0st61te at gmail.com>
> Cc: Rasmus Villemoes <rasmus.villemoes at prevas.dk>
> ---
> test/py/tests/test_vboot.py | 200 ++++++++++++++++++++++++++++++------
> 1 file changed, 166 insertions(+), 34 deletions(-)
>
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list