
On 11.02.19 18:46, Heinrich Schuchardt wrote:
On 2/10/19 1:11 AM, Heinrich Schuchardt wrote:
`bootefi selftest` fails on qemu-x86_defconfig if efi_selftest() is not invoked using EFI_CALL().
Likewise we call the entry point of EFI payloads with EFI_CALL(efi_start_image()).
entry_count indicates if we are in U-Boot (1) or in EFI payload code (0). As we start in U-Boot code the initial value has to be 1.
Signed-off-by: Heinrich Schuchardt xypron.glpk@gmx.de
Hello Alex,
you just merged this patch into your efi-next tree.
Yes, I figured that a "Fix" patch is reasonably important for this cycle.
It depends on
efi_loader: use efi_start_image() for bootefi https://lists.denx.de/pipermail/u-boot/2019-February/358045.html
Please indicate that properly in the patch next time.
So, please, either remove the patch from your efi-next queue or put the "efi_loader: rework loading and starting of images" patch series in before this patch.
I've removed it from there queue again.
Thanks for the report!
Alex