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 v2 3/3] uuid: add selection by string for known partition type GUID
Date: Fri, 23 Oct 2015 12:53:00 -0400	[thread overview]
Message-ID: <20151023165300.GY23893@bill-the-cat> (raw)
In-Reply-To: <1445429689-26361-3-git-send-email-patrick.delaunay73@gmail.com>

On Wed, Oct 21, 2015 at 02:14:49PM +0200, Patrick Delaunay wrote:

> short strings can be used in type parameter of gpt command
> to replace the guid string for the types known by u-boot
> 
>       partitions = name=boot,size=0x6bc00,type=data; \
>                    name=root,size=0x7538ba00,type=linux;
>       gpt write mmc 0 $partitions
> 
> and they are also used to display the type of partition
> in "part list" command
> 
>   Partition Map for MMC device 0  --   Partition Type: EFI
> 
>   Part	Start LBA	End LBA		Name
> 	Attributes
> 	Type GUID
> 	Partition GUID
>     1	0x00000022	0x0000037f	"boot"
> 	attrs:	0x0000000000000000
> 	type:	ebd0a0a2-b9e5-4433-87c0-68b6b72699c7
> 	type:	data
> 	guid:	d117f98e-6f2c-d04b-a5b2-331a19f91cb2
>     2	0x00000380	0x003a9fdc	"root"
> 	attrs:	0x0000000000000000
> 	type:	0fc63daf-8483-4772-8e79-3d69d8477de4
> 	type:	linux
> 	guid:	25718777-d0ad-7443-9e60-02cb591c9737
> 
> Signed-off-by: Patrick Delaunay <patrick.delaunay73@gmail.com>

Reviewed-by: Tom Rini <trini@konsulko.com>

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

  reply	other threads:[~2015-10-23 16:53 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
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 [this message]
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=20151023165300.GY23893@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.