From: Tom Rini <trini@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v5 0/7] gpt: GUID Partition Table (GPT) restoration
Date: Fri, 14 Dec 2012 09:04:15 -0700 [thread overview]
Message-ID: <20121214160415.GA32034@bill-the-cat> (raw)
In-Reply-To: <1355220588-25905-1-git-send-email-p.wilczek@samsung.com>
On Tue, Dec 11, 2012 at 11:09:41AM +0100, Piotr Wilczek wrote:
> This patch series provides a new command - "gpt" for eMMC partition table
> (in the GPT format) restoration.
>
> As a pre-work, some cleanup at the part_efi.c file was performed to
> remove custom macros and make GPT related structures more readable.
>
> Moreover the part_efi.h file has been moved to ./include directory to
> be easily available from other subsystems.
>
> The GPT detailed description has been written to README.gpt file.
>
> Tested at:
> - Exynos4210 rev.1 - TRATS Samsung development board
>
>
> Chang Hyun Park (1):
> gpt: The leXX_to_int() calls replaced with ones defined at
> <compiler.h>
>
> Lukasz Majewski (5):
> vsprintf:fix: Change type returned by ustrtoul
> part:efi: Move part_efi.h file to ./include
> gpt:doc: GPT (GUID Partition Table) documentation
> gpt: Support for GPT (GUID Partition Table) restoration
> gpt: Enable support for GPT partition table restoration at Samsung's
> Trats
>
> Piotr Wilczek (1):
> gpt: Support for new "gpt" command
>
> common/Makefile | 1 +
> common/cmd_gpt.c | 333 +++++++++++++++++++++++++++++++++++
> disk/part_efi.c | 394 ++++++++++++++++++++++++++++++++++--------
> doc/README.gpt | 201 +++++++++++++++++++++
> include/configs/trats.h | 28 ++-
> include/exports.h | 2 +-
> include/part.h | 52 ++++++
> {disk => include}/part_efi.h | 89 +++++-----
> lib/vsprintf.c | 2 +-
> 9 files changed, 982 insertions(+), 120 deletions(-)
> create mode 100644 common/cmd_gpt.c
> create mode 100644 doc/README.gpt
> rename {disk => include}/part_efi.h (66%)
Applied to u-boot/master, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20121214/ce960373/attachment.pgp>
prev parent reply other threads:[~2012-12-14 16:04 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-12-11 10:09 [U-Boot] [PATCH v5 0/7] gpt: GUID Partition Table (GPT) restoration Piotr Wilczek
2012-12-11 10:09 ` [U-Boot] [PATCH v5 1/7] vsprintf:fix: Change type returned by ustrtoul Piotr Wilczek
2012-12-11 10:09 ` [U-Boot] [PATCH v5 2/7] part:efi: Move part_efi.h file to ./include Piotr Wilczek
2012-12-11 10:09 ` [U-Boot] [PATCH v5 3/7] gpt:doc: GPT (GUID Partition Table) documentation Piotr Wilczek
2012-12-11 10:09 ` [U-Boot] [PATCH v5 4/7] gpt: The leXX_to_int() calls replaced with ones defined at <compiler.h> Piotr Wilczek
2012-12-11 10:09 ` [U-Boot] [PATCH v5 5/7] gpt: Support for GPT (GUID Partition Table) restoration Piotr Wilczek
2012-12-11 10:09 ` [U-Boot] [PATCH v5 6/7] gpt: Support for new "gpt" command Piotr Wilczek
2012-12-11 10:09 ` [U-Boot] [PATCH v5 7/7] gpt: Enable support for GPT partition table restoration at Samsung's Trats Piotr Wilczek
2012-12-14 16:04 ` Tom Rini [this message]
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=20121214160415.GA32034@bill-the-cat \
--to=trini@ti.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox