From: William Mills <wmills@ti.com>
To: "Rifenbark, Scott M" <scott.m.rifenbark@intel.com>
Cc: Yocto discussion list <yocto@yoctoproject.org>,
"Dmytriyenko, Denys" <denys@ti.com>
Subject: Re: SPL_IMAGE, SPL_BINARY, and SPL_SYMLINK definitions
Date: Mon, 25 Nov 2013 13:02:35 -0500 [thread overview]
Message-ID: <529390BB.3020005@ti.com> (raw)
In-Reply-To: <41DEA4B02DBDEF40A0F3B6D0DDB1237983F510DC@ORSMSX101.amr.corp.intel.com>
On 11/25/2013 09:06 AM, Rifenbark, Scott M wrote:
> Anyone have descriptions for these three variables? I would like to document them and am wondering if anyone has used them or knows how they work.
>
SPL is the preloader for U-boot required on some platforms.
The base include for u-boot defines the SPL_IMAGE and SPL_SYMLINK
http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/recipes-bsp/u-boot/u-boot.inc
One example of use of SPL_BINARY is here:
http://git.yoctoproject.org/cgit/cgit.cgi/meta-ti/tree/recipes-bsp/u-boot/u-boot_2011.12.bb
So the SPL_BINARY defines the name of the file in the filesystem image.
The SPL_IMAGE and SPL_SYMLINK appear to specific the long version
specific image file produced by the build and the somewhat shorter
symlink that points to it. These will be in a machine specific dir on
the build machine; the same place the kernel is found.
(The kernel also gets a very long name and a symlink you can reuse
wording from the description if you have that already.)
next prev parent reply other threads:[~2013-11-25 18:02 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-25 14:06 SPL_IMAGE, SPL_BINARY, and SPL_SYMLINK definitions Rifenbark, Scott M
2013-11-25 18:02 ` William Mills [this message]
2013-11-25 18:05 ` Rifenbark, Scott M
2013-11-25 18:24 ` Denys Dmytriyenko
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=529390BB.3020005@ti.com \
--to=wmills@ti.com \
--cc=denys@ti.com \
--cc=scott.m.rifenbark@intel.com \
--cc=yocto@yoctoproject.org \
/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.