1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-01-12 03:10:15 +00:00

arm-bsp/u-boot: corstone1000: Enable UEFI secure boot

This change enables the UEFI secure boot and its related configurations
for corstone1000

Signed-off-by: Harsimran Singh Tungal <harsimransingh.tungal@arm.com>
Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Harsimran Singh Tungal
2024-04-30 16:46:53 +01:00
committed by Jon Mason
parent 12711d5734
commit 25eec5ced2
2 changed files with 29 additions and 0 deletions

View File

@@ -63,6 +63,7 @@ SRC_URI:append = " \
file://0045-efi-corstone1000-fwu-update-RPC-ABI.patch \
file://0046-Corstone1000-Change-MMCOMM-buffer-location.patch \
file://0047-corstone1000-dts-add-external-system-node.patch \
file://0048-corstone1000-Enable-UEFI-Secure-boot.patch \
"
do_configure:append() {

View File

@@ -0,0 +1,28 @@
From b2ef7318686d13cfa2ac76d6f2d69c17135328df Mon Sep 17 00:00:00 2001
From: Harsimran Singh Tungal <harsimransingh.tungal@arm.com>
Date: Thu, 11 Apr 2024 13:35:54 +0000
Subject: [PATCH] corstone1000: Enable UEFI Secure boot
Enable secure boot and related configurations for corstone1000
Upstream-Status: Pending [Not submitted to upstream yet]
Signed-off-by: Harsimran Singh Tungal <harsimransingh.tungal@arm.com>
---
configs/corstone1000_defconfig | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/configs/corstone1000_defconfig b/configs/corstone1000_defconfig
index 8770b474e2..0ecba096d5 100644
--- a/configs/corstone1000_defconfig
+++ b/configs/corstone1000_defconfig
@@ -80,3 +80,7 @@ CONFIG_EFI_SET_TIME=y
CONFIG_EFI_GET_TIME=y
CONFIG_VIRTIO_NET=y
CONFIG_VIRTIO_MMIO=y
+CONFIG_EFI_SECURE_BOOT=y
+CONFIG_FIT_SIGNATURE=y
+CONFIG_EFI_LOADER=y
+CONFIG_CMD_NVEDIT_EFI=y
--
2.34.1