commit | c6c7b7a8e7c7dc4ec1d6c0a24a5de60cf1555be9 | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Fri Sep 21 09:50:59 2012 +0000 |
committer | Tom Rini <trini@ti.com> | Tue Sep 25 15:05:44 2012 -0700 |
tree | e75c671a8826b41d81059227868d0ef86b4557de | |
parent | e47dbba7f09d666afc5ee3124ef7efbbb8a5da2d [diff] |
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: Stephen Warren <swarren@nvidia.com>