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 9B056C74A5B for ; Wed, 29 Mar 2023 07:55:53 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 6164985AAA; Wed, 29 Mar 2023 09:55:45 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=quarantine dis=none) header.from=microchip.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=microchip.com header.i=@microchip.com header.b="BTIFkLVb"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 2132B8573D; Wed, 29 Mar 2023 09:55:43 +0200 (CEST) Received: from esa.microchip.iphmx.com (esa.microchip.iphmx.com [68.232.154.123]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 47A76859CD for ; Wed, 29 Mar 2023 09:55:36 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=quarantine dis=none) header.from=microchip.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=Nicolas.Ferre@microchip.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1680076537; x=1711612537; h=message-id:date:mime-version:subject:to:cc:references: from:in-reply-to:content-transfer-encoding; bh=gBojYGNB/CofuAMPLET3CnTdfg66rzRYo4xrRLVC/h8=; b=BTIFkLVbU7KJG9otPX6rSQWHXCXY0Zs6bSjx27FiBhXiQQJZCaSZSnGt u2hEJafdry54j1eKKRxh2AP2TqGICTxS4SKx3pAs6ZmqQL1ga3BA72H7u Gmvz+MEl+0RlzfYJ0keiEgdPfkmz+eiv+zIqwPoSEqgTOWvu5iAFuVTtj 0UmxUmJLI9vUui++0CVmijD8q4ioPmrKNxHrzb6aOAXSure3Zo1DQIyjF wi4s1fnOjeSUgYd7J+LumE4gatRxzrtZOTUJPLASUpzPvCBt3TcF4oKCO X0fBGNUoeVOD5oDMwoirmv/tITkS99fsNpDcZ0MTR6Cl2W8TjOM0oVU+Y A==; X-IronPort-AV: E=Sophos;i="5.98,300,1673938800"; d="scan'208";a="203959644" Received: from unknown (HELO email.microchip.com) ([170.129.1.10]) by esa4.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 29 Mar 2023 00:55:34 -0700 Received: from chn-vm-ex01.mchp-main.com (10.10.85.143) by chn-vm-ex03.mchp-main.com (10.10.85.151) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.21; Wed, 29 Mar 2023 00:55:33 -0700 Received: from [10.171.246.73] (10.10.115.15) by chn-vm-ex01.mchp-main.com (10.10.85.143) with Microsoft SMTP Server id 15.1.2507.21 via Frontend Transport; Wed, 29 Mar 2023 00:55:30 -0700 Message-ID: <550d7cf3-7e98-c431-7ff7-8e95fab9cf7a@microchip.com> Date: Wed, 29 Mar 2023 09:55:29 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.9.0 Subject: Re: [PATCH v4 1/4] bootstd: Enable BOOTSTD_DEFAULTS by default Content-Language: en-US To: Simon Glass , U-Boot Mailing List , Varshini Rajendran CC: huang lin , Jeffy Chen , Kever Yang , Philipp Tomsich , Vagrant Cascadian , Tom Rini , "Albert ARIBAUD (3ADEV)" , Eugen Hristev , "Greg Gallagher" , Heiko Schocher , Michal Simek , Philippe Reynes , Tony Dinh References: <20230329201631.v4.1.I41a5e66644a895a311889b009116245245c741a5@changeid> From: Nicolas Ferre Organization: microchip In-Reply-To: <20230329201631.v4.1.I41a5e66644a895a311889b009116245245c741a5@changeid> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit 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 Hi Simon, On 29/03/2023 at 09:16, 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 > > Disable this option for boards which don't have enough space. What is the identified minimal space for benefiting from this feature? > 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. I see that a few Microchip boards are in this case too and even if sama5d27 som1 ek might be impacted, I would like to double check for the other sama5d2 boards. [..] Best regards, Nicolas -- Nicolas Ferre