Skip to content
Snippets Groups Projects
Commit 894bfbbf authored by Stephen Warren's avatar Stephen Warren Committed by Tom Rini
Browse files

disk: part_efi: parse and store partition UUID


Each EFI partition table entry contains a UUID. Extend U-Boot's struct
disk_partition to be able to store this information, and modify
get_partition_info_efi() to fill it in.

The implementation of uuid_string() was derived from the Linux kernel,
tag v3.6-rc4 file lib/vsprintf.c function uuid_string().

Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
parent c04d68c6
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment