]> git.dujemihanovic.xyz Git - u-boot.git/commit
efi_selftest: use GUID to find ESP in dtbdump
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 2 Feb 2021 17:02:19 +0000 (18:02 +0100)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 4 Feb 2021 19:09:03 +0000 (20:09 +0100)
commit6bca36cee2d37bb3f11f1db55acd3009b85713ad
treeb7d0b46d220ac1ff31e08bd1e6ef6149b0457070
parentb9b0ea30c70bf37cc172604c67e6e9c5548870c1
efi_selftest: use GUID to find ESP in dtbdump

If dtbdump.efi is loaded from memory when calling LoadImage the loaded
image protocol will not indicate the partition from where it was loaded.
In this case use the EFI system partition for the 'load' and 'save'
commands.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_selftest/dtbdump.c