]> git.dujemihanovic.xyz Git - u-boot.git/commit
efi_loader: set partition GUID in device path for SIG_TYPE_GUID
authorAlfonso Sánchez-Beato <alfonso.sanchez-beato@canonical.com>
Thu, 15 Jul 2021 13:31:42 +0000 (15:31 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 18 Jul 2021 12:43:56 +0000 (14:43 +0200)
commit17f8cda505e344381cb3c52f6e15b65dbe5be6d5
tree56313892ac9601dfd4c65602012346afb5b81689
parentf929ce50727bf1019323d6c199dfd3a5755c5474
efi_loader: set partition GUID in device path for SIG_TYPE_GUID

Previously, the GPT device GUID was being used instead of the partition,
which was incorrect.

Signed-off-by: Alfonso Sánchez-Beato <alfonso.sanchez-beato@canonical.com>
Let EFI_LOADER select CONFIG_PARTITION_UUIDS.
Use log_warning() instead of printf() for warning.
Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
lib/efi_loader/Kconfig
lib/efi_loader/efi_device_path.c