From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-17.7 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 47703C4743D for ; Tue, 8 Jun 2021 09:52:39 +0000 (UTC) Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id B866661246 for ; Tue, 8 Jun 2021 09:52:38 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org B866661246 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 18D3B82E68; Tue, 8 Jun 2021 11:52:37 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="fnt859BH"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 05A8182E9D; Tue, 8 Jun 2021 11:52:35 +0200 (CEST) Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id B549582D73 for ; Tue, 8 Jun 2021 11:52:30 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=pali@kernel.org Received: by mail.kernel.org (Postfix) with ESMTPSA id 4AEB0611BD; Tue, 8 Jun 2021 09:52:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1623145949; bh=FjCN7qlkFvI3bMKnGzc9eyo5uq0rJMJEl3WBDVE1uU4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=fnt859BHF4SQ6IRh0v81F3Qt0VqPZXP2/nAdOkW1OR6I0v8U+jpunYZ4cAR7ko8KT 4fKIK/LWIQQLK/ptQfu+91JDEjwMcu2LFctQq5UW+Tqk8Z1cLBJwBQkWlDzQjN4ICV NrFy7IJcEkE+Bhhj4X08LgIKZgBIAW02RY+ea0HrndVOvKBoDYggcvmfOuSZWgBpK/ QjhiFman0Lk6K2uzl6CzJMMSdKQdCP3pquc95Qrw27Lqmyr1IyzkNhrwYjXyGDctg0 VNYClSvQC5Txb76tyWbSOe/kjdvNp1RlM/ktWIRt4W5TabaGpGdkFI9ha/nUsLiUw+ T91Ici9+lzvhQ== Received: by pali.im (Postfix) id 057B47CC; Tue, 8 Jun 2021 11:52:27 +0200 (CEST) Date: Tue, 8 Jun 2021 11:52:26 +0200 From: Pali =?utf-8?B?Um9ow6Fy?= To: Marek =?utf-8?B?QmVow7pu?= Cc: Stefan Roese , u-boot@lists.denx.de Subject: Re: [PATCH u-boot-marvell v2 6/6] arm: mvebu: turris_mox: enable options for Turris network boot Message-ID: <20210608095226.yyjwgqwzi3e7ihhg@pali> References: <20210607143451.5343-1-marek.behun@nic.cz> <20210607143451.5343-7-marek.behun@nic.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20210607143451.5343-7-marek.behun@nic.cz> User-Agent: NeoMutt/20180716 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 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.102.4 at phobos.denx.de X-Virus-Status: Clean On Monday 07 June 2021 16:34:51 Marek Behún wrote: > Enable configuration options to support Turris network boot. This > includes FIT support and some crypto commands. > > Signed-off-by: Marek Behún Reviewed-by: Pali Rohár > --- > configs/turris_mox_defconfig | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/configs/turris_mox_defconfig b/configs/turris_mox_defconfig > index d6d37a3d7d..f93be912c9 100644 > --- a/configs/turris_mox_defconfig > +++ b/configs/turris_mox_defconfig > @@ -25,14 +25,17 @@ CONFIG_ARCH_EARLY_INIT_R=y > CONFIG_MISC_INIT_R=y > CONFIG_BUTTON=y > CONFIG_BUTTON_GPIO=y > +CONFIG_CMD_AES=y > CONFIG_CMD_BUTTON=y > CONFIG_CMD_CLK=y > # CONFIG_CMD_FLASH is not set > CONFIG_CMD_GPIO=y > +CONFIG_CMD_HASH=y > CONFIG_CMD_I2C=y > CONFIG_CMD_LED=y > CONFIG_CMD_MMC=y > CONFIG_CMD_PCI=y > +CONFIG_CMD_SHA1SUM=y > CONFIG_CMD_SPI=y > CONFIG_CMD_USB=y > CONFIG_CMD_WDT=y > @@ -46,6 +49,11 @@ CONFIG_MAC_PARTITION=y > CONFIG_ENV_OVERWRITE=y > CONFIG_ENV_IS_IN_SPI_FLASH=y > CONFIG_SYS_RELOC_GD_ENV_ADDR=y > +CONFIG_FIT=y > +CONFIG_FIT_ENABLE_SHA256_SUPPORT=y > +# CONFIG_FIT_SIGNATURE is not set > +CONFIG_FIT_VERBOSE=y > +# CONFIG_FIT_BEST_MATCH is not set > CONFIG_CLK=y > CONFIG_CLK_MVEBU=y > # CONFIG_MVEBU_GPIO is not set > -- > 2.31.1 >