
19 Jul
2023
19 Jul
'23
3:08 a.m.
On Tue, 18 Jul 2023 at 05:53, lukas.funke-oss@weidmueller.com wrote:
From: Lukas Funke lukas.funke@weidmueller.com
Add test for the 'xilinx_fsbl_auth' etype
Signed-off-by: Lukas Funke lukas.funke@weidmueller.com
Changes in v3:
- Improved test coverage for xilinx-fsbl-auth etype
Changes in v2:
- Fixed typo in dts name
tools/binman/ftest.py | 61 +++++++++++++++++++ tools/binman/test/280_xilinx_fsbl_auth.dts | 21 +++++++ .../binman/test/280_xilinx_fsbl_auth_enc.dts | 23 +++++++ 3 files changed, 105 insertions(+) create mode 100644 tools/binman/test/280_xilinx_fsbl_auth.dts create mode 100644 tools/binman/test/280_xilinx_fsbl_auth_enc.dts
Reviewed-by: Simon Glass sjg@chromium.org
Nice job on the test coverage!