diff mbox series

arm64: zynqmp: Enable EFI secure boot

Message ID d1013fef78c57857dd66fc0617798e6b8be9b768.1621420131.git.michal.simek@xilinx.com
State Deferred
Delegated to: Tom Rini
Headers show
Series arm64: zynqmp: Enable EFI secure boot | expand

Commit Message

Michal Simek May 19, 2021, 10:28 a.m. UTC
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 <michal.simek@xilinx.com>
---

 configs/xilinx_zynqmp_virt_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Michal Simek May 31, 2021, 8:27 a.m. UTC | #1
st 19. 5. 2021 v 12:28 odesílatel Michal Simek <michal.simek@xilinx.com> napsal:
>
> 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 <michal.simek@xilinx.com>
> ---
>
>  configs/xilinx_zynqmp_virt_defconfig | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/configs/xilinx_zynqmp_virt_defconfig b/configs/xilinx_zynqmp_virt_defconfig
> index e939b04ef6a5..ece527e07468 100644
> --- a/configs/xilinx_zynqmp_virt_defconfig
> +++ b/configs/xilinx_zynqmp_virt_defconfig
> @@ -190,3 +190,4 @@ CONFIG_EFI_CAPSULE_ON_DISK=y
>  CONFIG_EFI_CAPSULE_ON_DISK_EARLY=y
>  CONFIG_EFI_CAPSULE_FIRMWARE_FIT=y
>  CONFIG_EFI_CAPSULE_FIRMWARE_RAW=y
> +CONFIG_EFI_SECURE_BOOT=y
> --
> 2.31.1
>

Applied.
M
diff mbox series

Patch

diff --git a/configs/xilinx_zynqmp_virt_defconfig b/configs/xilinx_zynqmp_virt_defconfig
index e939b04ef6a5..ece527e07468 100644
--- a/configs/xilinx_zynqmp_virt_defconfig
+++ b/configs/xilinx_zynqmp_virt_defconfig
@@ -190,3 +190,4 @@  CONFIG_EFI_CAPSULE_ON_DISK=y
 CONFIG_EFI_CAPSULE_ON_DISK_EARLY=y
 CONFIG_EFI_CAPSULE_FIRMWARE_FIT=y
 CONFIG_EFI_CAPSULE_FIRMWARE_RAW=y
+CONFIG_EFI_SECURE_BOOT=y