Re: [PATCH v2 3/7] common: integrate crypt-based passwords

2021-05-12 Thread Simon Glass
Hi Steffen, On Tue, 11 May 2021 at 12:30, Steffen Jaeckel wrote: > > Hi Simon, > > On 5/11/21 5:27 PM, Simon Glass wrote: > >> > >> [snip] > >> > diff --git a/common/autoboot.c b/common/autoboot.c > index 50ab9281e7..6f55abe388 100644 > --- a/common/autoboot.c > +++ b/common/a

Re: [PATCH v2 3/7] common: integrate crypt-based passwords

2021-05-11 Thread Steffen Jaeckel
Hi Simon, On 5/11/21 5:27 PM, Simon Glass wrote: >> >> [snip] >> diff --git a/common/autoboot.c b/common/autoboot.c index 50ab9281e7..6f55abe388 100644 --- a/common/autoboot.c +++ b/common/autoboot.c @@ -316,3 +316,4 @@ static int abortboot_key_sequence(int bootdelay)

Re: [PATCH v2 3/7] common: integrate crypt-based passwords

2021-05-11 Thread Simon Glass
Hi Steffen, On Tue, 11 May 2021 at 09:02, Steffen Jaeckel wrote: > > Hi Simon, > > On 5/10/21 10:45 PM, Simon Glass wrote: > > On Mon, 10 May 2021 at 13:37, Steffen Jaeckel > > wrote: > > [snip] > > >> diff --git a/common/autoboot.c b/common/autoboot.c > >> index 50ab9281e7..6f55abe388 100644 >

Re: [PATCH v2 3/7] common: integrate crypt-based passwords

2021-05-11 Thread Steffen Jaeckel
Hi Simon, On 5/10/21 10:45 PM, Simon Glass wrote: > On Mon, 10 May 2021 at 13:37, Steffen Jaeckel > wrote: [snip] >> diff --git a/common/autoboot.c b/common/autoboot.c >> index 50ab9281e7..6f55abe388 100644 >> --- a/common/autoboot.c >> +++ b/common/autoboot.c >> @@ -316,3 +316,4 @@ static int

Re: [PATCH v2 3/7] common: integrate crypt-based passwords

2021-05-10 Thread Simon Glass
Hi Steffen, On Mon, 10 May 2021 at 13:37, Steffen Jaeckel wrote: > > Hi Simon > > On 5/10/21 10:24 PM, Simon Glass wrote: > > On Mon, 10 May 2021 at 14:06, Steffen Jaeckel > > wrote: > >> On 5/10/21 9:19 PM, Simon Glass wrote: > >>> On Mon, 10 May 2021 at 11:05, Steffen Jaeckel > >>> wrote: > >

Re: [PATCH v2 3/7] common: integrate crypt-based passwords

2021-05-10 Thread Steffen Jaeckel
Hi Simon On 5/10/21 10:24 PM, Simon Glass wrote: > On Mon, 10 May 2021 at 14:06, Steffen Jaeckel > wrote: >> On 5/10/21 9:19 PM, Simon Glass wrote: >>> On Mon, 10 May 2021 at 11:05, Steffen Jaeckel >>> wrote: On 5/10/21 6:27 PM, Simon Glass wrote: > On Mon, 10 May 2021 at 00:19, Steffen

Re: [PATCH v2 3/7] common: integrate crypt-based passwords

2021-05-10 Thread Simon Glass
Hi Steffen, On Mon, 10 May 2021 at 14:06, Steffen Jaeckel wrote: > > Hi Simon, > > On 5/10/21 9:19 PM, Simon Glass wrote: > > On Mon, 10 May 2021 at 11:05, Steffen Jaeckel > > wrote: > >> On 5/10/21 6:27 PM, Simon Glass wrote: > >>> On Mon, 10 May 2021 at 00:19, Steffen Jaeckel > >>> wrote: > >

Re: [PATCH v2 3/7] common: integrate crypt-based passwords

2021-05-10 Thread Steffen Jaeckel
Hi Simon, On 5/10/21 9:19 PM, Simon Glass wrote: > On Mon, 10 May 2021 at 11:05, Steffen Jaeckel > wrote: >> On 5/10/21 6:27 PM, Simon Glass wrote: >>> On Mon, 10 May 2021 at 00:19, Steffen Jaeckel >>> wrote: Hook into the autoboot flow as an alternative to the existing mechanisms

Re: [PATCH v2 3/7] common: integrate crypt-based passwords

2021-05-10 Thread Simon Glass
Hi Steffen, On Mon, 10 May 2021 at 11:05, Steffen Jaeckel wrote: > > > > On 5/10/21 6:27 PM, Simon Glass wrote: > > On Mon, 10 May 2021 at 00:19, Steffen Jaeckel > > wrote: > >> > >> Hook into the autoboot flow as an alternative to the existing > >> mechanisms. > >> > >> Signed-off-by: Steffen J

Re: [PATCH v2 3/7] common: integrate crypt-based passwords

2021-05-10 Thread Steffen Jaeckel
On 5/10/21 6:27 PM, Simon Glass wrote: > On Mon, 10 May 2021 at 00:19, Steffen Jaeckel > wrote: >> >> Hook into the autoboot flow as an alternative to the existing >> mechanisms. >> >> Signed-off-by: Steffen Jaeckel >> --- >> >> (no changes since v1) >> >> common/Kconfig.boot | 37 +++

Re: [PATCH v2 3/7] common: integrate crypt-based passwords

2021-05-10 Thread Simon Glass
On Mon, 10 May 2021 at 00:19, Steffen Jaeckel wrote: > > Hook into the autoboot flow as an alternative to the existing > mechanisms. > > Signed-off-by: Steffen Jaeckel > --- > > (no changes since v1) > > common/Kconfig.boot | 37 ++--- > common/autoboot.c | 80 +

[PATCH v2 3/7] common: integrate crypt-based passwords

2021-05-09 Thread Steffen Jaeckel
Hook into the autoboot flow as an alternative to the existing mechanisms. Signed-off-by: Steffen Jaeckel --- (no changes since v1) common/Kconfig.boot | 37 ++--- common/autoboot.c | 80 - 2 files changed, 103 insertions(+), 14 dele