Re: [PATCH v4] test_vboot.py: include test of fdt_add_pubkey tool

2023-03-31 Thread Simon Glass
On Mon, 20 Mar 2023 at 13:28, Ivan Mikhaylov wrote: > > From: Roman Kopytin > > 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

[PATCH v4] test_vboot.py: include test of fdt_add_pubkey tool

2023-03-19 Thread Ivan Mikhaylov
From: Roman Kopytin 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 Signed