[PATCH v4 2/3] binman: ftest: Add test for xilinx-bootgen etype
Simon Glass
sjg at chromium.org
Sat Aug 5 21:51:16 CEST 2023
From: Lukas Funke <lukas.funke at weidmueller.com>
Add test for the 'xilinx-bootgen' etype
Signed-off-by: Lukas Funke <lukas.funke at weidmueller.com>
Reviewed-by: Simon Glass <sjg at chromium.org>
---
Changes in v4:
- Add test to check for missing bootgen tool
Changes in v3:
- Improved test coverage for xilinx-fsbl-auth etype
Changes in v2:
- Fixed typo in dts name
tools/binman/ftest.py | 75 +++++++++++++++++++
tools/binman/test/307_xilinx_bootgen_sign.dts | 22 ++++++
.../test/308_xilinx_bootgen_sign_enc.dts | 24 ++++++
3 files changed, 121 insertions(+)
create mode 100644 tools/binman/test/307_xilinx_bootgen_sign.dts
create mode 100644 tools/binman/test/308_xilinx_bootgen_sign_enc.dts
Applied to u-boot-dm, thanks!
More information about the U-Boot
mailing list