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 6864DC76188 for ; Mon, 3 Apr 2023 14:33:48 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 416BF85C5A; Mon, 3 Apr 2023 16:33:45 +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="a23fc3lf"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 7A45485C52; Mon, 3 Apr 2023 16:33:43 +0200 (CEST) Received: from mail-yb1-xb36.google.com (mail-yb1-xb36.google.com [IPv6:2607:f8b0:4864:20::b36]) (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 60F7385CA7 for ; Mon, 3 Apr 2023 16:33:40 +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-yb1-xb36.google.com with SMTP id r187so34995003ybr.6 for ; Mon, 03 Apr 2023 07:33:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; t=1680532419; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=4NUaWFDKCBrqaXbpszVGvW4ZdXlMjIQLSElmV/6oIco=; b=a23fc3lfedc3cKIAHA4SA+C5m9SomHYyjRll40gMHP4jw+nL49CEtMqL52N5Bzg0II +2Grxoxmj7tXP+hhxOtF/rPP8+q0i6lKTOzjEzuCHwRI0V53rslHa+67JAGWEFx6DP9L 51gEVVbUcJXSHmcQnTobV4DFz50lYpApiP/Q8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1680532419; 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 :message-id:reply-to; bh=4NUaWFDKCBrqaXbpszVGvW4ZdXlMjIQLSElmV/6oIco=; b=T3pi2VeP+lNVEbMqSEemyP8KYEy3UuOfk+f6bRs1cHMRe59PtfEHj1yLNNd+QkJIUh 9knT8jZJi4XRAPRzb5/tFSVqfrOE4KwlCW9S5mwxoO84Sg0cimENsbDpjRwLjUPP7mop 2eUGMfPEiejPlBVbw5+S1hTvF9dnLq9Ltxhm/Iuwa8CipgOCnuwgZ+pcSy9NCrG9/QRb j3K+aNWlMqtUj00aOX28WnIGHcWUwUGBvO2lWtTTQnfAbLumfVR+018ogTaViTuPdY2n 5oVjkhnQUgZx3TsjH8n4ESGUixzoRmqmHE9N2t/FBvTwzW1X94uDLwVOX+bFxIi0KQrn tHaw== X-Gm-Message-State: AAQBX9cK4Sdy3h/FfsftMn1rcPswCiqYQgwd1MlBHyvte/mvFOCionm+ tvYvluEbvHpEiW4WpnCKE13wiA== X-Google-Smtp-Source: AKy350bW9V7ozZTVVeVv4A2fjBPUtTA9uVuVQEAbqX7NGy81iR6LW0toiB9ARZ847y/LhDJkP5MWZw== X-Received: by 2002:a25:c00c:0:b0:b68:2543:9dcf with SMTP id c12-20020a25c00c000000b00b6825439dcfmr30941205ybf.11.1680532419131; Mon, 03 Apr 2023 07:33:39 -0700 (PDT) Received: from bill-the-cat (2603-6081-7b00-6400-d003-8cc0-db8c-6109.res6.spectrum.com. [2603:6081:7b00:6400:d003:8cc0:db8c:6109]) by smtp.gmail.com with ESMTPSA id n6-20020a2581c6000000b00b7767ca7465sm2580505ybm.2.2023.04.03.07.33.38 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 03 Apr 2023 07:33:38 -0700 (PDT) Date: Mon, 3 Apr 2023 10:33:36 -0400 From: Tom Rini To: Simon Glass Cc: U-Boot Mailing List , Vagrant Cascadian , huang lin , Jeffy Chen , Kever Yang , Philipp Tomsich Subject: Re: [PATCH v5 8/8] bootstd: Enable BOOTSTD_DEFAULTS by default Message-ID: <20230403143336.GI19998@bill-the-cat> References: <20230331102559.v5.1.Id5a4b4ee7b653591dfb25e75204c17215521164b@changeid> <20230331102559.v5.8.I41a5e66644a895a311889b009116245245c741a5@changeid> <20230331180001.GA13222@bill-the-cat> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="T+G0WffWDrgOa6+u" Content-Disposition: inline In-Reply-To: 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.8 at phobos.denx.de X-Virus-Status: Clean --T+G0WffWDrgOa6+u Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Apr 01, 2023 at 07:31:56PM +1300, Simon Glass wrote: > Hi Tom, >=20 > On Sat, 1 Apr 2023 at 07:00, Tom Rini wrote: > > > > On Fri, Mar 31, 2023 at 10:26:01AM +1300, Simon Glass wrote: > > > > > This is needed to enable the boot command used to start standard boot. > > > Enable it by default. This brings in quite a few features, mostly in > > > common with DISTRO_DEFAULTS > > > > > > Exclude boards which have what looks like a custom boot command: > > > > > > git grep CONFIG_BOOTCOM configs/* |grep -v distro_bootcmd | > > > sed -n 's/configs\/\(.*\)_defconfig.*/\1/p' > > > > > > Disable this option for boards which don't have enough space. > > > > > > Disable CONFIG_ENV_VARS_UBOOT_CONFIG for some Xilinx boards which have > > > a very small environment. Disable BOOTSTD_DEFAULTS for smartweb since > > > it is too close to its limit. > > > > > > Signed-off-by: Simon Glass > > > > I wasn't clear, sorry. What I want to see first is a standalone patch > > that disables BOOTSTD on platforms that have their own custom bootcmd, > > that is not just a more complex wrapper around distro_bootcmd (those > > platforms will require more work to convert, but won't be impacted by > > BOOTSTD_DEFAULTS being default). It needs to be on its own so it can be > > reviewed. Thanks. >=20 > Oh OK, I was wondering how it could be standard if it was just "standard" as in default/regular, not "standard" as in rigidly defined by external specification. > disabling BOOTSTD_DEFAULTS... I will give it a crack. I wonder if this > is the same set which doesn't enable DISTRO_DEFAULTS? The ones which do things around "run distro_bootcmd" ? No, probably not. But the ones which have unexplained large size growth? Likely yes. --=20 Tom --T+G0WffWDrgOa6+u Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmQq47cACgkQFHw5/5Y0 tyxQ4wv/bX861Q0foYNi4NPsi90dsjS09sYu8quK4wC/i/e7MjUcrU3YVeW+Oum4 Uv/3CMtYID5YnLScKL5BwJj85ESH2Elqdlf4ZEp/PkgfNFE7HGNodjxf2x2HFHMN YyGEVF1U+LTVhLDrUXREWqf7r0HNgHDzdj687/zfZWjDV2QyadsLU/I9iTGivNhj 7g3Y7U6p2dAfJqtZ47fB3qKL13UlMwHbaFh+ahD9OVzv1HuHz7X0dVl0PKwJIerv ztWcQ0WZAT5RwM8yn4VjonNHkvt0H4ttOA83UQm2UGyo+h8FBIsuW7g7eLLSSs9N 71m2VxYJwhKnvstSiedjxOsrPSuXVaFaGda1JW26Kv0oTVGztNnwYsJEVmVpyi+x Va/EPbu3EBK+05rJCTyW2xPZD+U4ryJ0q3D8GdZfcgDpuAWxFMrXjmkURHHuqlBY 8KiHFkR7b/AptmiGZlA01i0aqxiaezL/8bZ6L0GoPYbJCuIqCAY3kCdKTHzLr8hC ms2InuUi =f5JE -----END PGP SIGNATURE----- --T+G0WffWDrgOa6+u--