All of lore.kernel.org
 help / color / mirror / Atom feed
From: Patrick Delaunay <patrick.delaunay73@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 2/3] gpt: add optional parameter type in gpt command
Date: Tue, 27 Oct 2015 10:51:37 +0100	[thread overview]
Message-ID: <CAKOfRZzSCi_UZTsObaPUeYs=DvqSumPF6BiJASav9_qyn4qCFw@mail.gmail.com> (raw)
In-Reply-To: <20151023165253.GX23893@bill-the-cat>

Hi,

Ok. I will provided documentation update in version 3.

Patrick
Le 23 oct. 2015 6:52 PM, "Tom Rini" <trini@konsulko.com> a ?crit :

> On Wed, Oct 21, 2015 at 02:14:48PM +0200, Patrick Delaunay wrote:
>
> > code under flag CONFIG_PARTITION_TYPE_GUID
> > add parameter "type" to select partition type guid
> >
> > example of use with gpt command :
> >
> >   partitions = uuid_disk=${uuid_gpt_disk}; \
> >       name=boot,size=0x6bc00,uuid=${uuid_gpt_boot}; \
> >       name=root,size=0x7538ba00,uuid=${uuid_gpt_root}, \
> >          type=0fc63daf-8483-4772-8e79-3d69d8477de4;
> >
> >   gpt write mmc 0 $partitions
> >
> > Signed-off-by: Patrick Delaunay <patrick.delaunay73@gmail.com>
>
> Reviewed-by: Tom Rini <trini@konsulko.com>
>
> But I want to echo Simon's comment that we should update the docs a bit,
> perhaps a few more words and an example in doc/README.gpt.
>
> --
> Tom
>

  reply	other threads:[~2015-10-27  9:51 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-21 12:14 [U-Boot] [PATCH v2 1/3] part:efi: add GUID for linux file system data Patrick Delaunay
2015-10-21 12:14 ` [U-Boot] [PATCH v2 2/3] gpt: add optional parameter type in gpt command Patrick Delaunay
2015-10-21 23:24   ` Simon Glass
2015-10-23 16:52   ` Tom Rini
2015-10-27  9:51     ` Patrick Delaunay [this message]
2015-10-21 12:14 ` [U-Boot] [PATCH v2 3/3] uuid: add selection by string for known partition type GUID Patrick Delaunay
2015-10-23 16:53   ` Tom Rini
2015-10-23 16:52 ` [U-Boot] [PATCH v2 1/3] part:efi: add GUID for linux file system data 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='CAKOfRZzSCi_UZTsObaPUeYs=DvqSumPF6BiJASav9_qyn4qCFw@mail.gmail.com' \
    --to=patrick.delaunay73@gmail.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.