Skip to content
Commit 470fa190 authored by Heinrich Schuchardt's avatar Heinrich Schuchardt
Browse files

efi_loader: don't set EFI_RT_SUPPORTED_UPDATE_CAPSULE



The EFI_RT_PROPERTIES_TABLE configuration table indicates which runtime
services are available at runtime.

Even if CONFIG_EFI_RUNTIME_UPDATE_CAPSULE=y, we neither support
UpdateCapsule() nor QueryCapsuleCapabilities() at runtime. Thus we should
not set the corresponding flags EFI_RT_SUPPORTED_UPDATE_CAPSULE and
EFI_RT_SUPPORTED_QUERY_CAPSULE_CAPABILITIES in RuntimeServicesSupported.

Fixes: 2bc27ca8 ("efi_loader: define UpdateCapsule api")
Signed-off-by: default avatarHeinrich Schuchardt <xypron.glpk@gmx.de>
parent 3d20d212
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment