[U-Boot] [PATCH 3/3] rename GPT partitions to detect boot failure
Tom Rini
trini at konsulko.com
Fri May 26 12:39:11 UTC 2017
On Sat, May 20, 2017 at 07:27:55PM -0700, alison at peloton-tech.com wrote:
> From: Alison Chaiken <alison at she-devel.com>
>
> This patch provides support in u-boot for renaming GPT
> partitions. The renaming is accomplished via a new 'gpt flip'
> command.
[snip]
> Signed-off-by: Alison Chaiken <alison at peloton-tech.com>
> ---
> cmd/gpt.c | 207 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
> 1 file changed, 201 insertions(+), 6 deletions(-)
There's some whitespace-only chunks, please drop. Also:
[snip]
> +/* ONEMIB is 2**20 */
> +#define ONEMIB 1024*1024
SZ_1MB from <linux/sizes.h>
> +/*
> + * The number '33' comes from the '32' in the definition of disk_partition_t
> + * in include/part.h. That file has '37' rather than UUID_STR_LEN + 1, from
> + * include/uuid.h
> + */
Lets update include/part.h in a new patch earlier in the series,
possibly as part of addressing the problems I mention with the previous
patch. Thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170526/8de83231/attachment.sig>
More information about the U-Boot
mailing list