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 44DBEC433EF for ; Sun, 3 Apr 2022 00:15:32 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id D4A1083ACE; Sun, 3 Apr 2022 02:14:26 +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="WK4AS2xy"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id A45E283965; Sun, 3 Apr 2022 02:14:16 +0200 (CEST) Received: from mail-qk1-x733.google.com (mail-qk1-x733.google.com [IPv6:2607:f8b0:4864:20::733]) (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 48C27839DF for ; Sun, 3 Apr 2022 02:14:12 +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-x733.google.com with SMTP id v15so4970731qkg.8 for ; Sat, 02 Apr 2022 17:14:12 -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=C0ykM5x7Dj0COimcyaqhOu6ZzKpRvAJtmkpl/cWH6/A=; b=WK4AS2xyXneXuFVYEqau0E4dmbsAr5yVKJb2hm+XKEPRrg9uyhDd+pEXcw+rW1G7Br hiB3diaikaQEeiWb4X2qycvP9YH0QaKjfEJCK/FUmKGA3Ahq3rwtD9mc9D1iOewtcYp4 wNGBxHHN+s+wxZv2bNIaX7iY5M3Y1bdYTb4oM= 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=C0ykM5x7Dj0COimcyaqhOu6ZzKpRvAJtmkpl/cWH6/A=; b=fg5IwBsbh74rP0ACIqinLaHITgnEs9PiJXdFZHN9TsKB39ikq8MOfR4+KY0mTTJHlw ogUSjFrdS/kJ5eWS6fuzEvs57ewVrl5BvCdJXH2fgyl02V3B7rodnSaxjk2jxBIfaAAm cmtIk1/Ctsnkd3Psqy2A6fCXqKPFq3vbK3TF95fVZRjsW8tqe2+ZAbjgptSBn15gtkNv 3mK3TtNaBYdvCx9De1BuzROJ2YfDFRpDNRSTUW0ws2a4tsDxG83BJ3eFQOHlV6C+lWYS pA8v2IlTy3dbVX9JVyi82fP9vRcZJpziBtlJDFf//DX0Ky+Lf7ZSofvljbt5qAETDNTw orJg== X-Gm-Message-State: AOAM533yh1p6MOQF3GnXJMtGhJ7m5p9y7V11Bl6oa54fT+55rfbrl0KT pOp3QaVutqwhLGCZCLw3r2RRl44A6M17Qw== X-Google-Smtp-Source: ABdhPJyxwLRfdXL2uIPGgFxYxOVjISo8jR6rw+6ddbkhaIFaNQsJr6fX+DfUyQBnp96rQZDZjZmnsw== X-Received: by 2002:a37:9bc5:0:b0:67b:2d96:1a27 with SMTP id d188-20020a379bc5000000b0067b2d961a27mr10280794qke.314.1648944851158; Sat, 02 Apr 2022 17:14:11 -0700 (PDT) Received: from bill-the-cat (2603-6081-7b01-cbda-2ef0-5dff-fedb-a8ba.res6.spectrum.com. [2603:6081:7b01:cbda:2ef0:5dff:fedb:a8ba]) by smtp.gmail.com with ESMTPSA id 64-20020a370343000000b0067b31f32693sm3793057qkd.109.2022.04.02.17.14.09 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 02 Apr 2022 17:14:10 -0700 (PDT) Date: Sat, 2 Apr 2022 20:14:08 -0400 From: Tom Rini To: Andre Przywara Cc: Liviu Dudau , Linus Walleij , Peter Hoyes , Simon Glass , u-boot@lists.denx.de, Sean Anderson Subject: Re: [PATCH 05/11] vexpress64: config header: unify environment definition Message-ID: <20220403001408.GG14476@bill-the-cat> References: <20220304163018.3167841-1-andre.przywara@arm.com> <20220304163018.3167841-6-andre.przywara@arm.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="yTfYsguFsV8cp5cf" Content-Disposition: inline In-Reply-To: <20220304163018.3167841-6-andre.przywara@arm.com> 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.5 at phobos.denx.de X-Virus-Status: Clean --yTfYsguFsV8cp5cf Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Mar 04, 2022 at 04:30:12PM +0000, Andre Przywara wrote: > The definition of the standard environment variables (kernel_addr_r and > friends) has been improved lately for the FVP model, but the Juno board > is still using some custom scheme. > Since we need to extend this to a third board soon, let's unify the > definition: > - Define the Juno addresses in the same generic way we do for the FVP > model, and move the actual variable setting out of the board #ifdef's. > - Add the missing addresses for a PXE file and a boot script. > - Cleanup some stale comments on the way. >=20 > As the FVP model doesn't have support for distro_boot quite yet, add > a dummy definition for now, to be replaced with the real thing later. >=20 > Signed-off-by: Andre Przywara Applied to u-boot/next, thanks! --=20 Tom --yTfYsguFsV8cp5cf Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmJI5tAACgkQFHw5/5Y0 tyxbeQwAgWDxjpn/LvJsZCWqUKcuSC3DqiuKz+j2sCDRY160RpARNO6km2tb8Z/u 8DDwDXY93hridrJFPU6fWSIy1E6774+5c8JXlJj5O1o+hQNLuPFAzWnCzBju252z 2/3WE+lgykV3kDC/FFfKvNfAYaYsbOY6/OkmQtfAHSFKf+hT1nfcKgR2gbFqDtk9 g8yt1uEVjAYmxOLMYRxF0xGfP93rq3E9IbR625PQHQWo+d3afQW7HjIscmTgT5Pt HGGGo72Kru+kAoxhhvVsqLgeDzxigYDZ7PKwEvXkFRrMtsS+FhMuUhwTO2oM7DY5 pCQ0mXhTy5dV/sbwd2Y/OudzUop5rKFX13nrkbZhR15V4c/y+kpQnNtgYHB3AIAD 2f8TefEehouaSM6kOIzlz4VZjJaZVKGqAEKO/KkwjcKuyug4XrbWU4w0MugcIhgN 7X1Kq0rdnpLgx9Fj9RK05VDNye8syJ9DTNFxLFRaeU/xZiTh0KVUjWIYIhMZ2MJj jR6rz+lD =hKei -----END PGP SIGNATURE----- --yTfYsguFsV8cp5cf--