From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Rini Date: Wed, 12 Sep 2012 10:23:43 -0700 Subject: [U-Boot] [PATCH v2 0/7] gpt: GUID Partition Table (GPT) restoration In-Reply-To: <1347461446-32097-1-git-send-email-l.majewski@samsung.com> References: <1345795995-24656-1-git-send-email-l.majewski@samsung.com> <1347461446-32097-1-git-send-email-l.majewski@samsung.com> Message-ID: <5050C51F.6050508@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 09/12/2012 07:50 AM, Lukasz Majewski 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 I had two very minor comments. Aside from that, please make sure the series is checkpatch clean (I haven't checked). Thanks! -- Tom