
5 Aug
2023
5 Aug
'23
9:51 p.m.
From: Lukas Funke lukas.funke@weidmueller.com
Add test for the 'xilinx-bootgen' etype
Signed-off-by: Lukas Funke lukas.funke@weidmueller.com Reviewed-by: Simon Glass sjg@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!