[PATCH v2 1/3] binman: Ignore hash*, signature* nodes in sections
Simon Glass
sjg at chromium.org
Tue Sep 1 17:17:42 CEST 2020
On Mon, 31 Aug 2020 at 03:59, Alper Nebi Yasak <alpernebiyasak at gmail.com> wrote:
>
> Switch to str.startswith for matching like the FIT etype does since the
> current version doesn't ignore 'hash-1', 'hash-2', etc.
>
> Signed-off-by: Alper Nebi Yasak <alpernebiyasak at gmail.com>
> ---
>
> Changes in v2:
> - Add test to check that sections ignore hash*, signature* nodes
>
> tools/binman/etype/section.py | 2 +-
> tools/binman/ftest.py | 6 +++
> .../165_section_ignore_hash_signature.dts | 40 +++++++++++++++++++
> 3 files changed, 47 insertions(+), 1 deletion(-)
> create mode 100644 tools/binman/test/165_section_ignore_hash_signature.dts
Reviewed-by: Simon Glass <sjg at chromium.org>
Applied to u-boot-dm, thanks!
More information about the U-Boot
mailing list