All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] SPL: add support to boot from a partition type
Date: Sat, 28 Jan 2017 21:05:59 -0500	[thread overview]
Message-ID: <20170129020559.GA5096@bill-the-cat> (raw)
In-Reply-To: <1485655155.12609.51.camel@intel.com>

On Sun, Jan 29, 2017 at 01:59:17AM +0000, Westergreen, Dalon wrote:
> On Sat, 2017-01-28 at 19:06 -0500, Tom Rini wrote:
> > On Sat, Jan 28, 2017 at 03:20:09PM -0800, Dalon Westergreen wrote:
> > 
> > > 
> > > From: Dalon Westergreen <dalon.westergreen@intel.com>
> > > 
> > > the socfpga bootrom supports mmc booting from either a raw image
> > > starting at 0x0, or from a partition of type 0xa2.??This patch
> > > adds support for locating the boot image in the first type 0xa2
> > > partition found.
> > > 
> > > Signed-off-by: Dalon Westergreen <dalon.westergreen@intel.com>
> > > ---
> > > ?common/spl/Kconfig???| 17 +++++++++++++++++
> > > ?common/spl/spl_mmc.c | 45 ++++++++++++++++++++++++++++++++++++++++++++-
> > > ?disk/part_dos.c??????|??1 +
> > > ?include/part.h???????|??1 +
> > > ?4 files changed, 63 insertions(+), 1 deletion(-)
> > 
> > Today socfpga sets SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION to 1.??Do you
> > really have enough cases where the special partition isn't going to be
> > likely known when building U-Boot for a given platform?
> All of our kits actually ship with the third partition being the 0xa2
> partition. ?Normally the 1 partition is the fat partition. ?I want to
> support the case where the 0xa2 partition is arbitrary and used only for
> the SPL. ?the 1 partition is a fat partition with the full u-boot image.

Er, this code is where we determine where to load U-Boot from, SPL is
running.  So if I follow you, the bootrom would load SPL from the
partition with 0xa2 as the type, usually #3 and then we load U-Boot from
the FAT partition (which would be SPL_FS_LOAD_PAYLOAD_NAME and such) ?

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170128/a8059bb0/attachment.sig>

  reply	other threads:[~2017-01-29  2:05 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-28 23:20 [U-Boot] [PATCH] SPL: add support to boot from a partition type Dalon Westergreen
2017-01-29  0:06 ` Tom Rini
2017-01-29  1:59   ` Westergreen, Dalon
2017-01-29  2:05     ` Tom Rini [this message]
2017-01-29  2:14       ` Westergreen, Dalon

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=20170129020559.GA5096@bill-the-cat \
    --to=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    /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.