On Mon, 21 Jun 2021 at 14:25, Steffen Jaeckel
<[email protected]> wrote:
>
> This adds tests for the crypt-based and plain SHA256-based password hashing
> algorithms in the autoboot flow.
>
> Signed-off-by: Steffen Jaeckel <[email protected]>
> ---
>
> (no changes since v1)
>
>  common/Kconfig.boot         |  2 +-
>  common/console.c            |  5 +++
>  configs/sandbox_defconfig   | 11 +++++
>  include/console.h           | 17 +++++++
>  include/test/common.h       | 15 +++++++
>  include/test/suites.h       |  1 +
>  test/Makefile               |  1 +
>  test/cmd_ut.c               |  1 +
>  test/common/Makefile        |  3 ++
>  test/common/cmd_ut_common.c | 22 +++++++++
>  test/common/test_autoboot.c | 90 +++++++++++++++++++++++++++++++++++++
>  11 files changed, 167 insertions(+), 1 deletion(-)
>  create mode 100644 include/test/common.h
>  create mode 100644 test/common/Makefile
>  create mode 100644 test/common/cmd_ut_common.c
>  create mode 100644 test/common/test_autoboot.c

Reviewed-by: Simon Glass <[email protected]>

but please make sure patman does not give you checkpatch warnings. I
see one, I think.

Reply via email to