Re: [PATCH v5 8/8] test: add first autoboot unit tests

2021-07-23 Thread Tom Rini
On Thu, Jul 08, 2021 at 03:57:40PM +0200, Steffen Jaeckel wrote: > This adds tests for the crypt-based and plain SHA256-based password hashing > algorithms in the autoboot flow. > > Signed-off-by: Steffen Jaeckel > Reviewed-by: Simon Glass Applied to u-boot/master, thanks! -- Tom

[PATCH v5 8/8] test: add first autoboot unit tests

2021-07-08 Thread Steffen Jaeckel
This adds tests for the crypt-based and plain SHA256-based password hashing algorithms in the autoboot flow. Signed-off-by: Steffen Jaeckel Reviewed-by: Simon Glass --- (no changes since v4) Changes in v4: Add another test with `bootstopusesha256` unset common/Kconfig.boot | 2 +-