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 35EF7C43334 for ; Fri, 8 Jul 2022 23:12:21 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 369BE845CD; Sat, 9 Jul 2022 01:12:19 +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="QmKReZto"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 27219845D3; Sat, 9 Jul 2022 01:12:17 +0200 (CEST) Received: from mail-qk1-x72c.google.com (mail-qk1-x72c.google.com [IPv6:2607:f8b0:4864:20::72c]) (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 C7507845C6 for ; Sat, 9 Jul 2022 01:12:14 +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-qk1-x72c.google.com with SMTP id x22so67667qkf.13 for ; Fri, 08 Jul 2022 16:12:14 -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=gXYaFTxGRv5I2k/F6DBPulQxugGhrl96Ze+nwo/l7Wk=; b=QmKReZtoLqIhfibLiEeBU/OJOA4B/yZNPQ88fQbHSs2YTStx/L8VrjjgEmU+QwXHQq fhzhIJkQV9PqKu2wL1hw9jAbdHaAFOR6FvP4ZI3MXcNvuYlPkG/fAH2qyKY/aoJxmWqJ 8wezH7/lPU8WNRIcHZ8yxgjV/lNK1wXZjNgsw= 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=gXYaFTxGRv5I2k/F6DBPulQxugGhrl96Ze+nwo/l7Wk=; b=BOlYyCgrjjyZhg/vO65v98/iYxqXtU12aDm/NHQdywWzWXsQzQaAS/PzzdiLyDH7Vh HC3PpCg6jnq6E3yLObjfGA0XunAU93e2pFEGXyTRj/PPzlz62z5AVdiGhE9FsyR6g5KW hC75V9i91jmyrRwjWC+JiK1hvxOk/8hwU+Gbnqh3Vb1p5tek2wYsLk4gbBMpalRyduvw FuS/aHGFTkqyECEYOFRp+aqkDgI0cXzj88EGBsFWwwq8H7HOJkLB922QfAiBq08JwnOD NpXdLrnyT6rgv0C5RoT3CL4r4sJfwyoGJzIyDu7QaDU1vWXhAxyvb34HCqt/BZIXmOFz NHgA== X-Gm-Message-State: AJIora8r3MAu3s1T/kDNppYrSuEA+UnnFs/CvQsAgttcHR+IlULxgxTe HfcwEE2fEwFq8CGW3udkx409xSBITqo45A== X-Google-Smtp-Source: AGRyM1sCTFTwbkfH+VcXj35r7KfwWJX5fqWros7Z9YSKC5SvUhnkO/yMhdy7HzE6YSYsJ2aUfvvJ4A== X-Received: by 2002:a05:620a:2847:b0:6aa:cdf8:f71e with SMTP id h7-20020a05620a284700b006aacdf8f71emr4143165qkp.598.1657321933627; Fri, 08 Jul 2022 16:12:13 -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 t16-20020ac85310000000b003177969a48fsm127149qtn.21.2022.07.08.16.12.12 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 08 Jul 2022 16:12:12 -0700 (PDT) Date: Fri, 8 Jul 2022 19:12:10 -0400 From: Tom Rini To: Pali =?iso-8859-1?Q?Roh=E1r?= , "Peng Fan (OSS)" Cc: Priyanka Jain , Qiang Zhao , Shengzhou Liu , Sinan Akman , u-boot@lists.denx.de Subject: Re: [PATCH v2] board: freescale: p1_p2_rdb_pc: Add env commands norlowerboot, norupperboot, sd2boot and defboot Message-ID: <20220708231210.GB1146598@bill-the-cat> References: <20220407101624.15850-12-pali@kernel.org> <20220425145043.9945-1-pali@kernel.org> <62f6b1ab-7da2-766f-676f-40698af49fbb@oss.nxp.com> <20220623134345.i4ub2lm3uqlftyxt@pali> <20220703123836.cejqspoe5njmn232@pali> <20220708224344.jswbjxp3tdnfnmlp@pali> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="9hd7N+8vpniGhBlN" Content-Disposition: inline In-Reply-To: <20220708224344.jswbjxp3tdnfnmlp@pali> 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 --9hd7N+8vpniGhBlN Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable [resend to the list too this time] On Sat, Jul 09, 2022 at 12:43:44AM +0200, Pali Roh=C3=A1r wrote: > PING???? >=20 > I still have not received any response. What is the point? >=20 > On Sunday 03 July 2022 14:38:36 Pali Roh=C3=A1r wrote: > > PING! > >=20 > > On Thursday 23 June 2022 15:43:45 Pali Roh=C3=A1r wrote: > > > On Thursday 16 June 2022 17:01:50 Peng Fan (OSS) wrote: > > > > =E5=9C=A8 2022/4/25 22:50, Pali Roh=C3=A1r =E5=86=99=E9=81=93: > > > > > All *boot env commands overrides default boot source location via= i2c. > > > > > After board reset without power off, BootROM then starts booting = U-Boot > > > > > from this specified location instead of the default one. > > > > >=20 > > > > > Add new env command defboot which reverts boot location to the de= fault > > > > > value, which in most cases is configurable by HW DIP switches. > > > > >=20 > > > > > And add new env commands norlowerboot, norupperboot, sd2boot to b= oot from > > > > > other locations. norlowerboot would instruct BootROM to boot from= lower NOR > > > > > bank, norupperboot from upper NOR bank and sd2boot from SD card w= ith > > > > > alternative configuration. > > > > >=20 > > > > > Signed-off-by: Pali Roh=C3=A1r > > > >=20 > > > > Not able to apply this patch. > > >=20 > > > And what is the reason? It applies cleanly on top of next branch, whi= ch > > > is today at commit 9121478ee6f2aee381f8fe49d8997d43527d351a. Peng, this patch doesn't apply currently but also looks fairly obvious to adapt to top of tree. Please just make it apply when you pick this up, thanks. --=20 Tom --9hd7N+8vpniGhBlN Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmLIucoACgkQFHw5/5Y0 tyyIJwwApTgXI2L8u9mU3J0IgUSAGiLv2t7qnjRu1fgq+EXgHR70iQf7GHiIsI3T HYd3qjuPluIRnCbxUYVZgJfX2uoyJabyUa/PTWotpLyT7mMnUF2QbSmNB9X9ct2p GC146hkNeVGMYWE2iGsHeBFBuYopNS5lJWUqip6WzEtPbtX6EimGO1IwLHcrk9Fx 74wDqNyoQ/TnvoaygkiCW+enPyrTXWGIQPsG8+jtmvdT+nUVWKTM/keDAPlWOkCZ 3mFtQ0l0Ptbqi3jtmczw8HjDDNgC6fybD8F4+O1tt4c2+vHdDERi8mCoNZIKqyqm oxE73FJYgbOBUUkf+s07BsQlZ5LEiPGwLKIO7i0sboGUEzwrI5mp8hW+7OZwsEkS s6FtmkQzL2e9EkDlKarL4OgKopOzr6j2ZCW+r5PHf5coQSYpjN3POXwhda8D93eS iI8wQLQ8HK95f0C0f7eOMP0Cz7FNNcWUPl5bvHInZ4KgwNZVYVNuAJNlkIwSoMYM AwikMGAK =fNwI -----END PGP SIGNATURE----- --9hd7N+8vpniGhBlN--