Re: [PATCH 2/5] common: integrate crypt-based passwords

2021-04-29 Thread Simon Glass
Hi Steffen, On Wed, 21 Apr 2021 at 01:55, Steffen Jaeckel wrote: > > On 4/21/21 9:14 AM, Simon Glass wrote: > > Hi Steffen, > > > > On Tue, 13 Apr 2021 at 10:16, Steffen Jaeckel > > wrote: > >> > >> Hook into the autoboot flow as an alternative to the existing > >> mechanisms. > >> > >>

Re: [PATCH 2/5] common: integrate crypt-based passwords

2021-04-21 Thread Steffen Jaeckel
On 4/21/21 9:14 AM, Simon Glass wrote: > Hi Steffen, > > On Tue, 13 Apr 2021 at 10:16, Steffen Jaeckel > wrote: >> >> Hook into the autoboot flow as an alternative to the existing >> mechanisms. >> >> Signed-off-by: Steffen Jaeckel >> --- >> >> common/Kconfig.boot | 23 +--- >>

Re: [PATCH 2/5] common: integrate crypt-based passwords

2021-04-21 Thread Simon Glass
Hi Steffen, On Tue, 13 Apr 2021 at 10:16, 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 | 67

[PATCH 2/5] common: integrate crypt-based passwords

2021-04-12 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 | 67 +++-- 2 files changed, 77 insertions(+), 13 deletions(-) diff --git