On Tue, 18 Jul 2023 at 05:53, <lukas.funke-...@weidmueller.com> wrote: > > From: Lukas Funke <lukas.fu...@weidmueller.com> > > Add test for the 'xilinx_fsbl_auth' etype > > Signed-off-by: Lukas Funke <lukas.fu...@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 <s...@chromium.org> Nice job on the test coverage!