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 E844DC43334 for ; Wed, 8 Jun 2022 17:05:52 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 8409F842C2; Wed, 8 Jun 2022 19:05:50 +0200 (CEST) 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="euLidI89"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id CD1F984328; Wed, 8 Jun 2022 19:05:48 +0200 (CEST) Received: from mail-ed1-x531.google.com (mail-ed1-x531.google.com [IPv6:2a00:1450:4864:20::531]) (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 F099B842C2 for ; Wed, 8 Jun 2022 19:05:45 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=festevam@gmail.com Received: by mail-ed1-x531.google.com with SMTP id z7so27932938edm.13 for ; Wed, 08 Jun 2022 10:05:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=FC+xdK7DZrpZUpapWYtjQb6xuy8tP2lB5A87PL7Vij4=; b=euLidI89xFM+pLwVhgMk+GWoN7b4oDzpUQv//6OuAQSLdwiLQK6X1kWVCsaFwNnyIg fiZDwL0DVXII5uNpCacXpIToluxjkNGbC8JvKXN7S0iY4U+LCO/HC9xSFom9Dc+98fTC Of1TtGE7PH68MpUysi3AZERYDE92fw0/RExlGe44O+hWYA8ERDdZWnbB8aHhXyFAqwI+ 7+1yF0EzwuR/J6WDBrpsKoagou3O4bsmFL9M8z2zdXvL/PRmGgQIWOIeKNreOWT/XXkW 5IYbJmhmwgXyXbB2iZ4lXghv3+qc10PEMJ8SGH3ieR6OCmXikCXZBwHoAdRXv648FGJn i2LQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=FC+xdK7DZrpZUpapWYtjQb6xuy8tP2lB5A87PL7Vij4=; b=B8XHRha5LWgrlvWFYjRtC95WKnLvhP354YFOERRmyvgkNXFZRsh65VDSIh/I8xQzd1 KJEiW19N7whcBf5TlcRnzBaauPrpTcFBeWAVHXk12zEddjp7kXp0IlHJy/q+wx5f/tNT 3D/jQsaeMYsjmdTWyPaBYiFV96v88ZSeGvpG/lJu2AaG5+ykrvLT8bB2mgJP84m3+h0Q YaR1i5xxJcExDnK8f7IeXSNm0saHrKt28bcjCUs3uLu7GYgKxVFwJEGj67tSCmQ/gI/I 7YGn7l65B4nV6Sc+gzmvXUZhz7GzlBmTgXc1lTc7XZDD50U5qx4IGBa4u5bHT9Vpp0Lu fCEQ== X-Gm-Message-State: AOAM531yJqiLU0CRlK+jxopeSy+nqtw1x2GFc/wFf0R2u2+OSmFxlQEi divTQ8Y9Ui+HTde7MGCnscQ8F5E0vsrm4nqc8FuRPv6Z3l1+Vg== X-Google-Smtp-Source: ABdhPJyL9H0PqYgE7YAip5/pLSMhvtKMmQRrdoMPCKEgaJ0XbBOh/ZRwwNmygs3pRKufQaFcNKcAu6PorwFtc/Lqf/s= X-Received: by 2002:a50:ed12:0:b0:42d:d1d3:493c with SMTP id j18-20020a50ed12000000b0042dd1d3493cmr39653671eds.174.1654707945519; Wed, 08 Jun 2022 10:05:45 -0700 (PDT) MIME-Version: 1.0 References: <20220608133401.1396622-1-gaurav.jain@nxp.com> In-Reply-To: From: Fabio Estevam Date: Wed, 8 Jun 2022 14:05:34 -0300 Message-ID: Subject: Re: [PATCH] i.MX8M: crypto: disable JR0 in SPL, U-Boot To: ZHIZHIKIN Andrey Cc: Gaurav Jain , "u-boot@lists.denx.de" , Stefano Babic , Tommaso Merciai , Michael Trimarchi , Marek Vasut , Simon Glass , Patrick Delaunay , Stefan Roese , Horia Geanta , Pankaj Gupta , Varun Sethi , Ye Li , Michael Walle , "NXP i . MX U-Boot Team" 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.5 at phobos.denx.de X-Virus-Status: Clean Hi Andrey, On Wed, Jun 8, 2022 at 12:00 PM ZHIZHIKIN Andrey wrote: > Shall those DTB changes be sync'd with Kernel? > > Now that the JR0 reservation is done in both upstream and > downstream TF-A - Kernel would fail to initialize the JR0. > > This is what Fabio just noted and posted as a comment. :-) > > I suggest that this is submitted into Kernel, and then picked > up during the next DTB re-sync. Yes, agreed. Just submitted a patch doing this: http://lists.infradead.org/pipermail/linux-arm-kernel/2022-June/749625.html Thanks