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 6B917C761A6 for ; Fri, 31 Mar 2023 18:00:21 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id ED33085B5A; Fri, 31 Mar 2023 20:00: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=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="ernp7on3"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id A787585B5A; Fri, 31 Mar 2023 20:00:09 +0200 (CEST) Received: from mail-yb1-xb29.google.com (mail-yb1-xb29.google.com [IPv6:2607:f8b0:4864:20::b29]) (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 1C50185B5A for ; Fri, 31 Mar 2023 20:00:05 +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-xb29.google.com with SMTP id p15so28314000ybl.9 for ; Fri, 31 Mar 2023 11:00:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; t=1680285604; 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=bCWwM4kqjML4lTQdg6Q9xDPiGRsysiBAhCniN4t4oOQ=; b=ernp7on3NIaPypaqc9rq9J/CBKvrEHHm8LudGqC+bULQGAEojkAUdsX1YMCLCQPn1G jGt0vVnk7asI7++kmB0eEtt+34TjHPbGeHApAeSdOoyS59UvpHawvjzH0NXQOW/jhZja p6JAlJFpNrfbCxtjAr9geeWp/Y9RMQZ2/dYcg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1680285604; 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=bCWwM4kqjML4lTQdg6Q9xDPiGRsysiBAhCniN4t4oOQ=; b=fsOLCnJnz9Ez201pfbso+0gBvCMOrPpd6hOiypSWRUVXz0vPuLm2ag7CW2PsHAVg+i k778vbp6Tjga1fwnEISGHmIVL4s419pLSDrAhJcGiget6ioLDbZjokesT6/Di7H2SFLV 41k6poP+/f1PbouqQPMnEt9tKsKuxxJu3wC4fcwhzZzp9bgGfXLmd5n2k1gH5wpw+1er LLGFSDEnnKrmVA+g+CBELIQ+zu3jhBFQB1OQ0IK5SSDtZneavDmtxOgbImv9vbK8nfmL 2rHJd/hZFTTbHW2UWQau3obgtmMyzce9joMvKh7C4PGzQEdG3EsgflqZNC6+xdMiqrRk ggDA== X-Gm-Message-State: AAQBX9ecsfjF+0DeVSx9Qc7IAYW8bVJPEghBI+TVWIIZDS0K8Uky1Y2c uePdyx31LWYw3PGRayRDlhbVJU+ALW6Nx4jwDRNKRg== X-Google-Smtp-Source: AKy350YnSDWXxuzzqUwzZn+ZR36RoOGR1rdp73FiU61GQXaFCj3z7a4/2Wm9L+mrMmgmBSBLaGFBZQ== X-Received: by 2002:a25:230a:0:b0:b70:60b6:438 with SMTP id j10-20020a25230a000000b00b7060b60438mr23447385ybj.23.1680285603695; Fri, 31 Mar 2023 11:00:03 -0700 (PDT) Received: from bill-the-cat (2603-6081-7b00-6400-1500-2834-9def-41f1.res6.spectrum.com. [2603:6081:7b00:6400:1500:2834:9def:41f1]) by smtp.gmail.com with ESMTPSA id y12-20020a05690213cc00b00b7767ca74a0sm688165ybu.61.2023.03.31.11.00.02 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 31 Mar 2023 11:00:03 -0700 (PDT) Date: Fri, 31 Mar 2023 14:00:01 -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: <20230331180001.GA13222@bill-the-cat> References: <20230331102559.v5.1.Id5a4b4ee7b653591dfb25e75204c17215521164b@changeid> <20230331102559.v5.8.I41a5e66644a895a311889b009116245245c741a5@changeid> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="duIV7hnN4PCz03/m" Content-Disposition: inline In-Reply-To: <20230331102559.v5.8.I41a5e66644a895a311889b009116245245c741a5@changeid> 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 --duIV7hnN4PCz03/m Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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 >=20 > Exclude boards which have what looks like a custom boot command: >=20 > git grep CONFIG_BOOTCOM configs/* |grep -v distro_bootcmd | > sed -n 's/configs\/\(.*\)_defconfig.*/\1/p' >=20 > Disable this option for boards which don't have enough space. >=20 > 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. >=20 > 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 Tom --duIV7hnN4PCz03/m Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmQnH5gACgkQFHw5/5Y0 tyxRjgv/a+s/yC9EQp0fNCJEQcym/C5mCckfJIE+8HEIjjGrwvntSu0fr+p5xM8N 9cj7GAwlbLySabllg44mulF8nvnP6SHhAgqda/OHrghiTSEywJ4MHmHzCjfWCjU+ 1abDIEFLjf7yVT/dvsI5uakE37826iWLVYkfi1Xh2gMWEMyPCw8foHR96MxwPg9M MH5BcfhggBBn9YCqz8HF6kk9RTWx3SEOezw7p7V6X2MzqJQGkuLiDsfgVdga4Bs7 PGQJue5a869w0jg1AaVCeSsW4z9WP9xvHxT6C8+KYoDhTSNKEQ3iLDref0KTIAqn +JnR2Q0Y+2qPdzjDd5H+arAKHheok3RrcmaF3EXlG6in/EI5wyByge9U1A7TUU8H H6hzihsWSKG4Dbc5ErAUTC/87Y3AAFuVKjfIkE3bqnwUsp9XJCObQYQTgEuk76a/ jmP0lDXO0oivEpe0lWpVZKhPdgJoWDPpzBtXnROMAQi6xeYH67IWMUvaIj9DtqOq ji5s1u00 =7sNW -----END PGP SIGNATURE----- --duIV7hnN4PCz03/m--