Re: [U-Boot] [PATCH v4 0/7] gpt: GUID Partition Table (GPT) restoration

2012-12-07 Thread Piotr Wilczek
Park > Subject: Re: [U-Boot] [PATCH v4 0/7] gpt: GUID Partition Table (GPT) > restoration > > On Fri, Nov 09, 2012 at 10:22:11AM +0100, Piotr Wilczek wrote: > > > This patch series provides a new command - "gpt" for eMMC partition > > table (in the GPT format)

Re: [U-Boot] [PATCH v4 0/7] gpt: GUID Partition Table (GPT) restoration

2012-12-06 Thread Tom Rini
On Fri, Nov 09, 2012 at 10:22:11AM +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 structu

Re: [U-Boot] [PATCH v4 0/7] gpt: GUID Partition Table (GPT) restoration

2012-11-19 Thread Tom Rini
On Fri, Nov 09, 2012 at 10:22:11AM +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 structu

[U-Boot] [PATCH v4 0/7] gpt: GUID Partition Table (GPT) restoration

2012-11-09 Thread Piotr Wilczek
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 ./inclu