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 1D67EECAAD5 for ; Fri, 2 Sep 2022 13:01:02 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 7138E84AA7; Fri, 2 Sep 2022 15:00:42 +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="Kytco6tP"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 7DC26849FA; Fri, 2 Sep 2022 15:00:40 +0200 (CEST) Received: from mail-qt1-x832.google.com (mail-qt1-x832.google.com [IPv6:2607:f8b0:4864:20::832]) (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 0546084ADE for ; Fri, 2 Sep 2022 15:00:31 +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-x832.google.com with SMTP id r6so1359544qtx.6 for ; Fri, 02 Sep 2022 06:00:30 -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; bh=jk9q/ECp4FJoYbB4pVvCIKhaoXmBeNa+RiWLrSV5DTk=; b=Kytco6tPq4bkNO32dFQnJGwSs8smfDanol7gcXlKN2dnf9z3+uPKNzY0KCgluRkwmf xFxyGq/ZgnBdLPBO0SFdcY0TxpEe4sg3rJbNlyxM4iMeSacsxc6zHa/2L94h9Q9uoTe4 80iejZcHNoy0T8KHAcbgCfoKz2j1Rkz5j3BDU= 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; bh=jk9q/ECp4FJoYbB4pVvCIKhaoXmBeNa+RiWLrSV5DTk=; b=m3dSn55og42rGYiITV6I1TO3gvGZps+ktRk+V1YcNQ67fBctV9TzQDR4Urr/syEoX2 0kGSELHjRlFhOlasKS9bJWfp/GoFdDIfE7/a9YEameOB4F66Yv3nnq/A6rAqHAjxWzMq pk/qftrAdG2qrzgfIAnINzRMB9FWwEPbNbbCjKckqPyYM2zZiAufpVE0ib+8/WYmFPjf ZkvsWtcQYdhvpN2ODICISjbsU4oADHaY+Z3+AbSkxfxzV/ww05MEevI30IFsHqFhx0ZN k/bvBoju2oOPwk43RDrKiQw2oOTLixZ9HEpDq8AFT94T7j2Zmt0T/naPAYGeNQVY3K8a DKXw== X-Gm-Message-State: ACgBeo3jH3VdR6CN2K/TPTmYF8T4F15x396AY9aT3lK5c9SYS2Cwgmtf xNfzEnFsR0XLqzC+b9JYuAFpcA== X-Google-Smtp-Source: AA6agR4LKxAAeZN4PChZSDUnVmsUJpBDr5rerWWjEIYfSvlvrTUUviefDgm8cyAFtdWu7HoJseMgYQ== X-Received: by 2002:a05:622a:1745:b0:343:5e40:47b1 with SMTP id l5-20020a05622a174500b003435e4047b1mr26808920qtk.120.1662123629120; Fri, 02 Sep 2022 06:00:29 -0700 (PDT) Received: from bill-the-cat (cpe-65-184-195-139.ec.res.rr.com. [65.184.195.139]) by smtp.gmail.com with ESMTPSA id w2-20020ac87182000000b00342f960d26esm977392qto.15.2022.09.02.06.00.28 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 02 Sep 2022 06:00:28 -0700 (PDT) Date: Fri, 2 Sep 2022 09:00:26 -0400 From: Tom Rini To: Philip Oberfichtner Cc: u-boot@lists.denx.de, Stefano Babic , Marek Vasut , Christoph Niedermaier , Andreas Geisreiter , u-boot@dh-electronics.com Subject: Re: [PATCH v6 3/3] ARM: imx6: dh-imx6: Enable d-cache early in SPL Message-ID: <20220902130026.GG7942@bill-the-cat> References: <20220817130714.3487965-1-pro@denx.de> <20220817130714.3487965-4-pro@denx.de> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="PlDVpzlhHY5RV9ko" Content-Disposition: inline In-Reply-To: <20220817130714.3487965-4-pro@denx.de> 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 --PlDVpzlhHY5RV9ko Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Aug 17, 2022 at 03:07:14PM +0200, Philip Oberfichtner wrote: > From: Marek Vasut >=20 > Enable d-cache early in SPL right after DRAM is started up. > This reduces U-Boot proper load time by 650ms when loaded > from SPI NOR. >=20 > Signed-off-by: Marek Vasut > Signed-off-by: Philip Oberfichtner Applied to u-boot/next, thanks! --=20 Tom --PlDVpzlhHY5RV9ko Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmMR/moACgkQFHw5/5Y0 tyze3gv+OXV2MIMib0eZtWOIKNrTfntULQ8Jle6i1rZ6e4/rZ6Nc+I5ScLB134Hw fSY/AFDEsDPUmtJbyjtfUOD/MNChnG5Hgp3LjX2VckGFB4K9v0pqtzhRyQDHZJcw BP85KtX6+MkVV15E+dAMAO85mZFah7FKEyhxTA/JNqYJmUNxODtq4hGKHk1CBEYx YDgCfdFef+JxiKjV1q02FC61c7QWqgV07fmX/6C3T2jTCqQbZ9t5CIIvdVtYLD6n KklWrJvFRSNOF0zFzmhadsOML7kpVPnjTpVFJE0EIi424oa/pOwnx6DJibz7bWGy mEGMsb5fQdp0bStvNBncxNSd4Wp/3B9yatCcoGupVkgnS1j8DqAR0ydpIV4I6YLA rgTT0354OFla/DeUUq+87wOisoOVTd3Q45b5yb1lB4IhnG+p5hbodn6cTU0jFGzG vPz3vEzUfwb+YpCQZnDE+cCfYvXOftzDoJ8EcZAcACiJTZsVnG+hb4CrSJQaTxFR cVt/+P1+ =5Z4c -----END PGP SIGNATURE----- --PlDVpzlhHY5RV9ko--