Skip to content
  • Stephen Warren's avatar
    disk: part_efi: parse and store partition UUID · 894bfbbf
    Stephen Warren authored
    
    
    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>
    894bfbbf