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 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 34984C433EF for ; Sat, 9 Oct 2021 01:41:46 +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 B59A160FD9 for ; Sat, 9 Oct 2021 01:41:45 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org B59A160FD9 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 4B16283685; Sat, 9 Oct 2021 03:40:23 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=konsulko.com header.i=@konsulko.com header.b="eH/OG/f0"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 25D3983663; Sat, 9 Oct 2021 03:39:50 +0200 (CEST) Received: from mail-qt1-x82c.google.com (mail-qt1-x82c.google.com [IPv6:2607:f8b0:4864:20::82c]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id C28198366D for ; Sat, 9 Oct 2021 03:39:42 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=trini@konsulko.com Received: by mail-qt1-x82c.google.com with SMTP id t2so11270617qtx.8 for ; Fri, 08 Oct 2021 18:39:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=sNWCW6eEFRy9z0mY4GyJaiTqjHS6XpgEUbDeIM/uQv0=; b=eH/OG/f0pkcxO2rULiOSZJMkMnycrKj0mgsvq1QOqzChADE10Frh99F8ejMzLxFULS MqcMCthjhoKYr5b/IwF7OBCa64226HjEspUg4MpUppa00h3/O8NBMHHksHCokWNBIoTM /FZp5Vzn6uPw62yLJb9Vzw/YY+eaF1QIXHsl8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=sNWCW6eEFRy9z0mY4GyJaiTqjHS6XpgEUbDeIM/uQv0=; b=16slXZu4Z8s/ETU6zopzQXHSA++O85xY48OZvwjDXA2c0XiFwp5nVsgsryFUaodtZg 3+Kehd6u/NpAJqkHQ3VNOStXHBQmWT1uL9BQo9my+hd97OAwZEn623HV7De9VkpSLWQZ vDcy/OYn14wJJD05i4muOvBKRdi/ez+v7He28LjlZR4aaWrf3hpXjg5PugKxvjx1RC7l EYL2yLIvLuARGmgJd6you8Ay2NvfmEAIgBmjSL7vUjtfjQOiQh2ykUuoSH4jhCAdDeGZ BSPoF0xomxvohjIaV/XQN3eIbx33kcnHnob66SCPmhJV9HSmFBJ/uZlOcbkJWmTvdS8G uMaA== X-Gm-Message-State: AOAM530iA8pJ7tkev9lJSXzsvB5rtWrNSwFcQ4nlVjWXH4rIzdpJe5TN ypXJ6/zZ7/7qskxWfvrLXQTeGg== X-Google-Smtp-Source: ABdhPJzwyHiL7pNDqUYTFMRjPG2qjMtzNUcfCRbP9zFzRpS3w4DlkRlllcm5BeKq3SzDIDEXohGgXQ== X-Received: by 2002:ac8:18c:: with SMTP id x12mr1763331qtf.378.1633743581565; Fri, 08 Oct 2021 18:39:41 -0700 (PDT) Received: from bill-the-cat (2603-6081-7b01-cbda-1c00-ef41-79c3-ef5b.res6.spectrum.com. [2603:6081:7b01:cbda:1c00:ef41:79c3:ef5b]) by smtp.gmail.com with ESMTPSA id c76sm801470qke.83.2021.10.08.18.39.40 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 08 Oct 2021 18:39:41 -0700 (PDT) Date: Fri, 8 Oct 2021 21:39:39 -0400 From: Tom Rini To: Simon Glass Cc: U-Boot Mailing List , Alexandru Gagniuc , Andre Przywara , Rasmus Villemoes , Robert Marko , Masahiro Yamada Subject: Re: [PATCH v5 04/29] spl: cypto: Bring back SPL_ versions of SHA Message-ID: <20211009013939.GS7964@bill-the-cat> References: <20210926014342.127913-1-sjg@chromium.org> <20210926014342.127913-4-sjg@chromium.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="0lx/R+CYDdR/AN/7" Content-Disposition: inline In-Reply-To: <20210926014342.127913-4-sjg@chromium.org> X-Clacks-Overhead: GNU Terry Pratchett 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.103.2 at phobos.denx.de X-Virus-Status: Clean --0lx/R+CYDdR/AN/7 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Sep 25, 2021 at 07:43:17PM -0600, Simon Glass wrote: > Unfortunately these were removed by mistake. This means that adding hash > support to SPL brings in all software algorithms, with a substantial > increase in code size. >=20 > The origin of the problem was renaming them to SPL_FIT_xxx and then these > were removed altogether in a later commit. >=20 > Add them back. This aligns with CONFIG_MD5, for example, which has an SPL > variant. >=20 > Signed-off-by: Simon Glass > Fixes: f5bc9c25f31 ("image: Rename SPL_SHAxxx_SUPPORT to SPL_FIT_SHAxxx") > Fixes: eb5171ddec9 ("common: Remove unused CONFIG_FIT_SHAxxx selectors") > Reviewed-by: Alexandru Gagniuc Applied to u-boot/master, thanks! --=20 Tom --0lx/R+CYDdR/AN/7 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmFg8tsACgkQFHw5/5Y0 tyxb+AwAk1Tw4jMt5MMj87+f5hQpKUrOVGETnnXLNrMwLuwMe5sDthTjVmAgVvLj HotXGZMhOAhhRsJMdPMxWPFciushinttM/DxQb6nxb+xTmzE3EMoSdhDUUXXPqOE zM1CKjNjprTscERGyENQU4tQKg3+w12S+onX3Yzp9n/a49pPu9+3kbipnsRJd+SU oUpF/nGHVbSiRUshZ6gp/zCxIBUEuS9VllIHL6N99DH3q0+OVThcCY0UREsPBB4x NCJ4ILKkoVnAhKpMOYk46XKrTuvQQCqHmoTVU2SphKkRgSukyWSLsKOEnIIdm4xR AWxVVgEMTivhxRRWh15+rmr3btF3yPJvi0y5+2qaVKwRPxi9pXKWsCEaXJuloJFg qoKhO0uBZR42eWAALySsC+8WwSshmAgjTs/vpVVEcF2JqGNxtXSfWFHUQspKZhUc QodIk/SHE06xkcC4g9XBgyUq67atlqDU/ay8f5E/dOqGfKxGJVow682L8tiuMMct GGgJlu1F =9l6f -----END PGP SIGNATURE----- --0lx/R+CYDdR/AN/7--