From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from comal.ext.ti.com (comal.ext.ti.com [198.47.26.152]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by yocto-www.yoctoproject.org (Postfix) with ESMTPS id 2B58FE00348 for ; Tue, 26 Feb 2013 11:31:12 -0800 (PST) Received: from dlelxv30.itg.ti.com ([172.17.2.17]) by comal.ext.ti.com (8.13.7/8.13.7) with ESMTP id r1QJVBwJ025141 for ; Tue, 26 Feb 2013 13:31:11 -0600 Received: from DFLE73.ent.ti.com (dfle73.ent.ti.com [128.247.5.110]) by dlelxv30.itg.ti.com (8.13.8/8.13.8) with ESMTP id r1QJVBLx007245 for ; Tue, 26 Feb 2013 13:31:11 -0600 Received: from dlelxv22.itg.ti.com (172.17.1.197) by dfle73.ent.ti.com (128.247.5.110) with Microsoft SMTP Server id 14.1.323.3; Tue, 26 Feb 2013 13:31:10 -0600 Received: from [172.24.52.55] (h52-55.vpn.ti.com [172.24.52.55]) by dlelxv22.itg.ti.com (8.13.8/8.13.8) with ESMTP id r1QJV9we028634; Tue, 26 Feb 2013 13:31:10 -0600 Message-ID: <512D0D9F.8050705@ti.com> Date: Tue, 26 Feb 2013 14:31:43 -0500 From: Tom Rini Organization: Texas Instruments User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Denys Dmytriyenko References: <1361903920-16650-1-git-send-email-m-karicheri2@ti.com> <512D0217.7090100@ti.com> <20130226192023.GL6725@denix.org> In-Reply-To: <20130226192023.GL6725@denix.org> X-Enigmail-Version: 1.5 X-Mailman-Approved-At: Tue, 26 Feb 2013 12:00:14 -0800 Cc: meta-ti@yoctoproject.org, ceh@ti.com Subject: Re: [PATCH] recipe: u-boot: update recipe for more images X-BeenThere: meta-ti@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-ti layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Feb 2013 19:31:12 -0000 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit On 02/26/2013 02:20 PM, Denys Dmytriyenko wrote: > On Tue, Feb 26, 2013 at 01:42:31PM -0500, Murali Karicheri wrote: >> Denys, >> >> I understand that this recipe is not complete as u-boot_2013.01.bb >> may be shared by other machines and this change is not applicable. >> Do I need to add this to some other file? Please advise. >> >> Meanwhile for the release this should work as this is going into >> mcsdk meta-ti repo. But to push this to meta-ti, the above change is >> needed and hence need your input. > > Murali, > > I know Carlos has been working on adding SPL support to u-boot already: > > http://arago-project.org/pipermail/meta-arago/2013-February/000937.html > > Can you sync up with him and come up with a unified solution for both SPL and > GPH images that works for everybody and I'd be happy to push it to meta-ti. > > Also, I'd like to hear Tom's opinion on this, as current U-Boot maintainer - > if there is a better approach to this exists or planned in mainline. I haven't seen the keystone patches yet, so I don't know if the GPH image is "special" in terms of headers, but the build target u-boot-with-spl.bin is the canonical build target for "put u-boot-spl.bin and u-boot.bin together". -- Tom