From: Michal Simek Date: Thu, 13 May 2021 11:58:58 +0000 (+0200) Subject: arm64: zynqmp: Enable EFI secure boot X-Git-Tag: v2021.10~124^2~1^2~48 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ab09e16d5a4afb958d668554b56c5f717a92e9cd;p=platform%2Fkernel%2Fu-boot.git arm64: zynqmp: Enable EFI secure boot Enabling EFI secure boot which is required for EBBR specification. Enabling this will fix "RT.SetVariable - Create one Time Base Auth Variable, the expect return status should be EFI_SUCCESS" Signed-off-by: Michal Simek --- diff --git a/configs/xilinx_zynqmp_virt_defconfig b/configs/xilinx_zynqmp_virt_defconfig index 6adbe98..997a2a7 100644 --- a/configs/xilinx_zynqmp_virt_defconfig +++ b/configs/xilinx_zynqmp_virt_defconfig @@ -189,3 +189,4 @@ CONFIG_EFI_RUNTIME_UPDATE_CAPSULE=y CONFIG_EFI_CAPSULE_ON_DISK=y CONFIG_EFI_CAPSULE_FIRMWARE_FIT=y CONFIG_EFI_CAPSULE_FIRMWARE_RAW=y +CONFIG_EFI_SECURE_BOOT=y