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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id A04DFC433FE for ; Tue, 11 Oct 2022 21:37:04 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id DFFD984F18; Tue, 11 Oct 2022 23:36:43 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (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="FHfF6FyM"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 10C518410F; Tue, 11 Oct 2022 23:36:39 +0200 (CEST) Received: from mail-qt1-x831.google.com (mail-qt1-x831.google.com [IPv6:2607:f8b0:4864:20::831]) (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 9DF3E84F19 for ; Tue, 11 Oct 2022 23:36:34 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=trini@konsulko.com Received: by mail-qt1-x831.google.com with SMTP id z8so4605954qtv.5 for ; Tue, 11 Oct 2022 14:36:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=ILbDB/g36GugA7llqWu7dcw/3SqYK0BZEeF256B5NPw=; b=FHfF6FyMTBj2KNK2DsrJu7MNbVI5e6bjxZgvpkEMHM9qgdeh3ySUo+3IzlZzIJRVsh NB+dchHxPC+2rl5FxdC/umIpT7zEiQp3vJu5CZfdvtc375sQ5dWnVMSPkfF1XHrncn70 zxqeudjEumurGJeMJPB5nRBeUNAk/rxMOgJnc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=ILbDB/g36GugA7llqWu7dcw/3SqYK0BZEeF256B5NPw=; b=UWo7OBG+bMjzJnTaiao5Sc9xx7M4Hi8CPJEtedP4dJKCqNlqq84U1M3LE+c03XB+vO iXtkAy8AfglisRh4+vWpCfX3N41fD9CkfGEe5+9kvqG5BZ1CggbpAVUIm4MrKGmqBl3Z mqEl4WQp1awN0QvxscVBFe5KO9ha6lQhE2AOUUTKw3i2SX6ZCfCmb0OoyPS7gFogvHYq wxHCOrhYrSGY9r1f14jiqE/fWz+dAeZikvwWfFl6VGyGEPXfB/EyM1VvcTeNO3uAROze VWQcGTapvJeN7GEQTKdyvyMQDHByAOlDnH9jSYdwXjpWQ42ffCH6fnAN0rd9SIr4jjY7 zJKw== X-Gm-Message-State: ACrzQf0F3dtO7iysH2lrcvVu4pVOVnYt5nvOUc+7ROEW05XIfqo9A+7O NyU6ujOqvIjA7rHOCpxXRKwxUGh+W6FcmQ== X-Google-Smtp-Source: AMsMyM6iTsd/5sW+zTp7SvVF5nHcTFlXFaPLJeK41rLP0vvqYjYAb17uZuV3nQWJ8N0K2ZRiIrTtkw== X-Received: by 2002:a05:622a:40e:b0:39a:4f7:e0a2 with SMTP id n14-20020a05622a040e00b0039a04f7e0a2mr10536146qtx.25.1665524193503; Tue, 11 Oct 2022 14:36:33 -0700 (PDT) Received: from bill-the-cat (2603-6081-7b00-6400-9506-5302-f3bb-a137.res6.spectrum.com. [2603:6081:7b00:6400:9506:5302:f3bb:a137]) by smtp.gmail.com with ESMTPSA id fy14-20020a05622a5a0e00b0039cbd3e4ed1sm388898qtb.6.2022.10.11.14.36.32 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 11 Oct 2022 14:36:32 -0700 (PDT) Date: Tue, 11 Oct 2022 17:36:30 -0400 From: Tom Rini To: Steven Lawrance Cc: u-boot@lists.denx.de, Philippe Reynes Subject: Re: [PATCH 2/2] boot: image-pre-load: Check environment for location of signature info Message-ID: <20221011213630.GM2020586@bill-the-cat> References: <20220914185728.393277-1-steven.lawrance@softathome.com> <20220914185728.393277-2-steven.lawrance@softathome.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="OzigliFs3e0dNr73" Content-Disposition: inline In-Reply-To: <20220914185728.393277-2-steven.lawrance@softathome.com> X-Clacks-Overhead: GNU Terry Pratchett 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 --OzigliFs3e0dNr73 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Sep 14, 2022 at 08:57:28PM +0200, Steven Lawrance wrote: > Setting an alternative signature info node in "pre_load_sig_info_path" > allows verification of an image using the bootm pre-load mechanism with > a different key, e.g.: setenv pre_load_sig_info_path "/alt/sig" ; bootm > preload [addr] >=20 > Signed-off-by: Steven Lawrance > Reviewed-by: Simon Glass Applied to u-boot/master, thanks! --=20 Tom --OzigliFs3e0dNr73 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmNF4d4ACgkQFHw5/5Y0 tyzudgv/WLYBwOLnmGCeP3eKFc+P4hY4EENNPSEuP6FKwRtnPwA2KfIyJJxPAS4H q+bxo7VxbAWyTzXR8ivs1xxO9GivsPdWnrCSoATHUwKpwaxHDFVp4kVgHaeSX5qS 2O04fKl455wXsd9UCZ7OmL+WnkgHdXMZusobKntr50+2IpPNQEvv0hj4uHTL+y9M uQVcHOd8bsAWzs8JPhBB/Sg7wGBVsCHOXxZiMmf/79p4kjOhGP/7zahPJtm3pmfm IYcODuMlga6hWUrAkNKbKc068DH+HLnTY0ZMpqolmsLjqBjaMD2w/X5CvD8G161Y LdprUTZTs2p2Kz2YOcLKxE+5/ukItjuFCykZ1AUn3Fc3KgoRFViM2QYdO902on8w wLxr4dcdQ8Z0J+/0KrKHvUiKlDpCwEKLzD6PtsI6WmXESjxb035uqQfjz+Q5+dyt 3++NPIFWDYAg5bxbFVm1nW5ogILzULf5zso+0fjaE/jFdSQCswgo6qNPduet1OBJ 3FOqFbQn =4EwR -----END PGP SIGNATURE----- --OzigliFs3e0dNr73--