From: Heinrich Schuchardt Date: Thu, 18 Jul 2024 12:05:09 +0000 (+0200) Subject: efi_loader: require EFI boot manager for EBBR compliance X-Git-Url: http://git.dujemihanovic.xyz/img/static/gitweb.css?a=commitdiff_plain;h=e1090d77310b3e52720f490b4270f76aeebffc6e;p=u-boot.git efi_loader: require EFI boot manager for EBBR compliance A system has to support booting via the boot manager to be EBBR compliant. See the reference to variables Boot#### in the specification. Signed-off-by: Heinrich Schuchardt Reviewed-by: Ilias Apalodimas --- diff --git a/lib/efi_loader/Kconfig b/lib/efi_loader/Kconfig index b49a1fc42a..1179c31bb1 100644 --- a/lib/efi_loader/Kconfig +++ b/lib/efi_loader/Kconfig @@ -487,6 +487,7 @@ config EFI_ECPT config EFI_EBBR_2_1_CONFORMANCE bool "Add the EBBRv2.1 conformance entry to the ECPT table" + depends on BOOTMETH_EFI_BOOTMGR depends on EFI_ECPT depends on EFI_LOADER_HII depends on EFI_RISCV_BOOT_PROTOCOL || !RISCV