All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denys@ti.com>
To: Tom Rini <trini@ti.com>
Cc: meta-ti@yoctoproject.org
Subject: Re: [PATCH] u-boot: disable SPL/MLO processing for omapl138 SOCs
Date: Thu, 26 Jun 2014 13:31:48 -0400	[thread overview]
Message-ID: <20140626173148.GB6700@edge> (raw)
In-Reply-To: <20140626133045.GN9006@bill-the-cat>

On Thu, Jun 26, 2014 at 09:30:45AM -0400, Tom Rini wrote:
> On Wed, Jun 25, 2014 at 12:10:32PM -0400, Denys Dmytriyenko wrote:
> 
> > From: Denys Dmytriyenko <denys@ti.com>
> > 
> > Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> > ---
> >  recipes-bsp/u-boot/u-boot_2014.07.bb | 3 +++
> >  1 file changed, 3 insertions(+)
> > 
> > diff --git a/recipes-bsp/u-boot/u-boot_2014.07.bb b/recipes-bsp/u-boot/u-boot_2014.07.bb
> > index b326aa1..9da6f7d 100644
> > --- a/recipes-bsp/u-boot/u-boot_2014.07.bb
> > +++ b/recipes-bsp/u-boot/u-boot_2014.07.bb
> > @@ -25,3 +25,6 @@ SRCREV = "76b21026ceb5a6a83fc53b0ecdf425f240318022"
> >  
> >  SPL_BINARY = "MLO"
> >  SPL_UART_BINARY = "u-boot-spl.bin"
> > +
> > +SPL_BINARY_omapl138 = ""
> > +SPL_UART_BINARY_omapl138 = ""
> 
> omapl138 is am18xx right?  SPL supports that.  The only issue is that we
> need to ship u-boot.ais which is a combo image.  If I'm looking at the
> right branch, the problem(s) right now are we don't use the right config
> target (da850_am18xxevm_config is what we want) and UBOOT_SUFFIX to
> "ais" (in the omapl138.inc file).

What's the difference between da850_config and da850_am18xxevm_config? The 
first one is what we used previously. Is the second one set ups the building 
of "ais" image?

As of UBOOT_SUFFIX, with hierarchical inclusion of different .inc files, it 
would be overwritten if defined in the machine config. Usually we end up 
specifying it in the machine-specific u-boot recipe. Let me take a look at it 
and see if we can move that var to the machine config...

-- 
Denys


  reply	other threads:[~2014-06-26 17:31 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-25 16:10 [PATCH] u-boot: disable SPL/MLO processing for omapl138 SOCs Denys Dmytriyenko
2014-06-26 13:30 ` Tom Rini
2014-06-26 17:31   ` Denys Dmytriyenko [this message]
2014-06-26 19:22     ` Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140626173148.GB6700@edge \
    --to=denys@ti.com \
    --cc=meta-ti@yoctoproject.org \
    --cc=trini@ti.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.