]> git.ipfire.org Git - people/ms/u-boot.git/commit
GPT: add accessor function for disk GUID
authorAlison Chaiken <alison@peloton-tech.com>
Sun, 25 Jun 2017 23:43:23 +0000 (16:43 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 4 Aug 2017 13:56:04 +0000 (09:56 -0400)
commit73d6d18b7147c90d6f8a60acb8dad663a225e63d
tree0df0ea577d085439b7a87dac0d92e0b46cb5862a
parente6faf21f259ccc0601d06d458e33fb742deb1843
GPT: add accessor function for disk GUID

In order to read the GPT, modify the partition name strings, and then
write out a new GPT, the disk GUID is needed.  While there is an
existing accessor for the partition UUIDs, there is none yet for the
disk GUID.

Changes since v6: none.

Signed-off-by: Alison Chaiken <alison@peloton-tech.com>
cmd/gpt.c
disk/part_efi.c
doc/README.gpt
include/part.h