Re: [PATCH v5 3/8] common: integrate crypt-based passwords

2021-07-23 Thread Tom Rini
On Thu, Jul 08, 2021 at 03:57:35PM +0200, Steffen Jaeckel wrote: > Hook into the autoboot flow as an alternative to the existing > mechanisms. > > Signed-off-by: Steffen Jaeckel > Reviewed-by: Simon Glass > Reviewed-by: Heiko Schocher Applied to u-boot/master, thanks! -- Tom signature.asc

[PATCH v5 3/8] common: integrate crypt-based passwords

2021-07-08 Thread Steffen Jaeckel
Hook into the autoboot flow as an alternative to the existing mechanisms. Signed-off-by: Steffen Jaeckel Reviewed-by: Simon Glass Reviewed-by: Heiko Schocher --- (no changes since v1) common/Kconfig.boot | 38 ++--- common/autoboot.c | 81 +++