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=-5.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=no 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 843E3C07E9B for ; Mon, 19 Jul 2021 12:52:30 +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 E124C60FF3 for ; Mon, 19 Jul 2021 12:52:29 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org E124C60FF3 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=denx.de 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 3E69D82C33; Mon, 19 Jul 2021 14:52:28 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1626699148; bh=7gS20Tj+5VijyEeYNXBpp4t5vpp1uPNxrVtlUMlqtPU=; h=Subject:To:Cc:References:From:Date:In-Reply-To:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=zVHEzU6AybIJvaF/2/PsnsiIbKHdR4ilVci38xjayGOoQ6vnlX0ZxcwktE1td/Kxt CoeZW4b4njXYUo1J81hb3Vt6xFGsX+cAJCqMO01qANA2FuaGehDrP6IZpActb0tyu3 n5HimTxqBHZNzW7Y4ChuDAiydDwSDAqiRQ4K8k1ErYa2HkyhBupJuYmoShQU6S1fbt C/XHhdRTptr+b9+GA3MtvM0zPH91lhkkqq8M3M8tVLP4OHAA/7xnYO5WGVFRPAcuAJ 64N15IzXteuA4LCme7JhB6R8d0oryPfNlZXvwfv1haF0AKUAZgCM4/MW+B43IdvQMb DLR1u35B4IuvA== Received: by phobos.denx.de (Postfix, from userid 109) id 37A7B82C48; Mon, 19 Jul 2021 14:52:27 +0200 (CEST) Received: from mout-u-204.mailbox.org (mout-u-204.mailbox.org [91.198.250.253]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id C7D2082BF5 for ; Mon, 19 Jul 2021 14:52:24 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: phobos.denx.de; spf=fail smtp.mailfrom=sr@denx.de Received: from smtp2.mailbox.org (smtp2.mailbox.org [IPv6:2001:67c:2050:105:465:1:2:0]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-u-204.mailbox.org (Postfix) with ESMTPS id 4GT1vr4VtczQk31; Mon, 19 Jul 2021 14:52:24 +0200 (CEST) Received: from smtp2.mailbox.org ([80.241.60.241]) by spamfilter01.heinlein-hosting.de (spamfilter01.heinlein-hosting.de [80.241.56.115]) (amavisd-new, port 10030) with ESMTP id Ly26EytTgK1J; Mon, 19 Jul 2021 14:52:21 +0200 (CEST) Subject: Re: [PATCH u-boot-mvebu v2 19/41] tools: kwbimage: Do not hide usage of secure header under CONFIG_ARMADA_38X To: =?UTF-8?Q?Marek_Beh=c3=ban?= Cc: u-boot@lists.denx.de, Chris Packham , Baruch Siach , Chris Packham , Dennis Gilmore , Mario Six , Jon Nettleton , =?UTF-8?Q?Pali_Roh=c3=a1r?= References: <20210719122104.29698-1-marek.behun@nic.cz> <20210719122104.29698-20-marek.behun@nic.cz> <20210719145034.212ffee2@dellmb> From: Stefan Roese Message-ID: <5d6188e7-dcda-66d5-35aa-830344b82eca@denx.de> Date: Mon, 19 Jul 2021 14:52:20 +0200 MIME-Version: 1.0 In-Reply-To: <20210719145034.212ffee2@dellmb> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 8DB5617F3 X-Rspamd-UID: 856bbd 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 Hi Marek, On 19.07.21 14:50, Marek BehĂșn wrote: > Hi Stefan, > > just noticed that this patch and patch 37 need rebase (some lines are > at different offset in tools/Makefile). > > The fix is pretty simple, but I can send v3, if you want. No need, thanks. I'll try to resolve the merge conflict myself, once I'll apply this series. If I need some assistance, I'll let you know. ;) Thanks, Stefan