From patchwork Tue Jan 24 17:06:58 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Heiko Schocher X-Patchwork-Id: 1731297 X-Patchwork-Delegate: trini@ti.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=lists.denx.de (client-ip=85.214.62.61; helo=phobos.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: legolas.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=denx.de header.i=@denx.de header.a=rsa-sha256 header.s=phobos-20191101 header.b=jKPrOmMq; dkim=pass (2048-bit key) header.d=denx.de header.i=@denx.de header.a=rsa-sha256 header.s=phobos-20191101 header.b=O3+0MKBj; dkim-atps=neutral Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384)) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4P1YQw5CSbz23h0 for ; Wed, 25 Jan 2023 04:11:20 +1100 (AEDT) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id A0776856DD; Tue, 24 Jan 2023 18:09:57 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1674580197; bh=CXuUVIsd4xMDamnyZjFOBxO/TULOJXcQ6nDL4l7UZMI=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=jKPrOmMqAyuSOLd/NBE06gTfhhKTzohYttr9xmEP8Px8GG2xXXXflPXkQUl/FL4d3 lgmzjCHKP9Up3X8y0l1k9ULuC/YG313PC40/Q1rWjIRURVn7h2bSYxeLZKcYow40vi 4cWnZxRlNra9rFgEYlTvU0AN+UJj9djB+dQpdqlPqbGTgCPd9yBUX1+GsghEd+7SO7 U7itBRh804waTqg2KkdWrXAZ3WCJwxy57zBX05r9yC012l1mRJy+sOWudZ4m27WWre UUYMnBDWzyMRgI5r8NqULopQ2CX5AgniUQZB/JzMBE/FT0lHmYaTkRYMLbJGc5y8G9 7pJ3A5xB5rRRg== Received: from mail-internal.denx.de (p578adb1c.dip0.t-ipconnect.de [87.138.219.28]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: noc@denx.de) by phobos.denx.de (Postfix) with ESMTPSA id B7F2A8563B; Tue, 24 Jan 2023 18:08:08 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1674580088; bh=CXuUVIsd4xMDamnyZjFOBxO/TULOJXcQ6nDL4l7UZMI=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=O3+0MKBj+S/qVADDjZnR8P68PR3QkXrpa+wTAOKgmh0oiMKYaT5qWklwILsex/wht XSPh8mMl3FqL8o0pza+yrHZIv5rnQBj+BkUqjid7m/Z9jMciIlUxIPBjrpcNg2Z7m1 XG7epUC6rbdfx/+5xt4CwFDAX+ffbHUNS3XKf/xprFYm7wpSF58Yj7uhdE17iKWWAO G+8opgZGqWzPL6blg/6xzVqMIcV4DdZ961VROFZYA1wlZX/yC6kQEjGZNeIJTxqE0i 9KN45TM3bAG4T044yjPKLaMRfD9Ckixd0z+SN13CzDovGZFRgTC71EQ33LwFgJtZPo deHyRItyTWyZg== Received: from pollux.denx.de (pollux [192.168.1.1]) by mail-internal.denx.de (Postfix) with ESMTPS id 6F012180336; Tue, 24 Jan 2023 18:07:14 +0100 (CET) Received: by pollux.denx.de (Postfix, from userid 515) id 67FF51A009F; Tue, 24 Jan 2023 18:07:14 +0100 (CET) From: Heiko Schocher To: U-Boot Mailing List Cc: pali@kernel.org, Heiko Schocher Subject: [PATCH v1 10/12] powerpc/mpc85xx: socrates: add autoboot delay string Date: Tue, 24 Jan 2023 18:06:58 +0100 Message-Id: <20230124170700.3889830-11-hs@denx.de> X-Mailer: git-send-email 2.37.3 In-Reply-To: <20230124170700.3889830-1-hs@denx.de> References: <20230124170700.3889830-1-hs@denx.de> MIME-Version: 1.0 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.6 at phobos.denx.de X-Virus-Status: Clean add autoboot delay string for socrates board. use sha256 for abort autoboot, use "ao" to abort. Signed-off-by: Heiko Schocher --- configs/socrates_defconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/configs/socrates_defconfig b/configs/socrates_defconfig index 816e59872e..8640dc990a 100644 --- a/configs/socrates_defconfig +++ b/configs/socrates_defconfig @@ -20,6 +20,11 @@ CONFIG_FIT_VERBOSE=y CONFIG_OF_BOARD_SETUP=y CONFIG_SYS_MONITOR_BASE=0xFFF40000 CONFIG_BOOTDELAY=1 +CONFIG_AUTOBOOT_KEYED=y +CONFIG_AUTOBOOT_PROMPT="Enter password to abort autoboot in %d seconds!\n" +CONFIG_AUTOBOOT_ENCRYPTION=y +CONFIG_AUTOBOOT_STOP_STR_ENABLE=y +CONFIG_AUTOBOOT_STOP_STR_SHA256="2dd411308b37266d33c9246821adc5aa4002f0091f5e2aece1953789930ad924" CONFIG_BOOT_RETRY=y CONFIG_BOOT_RETRY_TIME=120 CONFIG_RESET_TO_RETRY=y