
On Fri, Nov 20, 2015 at 08:06:12AM +0100, Lukasz Majewski wrote:
Up till now "gpt" command was only able to write (i.e. restore) GPT partition on specified medium with information provided at "$partitions" env variable.
This patch series adds complementary feature - namely "gpt verify", which allows checking (at e.g. boot time) if previously created GPT layout is still correct.
This patch series clearly applies on top of u-boot/master: SHA1: 736d1746fb7b8f7cd70657a4a72db2b6bd8de40e
It has been tested on Beaglebone Black development board (Sitara AM335x CPU).
Lukasz Majewski (5): gpt: command: Remove duplicated check for empty partition description gpt: doc: README: Update README entry for gpt verify extension gpt: doc: Update gpt command's help description gpt: part: Definition and declaration of GPT verification functions gpt: command: Extend gpt command to support GPT table verification
So, I was going to say one thing here, but it turns out I guessed wrong about which part of the previous series still applied (it was 4/6, not 3/6, even 'tho #3 was not included in the v2 posts). In the future, unless you're just changing one patch in the series, please repost the whole thing, it makes applying easier (and you can just say Changes in vX: None in the changelog for the unchanged patch). Thanks!