Re: [U-Boot] [PATCH v3 4/5] rename GPT partitions to detect boot failure

2017-06-06 Thread Lothar Waßmann
Hi, On Fri, 2 Jun 2017 19:22:33 -0700 ali...@peloton-tech.com wrote: > From: Alison Chaiken > > This patch provides support in u-boot for renaming GPT > partitions. The renaming is accomplished via a new 'gpt flip' > command. > > The concept for the bootloader state machine is the following:

[U-Boot] [PATCH v3 4/5] rename GPT partitions to detect boot failure

2017-06-02 Thread alison
From: Alison Chaiken This patch provides support in u-boot for renaming GPT partitions. The renaming is accomplished via a new 'gpt flip' command. The concept for the bootloader state machine is the following: -- u-boot renames ‘primary’ partitions as ‘candidate’ and tries to boot them. --