From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailout4.zoneedit.com (mailout4.zoneedit.com [64.68.198.64]) by mx.groups.io with SMTP id smtpd.web09.931.1617229805100944039 for ; Wed, 31 Mar 2021 15:30:05 -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 803A040C3A; Wed, 31 Mar 2021 22:30:04 +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 2S0CUk41ngtf; Wed, 31 Mar 2021 22:30:04 +0000 (UTC) Received: from mail.denix.org (pool-100-15-86-127.washdc.fios.verizon.net [100.15.86.127]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailout4.zoneedit.com (Postfix) with ESMTPSA id 0DB2540BA9; Wed, 31 Mar 2021 22:30:02 +0000 (UTC) Received: by mail.denix.org (Postfix, from userid 1000) id CC95C174567; Wed, 31 Mar 2021 18:30:01 -0400 (EDT) Date: Wed, 31 Mar 2021 18:30:01 -0400 From: "Denys Dmytriyenko" To: Nishanth Menon Cc: praneeth@ti.com, meta-ti@lists.yoctoproject.org Subject: Re: [dunfell/master][PATCH 4/7] conf/machine: j7200-evm: Switch to multi-certificate boot images Message-ID: <20210331223001.GH23013@denix.org> References: <20210331165133.3746-1-nm@ti.com> <20210331165133.3746-5-nm@ti.com> MIME-Version: 1.0 In-Reply-To: <20210331165133.3746-5-nm@ti.com> User-Agent: Mutt/1.5.20 (2009-06-14) Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Wed, Mar 31, 2021 at 11:51:30AM -0500, Nishanth Menon wrote: > Switch to using all of multi-certificate boot images. This allows us > to create bootable images - in this case, we are missing tiboot3.bin > > Signed-off-by: Nishanth Menon > --- > conf/machine/j7200-evm.conf | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/conf/machine/j7200-evm.conf b/conf/machine/j7200-evm.conf > index dab6d8cb0cd8..b2079218d9fa 100644 > --- a/conf/machine/j7200-evm.conf > +++ b/conf/machine/j7200-evm.conf > @@ -14,7 +14,8 @@ KERNEL_DEVICETREE = " \ > > UBOOT_MACHINE = "j7200_evm_a72_config" > > -IMAGE_BOOT_FILES = "tispl.bin u-boot.img" > +# J7200 supports multi-certificate images, use the same > +IMAGE_BOOT_FILES = "${IMAGE_BOOT_FILES_MULTI_CERT}" > > do_image_wic[depends] += "trusted-firmware-a:do_deploy" > do_image_tar[depends] += "trusted-firmware-a:do_deploy" I don't believe these lines are needed here, as TF-A images are not packaged into wic, but SPL, and that dependency is already handled by U-boot recipe. > -- > 2.31.0 > -- Regards, Denys Dmytriyenko PGP: 0x420902729A92C964 - https://denix.org/0x420902729A92C964 Fingerprint: 25FC E4A5 8A72 2F69 1186 6D76 4209 0272 9A92 C964