]> git.baikalelectronics.ru Git - uboot.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)
commit083a95cb2341e3fe39eb07d573631bd5e345601f
tree0df0ea577d085439b7a87dac0d92e0b46cb5862a
parentd0365090f28fc48018fdec8888021c5517ca8f6f
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