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 9A5ABC433EF for ; Mon, 10 Jan 2022 17:59:04 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 2F88682C6D; Mon, 10 Jan 2022 18:59:01 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=gmail.com 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=gmail.com header.i=@gmail.com header.b="njX9n3yo"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 78772831DA; Mon, 10 Jan 2022 18:48:36 +0100 (CET) Received: from mail-wr1-x434.google.com (mail-wr1-x434.google.com [IPv6:2a00:1450:4864:20::434]) (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 1408B81432 for ; Mon, 10 Jan 2022 18:48:34 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=eichest@gmail.com Received: by mail-wr1-x434.google.com with SMTP id s1so28286207wra.6 for ; Mon, 10 Jan 2022 09:48:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=sHX6WCV0uLUG8imZtQa2MgJiUYvIhBykuOzyNuhDkZg=; b=njX9n3yoXJAklQIkEUgvvv9rZ0KHVkXefOyuxP8mfTlWGTmd6yC9ib/MgwrB/drvS0 pFCBLpVP+W0pvodjmcwUKrY2HPoXZjmdbDx+Hv+8ve/fqIQlGMKeNfh2cDjafBFqnYAy NqouVGQ0qPi9h+YNNawuUjRwHrM56N/icyLEbhpGUuG47GjZIj71qNys9Zjqal6kbKId I79n4kvUghs6dE9wE63z3hAl9KHcu96fUirfg433+hoollLGWEcJdSDly8JS0XWoFqYo oLxtK5woykk/ZUOe8B8FARyiUSvX8Imr4oDBdkMWmm9X/0ZluWn6+BGRy1N9Eo184+M9 XdWw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=sHX6WCV0uLUG8imZtQa2MgJiUYvIhBykuOzyNuhDkZg=; b=OpZy3ykI4dHVsd6mzEyAvNHfSz3+R3SQhdgmVR1AKMBiIivgVLpx/+/naxBt+6VH2K PnluGUeviW643zmQ/UrVR4NQX87KMf2MXGtbWfWBpjRULSqfwZPiMYFQop0mwSc+J3lB 12H1Cv7HjmxYbYTNwYGpEzVTBcZPViMqMlAzpAdbfOqtXW49ze6XYi9SXhNESKPBSvLD O8jEzRu/zRnbfeN7ev0zCOezBqhRLYlcjtTbTFBoyeltvDQDzLaafOaCTlFhgoQb/8YJ Zf7olq93pf818k10hc7xET36C9JnqlpK5yP1ndf/YS80tGTjm80cfgMNGZ1TAeCM9zC2 JBtw== X-Gm-Message-State: AOAM531COQi/8nHotPFfDOtBBwcU2RggwxbKrp++qVnyirmUTvAaEy5t Q/sRpOI+JiNlrkMffHQu7VV9HYq1Uno= X-Google-Smtp-Source: ABdhPJxHnEFfaaipjQ2n+b/zPY5wdeOse6ewaPrnvmKKs8ahAZxWeojKWCe8zvvbGZUc28wZhfjDDw== X-Received: by 2002:a5d:56ca:: with SMTP id m10mr577989wrw.459.1641836913572; Mon, 10 Jan 2022 09:48:33 -0800 (PST) Received: from eichest-laptop.lan (77-58-180-85.dclient.hispeed.ch. [77.58.180.85]) by smtp.gmail.com with ESMTPSA id u14sm6994482wrf.39.2022.01.10.09.48.33 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 10 Jan 2022 09:48:33 -0800 (PST) From: Stefan Eichenberger To: devel-sven@geroedel.de, mr.nuke.me@gmail.com, sjg@chromium.org Cc: u-boot@lists.denx.de Subject: [PATCH 0/2] fix dumpimage for fit images Date: Mon, 10 Jan 2022 18:48:30 +0100 Message-Id: <20220110174832.257300-1-eichest@gmail.com> X-Mailer: git-send-email 2.32.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Mailman-Approved-At: Mon, 10 Jan 2022 18:58:59 +0100 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.2 at phobos.denx.de X-Virus-Status: Clean dumpimage does not work properly when an image includes "@" because signing would fail. However, this should be supported because it is enabled by default (even when signing is disabled). This patch series tries to fix this by just printing a warning instead of failing completely. Stefan Eichenberger (2): tools/fitimage: remove redundant format check tools/fitimage: make sure dumpimage still works when "@" are detected tools/fit_common.c | 12 ++++++++++-- tools/fit_image.c | 5 ----- 2 files changed, 10 insertions(+), 7 deletions(-) -- 2.32.0