From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-out.m-online.net (mail-out.m-online.net [212.18.0.9]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 17541E005B4 for ; Thu, 22 Aug 2013 20:15:32 -0700 (PDT) Received: from frontend1.mail.m-online.net (unknown [192.168.8.180]) by mail-out.m-online.net (Postfix) with ESMTP id 3cLnmg2jwVz4KKKM; Fri, 23 Aug 2013 05:15:31 +0200 (CEST) X-Auth-Info: v7GMId553rRhFizJpDXh2qioIx3aLfIukDrMTsuv2ds= Received: from chi.localnet (unknown [195.140.253.167]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp-auth.mnet-online.de (Postfix) with ESMTPSA id 3cLnmg1PtQzbbsB; Fri, 23 Aug 2013 05:15:31 +0200 (CEST) From: Marek Vasut To: meta-freescale@yoctoproject.org Date: Fri, 23 Aug 2013 05:15:32 +0200 User-Agent: KMail/1.13.7 (Linux/3.10-2-amd64; KDE/4.8.4; x86_64; ; ) References: <1377182514-4963-1-git-send-email-alexandre.belloni@free-electrons.com> In-Reply-To: MIME-Version: 1.0 Message-Id: <201308230515.32320.marex@denx.de> Cc: brian@crystalfontz.com, Maxime Ripard , jimwall@q.com, Otavio Salvador Subject: Re: [meta-fsl-arm][PATCHv2] mx28-bcb: add utility to generate Boot Control Block X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Aug 2013 03:15:33 -0000 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Dear Otavio Salvador, > On Thu, Aug 22, 2013 at 11:41 AM, Alexandre Belloni > > wrote: > > From chapter 12.11.1 of the i.MX28 Applications Processor Reference > > Manual, Rev. 1, 2010, a Boot Control Block is needed when booting from > > an SD/MMC card. The mx28_bcb.py utility will generate and write the BCB > > to a file, it will also write the provided bootstream. > > > > Signed-off-by: Alexandre Belloni > > --- > > > > recipes-bsp/mx28-bcb/files/mx28_bcb.py | 56 > > ++++++++++++++++++++++++++++++++++ recipes-bsp/mx28-bcb/mx28-bcb_1.0.bb > > | 20 ++++++++++++ > > 2 files changed, 76 insertions(+) > > create mode 100755 recipes-bsp/mx28-bcb/files/mx28_bcb.py > > create mode 100644 recipes-bsp/mx28-bcb/mx28-bcb_1.0.bb > > > > diff --git a/recipes-bsp/mx28-bcb/files/mx28_bcb.py > > b/recipes-bsp/mx28-bcb/files/mx28_bcb.py new file mode 100755 > > index 0000000..ea2038b > > --- /dev/null > > +++ b/recipes-bsp/mx28-bcb/files/mx28_bcb.py > > @@ -0,0 +1,56 @@ > > I'd put your copyright here as well. Why do you not use mxsboot tool from U-Boot instead of re-inventing the wheel? Best regards, Marek Vasut