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 E2AADC433FE for ; Wed, 26 Oct 2022 21:03:05 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 367E5850B9; Wed, 26 Oct 2022 23:03:03 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1666818183; bh=lD1NtfRN8iH03S8Oc384tukxKGYhmq5VICOLzF7Da6s=; h=Date:Subject:To:Cc:References:From:In-Reply-To:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=hoZrivt5WJeMpo6Ui7rUFAIodICEaw7MCJNk9j7lY+xLaJ7OU0k+JsJtGgfMUuYje rVnuZomffG8xbCznQyAtzs9xgwx37fT6afA7qh1Wst4CqTZwNatj9nxNTF/1CurrSi vUyrU1ib4QU0JG9uAXDYV/S1o02qYz6QvbuVF/Q4oAsL0Y0kpJrpkQlHAlS8isU3Ik K9EHtcl7HNaUwZeU53b5222mG4oaSUsyGt0xrIJBWwG8F7/dmp5LalXbdCzOmBySda EtepPCzhOTRMf1i2hRZrnvBMEtqJSmTnBhpAwXYBldWT2qigYwRbazXCXE9/wFWj5U LP3KbSTXiTxxw== Received: from [127.0.0.1] (p578adb1c.dip0.t-ipconnect.de [87.138.219.28]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: marex@denx.de) by phobos.denx.de (Postfix) with ESMTPSA id 2005F85075; Wed, 26 Oct 2022 23:03:00 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1666818180; bh=lD1NtfRN8iH03S8Oc384tukxKGYhmq5VICOLzF7Da6s=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=rdE4Kv8h87mCo8JMgPyUy6uQtfiVnz/9ZdIPjupS8a/uTVYT0LpTjTjY5JkhNlA7l qoutUp7RE461VH56S9V0BM5E3Gh2M3tTmXFJSI8QFnJIHbA0ZTKqmSubxVACefdhst ifs6N/aU+nIHrdvq/CR/aRmgF2sqxtMViETl1Bm6/iTCXrIfS9/8+mPtAoHY3e4Ne3 YwhrEwI56oTS5gjNml0/yrLRwUuEmZRs/fUoMAUvwpB3X/iUN0JeoZxfQysv+YRHm6 73YXQpJxx380OjYXNQdr8ZoCnsynbhl/zAdKZFUy9/6GDlsYS5CVcQ4sFfjxo2F5os I4/oDrAheXZ1g== Message-ID: <277a2f10-b380-1bd2-c31b-882b5f6598d3@denx.de> Date: Wed, 26 Oct 2022 23:02:59 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.3.3 Subject: Re: [PATCH V2 00/13] IOT2050-related enhancements To: Jan Kiszka , Tom Rini Cc: U-Boot Mailing List , chao zeng , Su Baocheng , Joe Hershberger , Simon Glass References: <20221026135458.GT2020586@bill-the-cat> <9496de55-e88f-68f0-d4b6-10deef5c7953@denx.de> Content-Language: en-US From: Marek Vasut In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit 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.6 at phobos.denx.de X-Virus-Status: Clean On 10/26/22 17:55, Jan Kiszka wrote: > On 26.10.22 16:03, Marek Vasut wrote: >> On 10/26/22 15:54, Tom Rini wrote: >>> On Wed, Oct 26, 2022 at 09:28:09AM +0200, Jan Kiszka wrote: >>>> On 05.10.22 10:33, Jan Kiszka wrote: >>>>> (Almost) flushing our upstream queue for the IOT2050 device, this >>>>> mostly >>>>> brings board-specific changes such as: >>>>> >>>>>   - updated build process and firmware layout for PG1 vs. PG2 devices >>>>>   - more watchdog preparations >>>>>   - preparations for verified boot on IOT2050 Advanced devices >>>>> >>>>> There are also some generic extensions in this series which are >>>>> dependencies for the above: >>>>> >>>>>   - env: Complete generic support for writable list >>>>>   - env: Couple networking-related variable flags to CONFIG_NET >>>>> (repost) >>>>>   - tools: Add script for converting public key into device tree >>>>> include >>>>> >>>>> Changes in v2: >>>>>   - rebased over latest master >>>>>   - reworked patch 1 to be less invasive to the code >>>>>   - added "iot2050: use the named gpio to control the user-button" >>>>> >>>>> Still in our backlog is support for a new variant that comes with M.2 >>>>> slots. But that requires some more rework first. >>>> >>>> Any remaining questions/remarks for this series? Asking also as we would >>>> like to move forward with upstreaming that M.2 support which depends on >>>> this one here. >>> >>> Marek, I believe you had concerns about the environment side of v1 here, >>> is v2 more to your liking? Thanks! >> >> Nothing changed in V2 in that aspect as far as I can tell. > > Well... patch 1 changes significantly and is much less invasive - as we > discussed around v1. Can you please update your comments then? I'm lost > now what else you would like to see changed. IIRC my comment was that env prio ordering is board specific and so it should be in board/ , wasn't it ?