Re: [PATCH v1 3/6] common: integrate crypt-based passwords

2021-04-29 Thread Simon Glass
Hi Steffen, On Mon, 26 Apr 2021 at 05:19, Steffen Jaeckel wrote: > > Hook into the autoboot flow as an alternative to the existing > mechanisms. > > Signed-off-by: Steffen Jaeckel > --- > > common/Kconfig.boot | 23 +--- > common/autoboot.c | 85 +++

[PATCH v1 3/6] common: integrate crypt-based passwords

2021-04-26 Thread Steffen Jaeckel
Hook into the autoboot flow as an alternative to the existing mechanisms. Signed-off-by: Steffen Jaeckel --- common/Kconfig.boot | 23 +--- common/autoboot.c | 85 - 2 files changed, 95 insertions(+), 13 deletions(-) diff --git a/common/Kco