From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Mon, 10 May 2021 10:27:59 -0600 Subject: [PATCH v2 3/7] common: integrate crypt-based passwords In-Reply-To: <20210510061916.3388626-4-jaeckel-floss@eyet-services.de> References: <20210510061916.3388626-1-jaeckel-floss@eyet-services.de> <20210510061916.3388626-4-jaeckel-floss@eyet-services.de> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 ++++++++++++++++++++++++++++++++++++++++----- > 2 files changed, 103 insertions(+), 14 deletions(-) Reviewed-by: Simon Glass But I think you'll need to allow both to be enabled.