Re: [PATCH SLOF v4 0/4] GPT fixes and LVM support with FAT

2015-07-03 Thread Alexey Kardashevskiy
On 07/02/2015 09:35 PM, Nikunj A Dadhania wrote: Following patchset implements some improvements and cleanup for the GPT booting code: patch 1: Simplify the gpt detection code with lesser scopes and add comments. patch 2: Introduce 8byte LE helpers: x@-le and x!-le patch 3: As we need

[PATCH SLOF v4 0/4] GPT fixes and LVM support with FAT

2015-07-02 Thread Nikunj A Dadhania
Following patchset implements some improvements and cleanup for the GPT booting code: patch 1: Simplify the gpt detection code with lesser scopes and add comments. patch 2: Introduce 8byte LE helpers: x@-le and x!-le patch 3: As we need to detect FAT partition, implement a helper that