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 aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id DF4BFC433FE for ; Tue, 4 Oct 2022 19:49:19 +0000 (UTC) Received: from mailout4.zoneedit.com (mailout4.zoneedit.com [64.68.198.64]) by mx.groups.io with SMTP id smtpd.web12.15482.1664912953144993092 for ; Tue, 04 Oct 2022 12:49:13 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=none, err=permanent DNS error (domain: denix.org, ip: 64.68.198.64, mailfrom: denis@denix.org) Received: from localhost (localhost [127.0.0.1]) by mailout4.zoneedit.com (Postfix) with ESMTP id 8B6F440D47; Tue, 4 Oct 2022 19:49:12 +0000 (UTC) Received: from mailout4.zoneedit.com ([127.0.0.1]) by localhost (zmo14-pco.easydns.vpn [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id HkMRwphokqvY; Tue, 4 Oct 2022 19:49:12 +0000 (UTC) Received: from mail.denix.org (pool-100-15-80-88.washdc.fios.verizon.net [100.15.80.88]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailout4.zoneedit.com (Postfix) with ESMTPSA id 6F5C740D42; Tue, 4 Oct 2022 19:49:11 +0000 (UTC) Received: by mail.denix.org (Postfix, from userid 1000) id CB821174A19; Tue, 4 Oct 2022 15:49:09 -0400 (EDT) Date: Tue, 4 Oct 2022 15:49:09 -0400 From: Denys Dmytriyenko To: Andrew Davis Cc: meta-ti@lists.yoctoproject.org Subject: Re: [meta-ti] [master/kirkstone][PATCH 61/65] conf: machine: Make multi-certificate image the default Message-ID: <20221004194909.GA18429@denix.org> References: <20220913035541.2364351-1-denis@denix.org> <20220913035541.2364351-62-denis@denix.org> <91d1794f-ed22-7f0f-ad4a-b33ba93500f9@ti.com> <20221004194238.GZ18429@denix.org> <56965ade-a93e-edf8-a40d-77d104c88221@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <56965ade-a93e-edf8-a40d-77d104c88221@ti.com> User-Agent: Mutt/1.5.20 (2009-06-14) List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 04 Oct 2022 19:49:19 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-ti/message/15108 On Tue, Oct 04, 2022 at 02:46:24PM -0500, Andrew Davis wrote: > On 10/4/22 2:42 PM, Denys Dmytriyenko wrote: > >On Tue, Oct 04, 2022 at 02:38:11PM -0500, Andrew Davis wrote: > >>On 9/12/22 10:55 PM, Denys Dmytriyenko wrote: > >>>From: Andrew Davis > >>> > >>>Only the first two K3 devices do not support multi-cert boot so > >>>lets make multi-cert the default and only add back sysfw.itb > >>>for these two devices. > >>> > >>>Signed-off-by: Andrew Davis > >>>Reviewed-by: lines be preserved? > >> > >>By who?.. > > > >That's how the original patch got merged :) > > > >https://git.yoctoproject.org/meta-ti/commit/?h=dunfell&id=038148a6d018c971e15a89c80192179fc04cf170 > > > >I'm guessing patchwork picked up part of our discussion. > > > >https://patchwork.yoctoproject.org/project/ti/patch/20220801214007.25463-1-afd@ti.com/ > > > > Ah, yup there it is :) > > Also looks like this forward port dropped the removal of some lines in > j7.inc, There's batch #2 with remaining dunfell commits pending. > but at this point I'll just clean that up after, this has been > in -next long enough and should just go in already.. Ryan? > Andrew > > > > >>>Signed-off-by: Ryan Eatmon > >>>Signed-off-by: Denys Dmytriyenko