[U-Boot] [PATCH 1/1] efi_loader: fix EFI entry counting

Alexander Graf agraf at suse.de
Mon Feb 11 21:06:14 UTC 2019



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 at 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


More information about the U-Boot mailing list