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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D7F89C433EF for ; Thu, 28 Oct 2021 15:13:59 +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 175F961130 for ; Thu, 28 Oct 2021 15:13:58 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 175F961130 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id CC99383480; Thu, 28 Oct 2021 17:13:56 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (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="kOKlN0EI"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 7308F83480; Thu, 28 Oct 2021 17:13:55 +0200 (CEST) Received: from mail-qk1-x72d.google.com (mail-qk1-x72d.google.com [IPv6:2607:f8b0:4864:20::72d]) (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 5ABC9831D3 for ; Thu, 28 Oct 2021 17:13:51 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=trini@konsulko.com Received: by mail-qk1-x72d.google.com with SMTP id bp7so909423qkb.10 for ; Thu, 28 Oct 2021 08:13:51 -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=shq/KmyiVT5goJkq9s1LMZXgsQhOPKrRnGXJ9p/h1lk=; b=kOKlN0EIBdPSmnexRXpaafBzuONd9WCm/akw/utHNsMrKKgmUnaSAOTQG5+KtFY4ya FgjMSwfTgCz0V13utR/YMBUhx12AKI5agW3T56TqOvQJvF3+lGOr5UuMN/XoTzfm66TV BT1qXsHjH1ARE8qwmL4PiEN7FSncQ+tGcuyEQ= 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=shq/KmyiVT5goJkq9s1LMZXgsQhOPKrRnGXJ9p/h1lk=; b=zpf36sZYawBTMSZv3ECtq8bewEAU/j8abzoUf2EPx2Hfy0ZRLoKVM7SZRY6yiqbxE8 4+gvnvJmZarAqUw90oN6kXpqXsTHjFLRsvEIen8q/0QmtngHjwWv+iCtwCQHsAa0RmGc PcYLDAIt6FzC53Cyl+Quu96w0kwinEoZ+A2Hj0mk5MVbjXWEvp2IfXpEv+SzCpx1/mwp NYQigNSMgzaoTAWkDL3IjBlKfnn3DfbYnS7uhu7BtuvcTP9Umys8Eq88CPA4npWM0JZ6 slq6irjYpKhjr9kAtWFhRsqbrUNoN086y2ooMa6nqDKyjgVDGPLLUYPbEW3HOo8k+e+a Ilqw== X-Gm-Message-State: AOAM531TznF1sP5ErENm2vFkwEqMXa5Pc+HJsj4HnRxhH9F+UVvIxMs2 bxlDMBhAMeLnIpNxPNVJ3lzp7g== X-Google-Smtp-Source: ABdhPJxUfpPSZRpFP4TnPKNO4zt7a3GoKebyj0f2b58AhELoeUffFNZIA++6bA9JFkKME2JBE/tiSA== X-Received: by 2002:a05:620a:1264:: with SMTP id b4mr3541809qkl.218.1635434029758; Thu, 28 Oct 2021 08:13:49 -0700 (PDT) Received: from bill-the-cat (2603-6081-7b01-cbda-015b-1704-43dd-8832.res6.spectrum.com. [2603:6081:7b01:cbda:15b:1704:43dd:8832]) by smtp.gmail.com with ESMTPSA id s10sm483985qkp.132.2021.10.28.08.13.48 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 28 Oct 2021 08:13:49 -0700 (PDT) Date: Thu, 28 Oct 2021 11:13:47 -0400 From: Tom Rini To: Simon Glass Cc: U-Boot Mailing List , Michal Simek , Heinrich Schuchardt , Ilias Apalodimas , Daniel Schwierzeck , Steffen Jaeckel , Marek =?iso-8859-1?Q?Beh=FAn?= , Lukas Auer , Dennis Gilmore Subject: Re: [PATCH v2 41/41] RFC: Switch rpi over to use bootstd Message-ID: <20211028151347.GZ8284@bill-the-cat> References: <20211023232635.9195-1-sjg@chromium.org> <20211023232635.9195-29-sjg@chromium.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="hDuGXNMqfWt9/5DW" Content-Disposition: inline In-Reply-To: <20211023232635.9195-29-sjg@chromium.org> X-Clacks-Overhead: GNU Terry Pratchett 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 --hDuGXNMqfWt9/5DW Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Oct 23, 2021 at 05:26:35PM -0600, Simon Glass wrote: > Switch this over, for testing purposes. >=20 > Signed-off-by: Simon Glass [snip] > + "ramdisk_addr_r=3D0x02700000\0" \ > + "ethaddr=3Db8:27:eb:a6:61:e1\0" I know this is just testing, but, you cannot hard-code the ethaddr to the environment. --=20 Tom --hDuGXNMqfWt9/5DW Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmF6viQACgkQFHw5/5Y0 tyyFFgv9Go6moxVHCDzW/6qD7hNcz7vh0gVeqe6jB6m+bnSv+AZATf1/q/Ey5ytN SNEn9+ZxfEDM/CLC/mbWlpHyjKbgdkR5LnyFs43h6N2a/u/bgI27lqWpJmtZtB7h zNAZ07kj94k75hi0ijAuttWcV7tK3GlIfsS6iJy+2ziQSK4OCpI4FxdAuO8bE3Jz e6Cmo7Z+TUAQ9cY2H1e/96QXFfYZx5Exy6Qqg+KbfJmwUcJUCiuNsNRMYwn5kHkM qLsSSj//nJQCvV0tuTEsDQAr3buHEf3aiVBH/0ysC4m3q2+CzUmikB3OJQaCMjFf BOVavz2hrTgbfPGsqX2mwpsOfm2CU66jGsWrxvxtovxbTjLS4fIYy6DAWnQ3PXDr Akq7d8VcLenDOYMbN1T7YP6+5iAJnilBo9cjQi22tBdbCeQmoFpmX6xQi77oAmcA OhXxsyIY3SIE2V6r8wc2UpxYtUw66pubP2Jl8fTTkocnpdmPhMOjhGohgl9gwSXb FlA2SBFn =KFaa -----END PGP SIGNATURE----- --hDuGXNMqfWt9/5DW--