]> git.baikalelectronics.ru Git - uboot.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)
commit5b4d909a3b9169434f84599e0f5be1b7276ed179
treeb7d0b46d220ac1ff31e08bd1e6ef6149b0457070
parent07eb76ec148e4ac730e588c8de967ef2ee5662ea
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