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 2C725C05027 for ; Wed, 1 Feb 2023 20:21:28 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 57AD985D02; Wed, 1 Feb 2023 21:21:19 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=chromium.org 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=chromium.org header.i=@chromium.org header.b="h06My2ei"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 271D885CF1; Wed, 1 Feb 2023 21:21:17 +0100 (CET) Received: from mail-ej1-x633.google.com (mail-ej1-x633.google.com [IPv6:2a00:1450:4864:20::633]) (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 3E85F85CFC for ; Wed, 1 Feb 2023 21:21:12 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=chromium.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=sjg@google.com Received: by mail-ej1-x633.google.com with SMTP id ud5so54945578ejc.4 for ; Wed, 01 Feb 2023 12:21:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=FCv6DOkC9F9siot3MQ/JIKzqXXoJ3489rpEXiPAP0AE=; b=h06My2eijLzSoybvravX9Ci2ZHbKNXgRHpHhZiUY/7uIwt0gMxXmbS/k/jtspQha9x yUsk5+vDnUBU7QBKyMA1pJ1Ysu2TS7SOf9eVl96biWF6VPEN4yRBa+pLnSlrma7cjy4v uRndumy4WV+K46Q8eNyJCBZk1IWE72P+vr1xo= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=FCv6DOkC9F9siot3MQ/JIKzqXXoJ3489rpEXiPAP0AE=; b=ARdPceZxhw/EpHzB6UX/citDvx9ILxYiD3V22i45cNUGyadDNqANFg//Q8eEjd1d3l PpzNY6peGehSRb/EsvnmjpyQveOwXceMdhTs7ButyLRVaeQdbNBwQuJj8te3VpjPCzS8 vWZshFqzIpJP29VX8sv8JPFJ8mNiSpddKd6OK8P6NKO5x02FSpiSQPbbEFvxPLKyaGXz RU8iBHYUQnxS4HTk+Q3wjhlo67FnB/GJI4EqpU3rC+YkfXehW16BG1VKlPpZHUYQXdmv D57Ey3/M/UsJapkP2ARIF6MlMDU2+pvUTXiYmSlIo9A4FYjiXT91OLqyjDJ7dV/H6q3j UjMQ== X-Gm-Message-State: AO0yUKVHofVnIdQD1lKyJM5PdJgmVRJBzcs7KaRbBiEIT+ChfyalCMjo sCgUcoOx3sN0y3XW0RFOoGAI2N9pFhvBRoG4xWDvKg== X-Google-Smtp-Source: AK7set+wn9p9nSJhomryZyNWzXKDDpWDeZQ5h1kl9Mm/Ryja1c3tkfa0Rm2gzrzoxZyXScgB92QckiySbQ8Z2cMpRuA= X-Received: by 2002:a17:906:c0cc:b0:885:cd7d:1dce with SMTP id bn12-20020a170906c0cc00b00885cd7d1dcemr931362ejb.179.1675282871538; Wed, 01 Feb 2023 12:21:11 -0800 (PST) MIME-Version: 1.0 References: <20230201181016.4145834-1-tobias@waldekranz.com> <20230201181016.4145834-2-tobias@waldekranz.com> In-Reply-To: <20230201181016.4145834-2-tobias@waldekranz.com> From: Simon Glass Date: Wed, 1 Feb 2023 13:20:56 -0700 Message-ID: Subject: Re: [PATCH 1/8] image: Fix script execution from FIT images with external data To: Tobias Waldekranz Cc: xypron.glpk@gmx.de, ilias.apalodimas@linaro.org, u-boot@lists.denx.de Content-Type: text/plain; charset="UTF-8" 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 On Wed, 1 Feb 2023 at 11:10, Tobias Waldekranz wrote: > > Update the script loading code to recognize when script data is stored > externally from the FIT metadata (i.e., built with `mkimage -E`). > > Signed-off-by: Tobias Waldekranz > --- > boot/image-board.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) Reviewed-by: Simon Glass