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 3577DC433EF for ; Fri, 8 Jul 2022 16:38:30 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 0275D84595; Fri, 8 Jul 2022 18:38:28 +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="A4houCbq"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id DDCCF84599; Fri, 8 Jul 2022 18:38:26 +0200 (CEST) Received: from mail-qt1-x835.google.com (mail-qt1-x835.google.com [IPv6:2607:f8b0:4864:20::835]) (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 9651D84594 for ; Fri, 8 Jul 2022 18:38:24 +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-x835.google.com with SMTP id e7so2627719qts.1 for ; Fri, 08 Jul 2022 09:38:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=BFguVWmWo0cdjiIB6DbTHDIXnY7ZAVgCWTHg8s/2izI=; b=A4houCbqeB2cgjIwfDA33hQJECEI2SmUtDSWd6ssvjPwKtvB/ssb1odYmOJUyTlApH vTy4QEgKG5aeyom7rV1FV/swyXg65zw8jUdBWLz9qTXSZz44Ip3cHjFsUpk5+PnfL/Sd Hn+goSurAFvZAWGbbPqSc1c5bSSVYl2LvgZ1s= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=BFguVWmWo0cdjiIB6DbTHDIXnY7ZAVgCWTHg8s/2izI=; b=MwWQ1TGNN2Y7aiJNkIkdT6vbY8V1sePtOmhZk1t89O5wNeiMCN0TdclCyS5QmOKG3E GRliwliZvP6zuKx9Zj7FEETbAhp1QQTleyjwTYAo99r6b5XRD8oSvuQAZQY8WkzRTW1H FQPDiU8qTY4rX/skvXI7YNkCHowbAWa98MFtCDchLEQsRa+QJFQ/9JjsmaiqV55SV4xC f/6OASMJGguXL46XHd6CD159N4OfitICO950Tdl75gPcwce6NUTpr8EygFdG4l3400wI w5yziEgTm9QYDj2/lecREN4KxjWalFkxGXlp/FwYnkDTvSGnyxDDjCDjuYFj43yMEHXD i0JA== X-Gm-Message-State: AJIora96vxP+wzezhyfrOboJChjrA8T+H22k6g8Fkg24FevqPGRujlbH 1lOZlcOuNUiPH0XPXftga7kkJMbSCOSdYQ== X-Google-Smtp-Source: AGRyM1tVFgGTBCP6WtKyVy2Z2CPXzcwJbMDYkJCi3RCIYs4zaoWY4/2b5W5H4Z2PbBTIkLkVckjE1w== X-Received: by 2002:ac8:5ccb:0:b0:31d:33af:b5e0 with SMTP id s11-20020ac85ccb000000b0031d33afb5e0mr3704896qta.202.1657298303315; Fri, 08 Jul 2022 09:38:23 -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 bw20-20020a05622a099400b00304bc2acc25sm28854693qtb.6.2022.07.08.09.38.21 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 08 Jul 2022 09:38:22 -0700 (PDT) Date: Fri, 8 Jul 2022 12:38:20 -0400 From: Tom Rini To: rogier@unrailed.org Cc: sr@denx.de, sjg@chromium.org, u-boot@lists.denx.de, pali@kernel.org Subject: Re: [PATCH v2] Add SCSI scan for ENV in EXT4 or FAT Message-ID: <20220708163820.GA1146598@bill-the-cat> References: <1652304028-23508-1-git-send-email-rogier@unrailed.org> <1652304028-23508-2-git-send-email-rogier@unrailed.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="t4j3JKDn4FuG/6JG" Content-Disposition: inline In-Reply-To: <1652304028-23508-2-git-send-email-rogier@unrailed.org> 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 --t4j3JKDn4FuG/6JG Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, May 11, 2022 at 11:20:28PM +0200, rogier@unrailed.org wrote: > From: Rogier Stam >=20 > When having environment stored in EXT4 or FAT > and using an AHCI or SCSI device / partition > the scan would not be performed early enough > and hence the device would not be recognized. > This change adds the scan when the interface > is "scsi" in a similar way to mmc_initialize. >=20 > Signed-off-by: Rogier Stam > Reviewed-by: Pali Roh=E1r Applied to u-boot/next, thanks! --=20 Tom --t4j3JKDn4FuG/6JG Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmLIXXwACgkQFHw5/5Y0 tyxx7gv+KfFLXAMN3D1CeYhsxPjTn16vMkL2s+9PymRbAa8jJSnrUte/YulCn2z+ /6a3wV5xhzfbmyakWgbovMxGluayTrMBi4C0JdAFu/7sNcyrxCci4KcnFf47aGoW ri+Uhlpn7SSdw4SaBadR3Fsnya5o/DiSkc4oehlol41pu2Jcx7HYj1Ys/GISxvsG /P/R1MR+Y73sHXICXZtMADJ2PvmBpCdMzZ7m94VLWYwIjY5QU8HvWwCpG2yf3a5d 9u6qiWzBawmjNRqD0JimSFX/1AO5xMZ8bGbGbMqyWGdP5lLUNY6FbbXPn0hmpyt9 M2+GbMoHMoTRG8VS9SwlW2H7mU+ZpB9q41UHTryR0CBGMEtFWSfZtRlXCKzEnvTt YDTLdlYb5VF6woGPe2OE6tNS7qDb/MH8a+nAmXP56Eeup4HLizDuCd6+nNj2BPtw TvLPCMnaq0ms7K03Kgg0k6m7RnxlHyzS1dKNOhybAxcFh9noqLhXMdpiVmUPLIni 9SQbcBsm =qV04 -----END PGP SIGNATURE----- --t4j3JKDn4FuG/6JG--