]> git.ipfire.org Git - people/ms/u-boot.git/commit
efi: Conflict efi_loader with different stub bitness
authorAlexander Graf <agraf@suse.de>
Wed, 24 Jan 2018 13:54:21 +0000 (14:54 +0100)
committerAlexander Graf <agraf@suse.de>
Sun, 28 Jan 2018 20:37:13 +0000 (21:37 +0100)
commit6698bb343fec66a2167dcdfe5cd645e09166440e
tree21640312141097e0eb73074428193a27c811e8c6
parent4f6c7b12ed425095e635c32f184e8f8002da3823
efi: Conflict efi_loader with different stub bitness

We have 2 users of the EFI headers: efi_loader and the EFI stub. Efi_loader
always expects that the bitness of the definitions it uses is identical to
the execution.

The EFI stub however allows to run x86_64 U-Boot on 32bit EFI and the other
way around, so it allows for different bitness of EFI definitions and U-Boot
environment.

This patch explicitly requests via Kconfig that efi_loader can only be enabled
if the bitness is identical. Because we can run efi_loader on x86_64 without
EFI stub enabled, it also ensures that this case propagates the correct ABI
constraints.

Signed-off-by: Alexander Graf <agraf@suse.de>
include/efi.h
lib/efi_loader/Kconfig