[honister,0/1] arm-bsp/uboot: send bootcomplete event to secure enclave

Message ID 20220106134730.10276-1-xueliang.zhong@arm.com
Headers show
Series arm-bsp/uboot: send bootcomplete event to secure enclave | expand

Message

xueliang.zhong@arm.com Jan. 6, 2022, 1:47 p.m. UTC
From: Xueliang Zhong <xueliang.zhong@arm.com>

On corstone1000 platform, Secure Enclave will be expecting an event from uboot
when it performs capsule update. Previously, an event is sent at exitbootservice
level. This will create a problem when user wants to interrupt at UEFI shell,
hence, it is required to send an uboot efi initialized event at efi sub-system
initialization stage.

Vishnu Banavath (1):
  arm-bsp/uboot: send bootcomplete event to secure enclave

 ...bootcomplete-message-to-secure-encla.patch | 186 ++++++++++++++++++
 .../recipes-bsp/u-boot/u-boot_%.bbappend      |   1 +
 2 files changed, 187 insertions(+)
 create mode 100644 meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0051-efi_loader-send-bootcomplete-message-to-secure-encla.patch

Comments

Jon Mason Jan. 6, 2022, 3:54 p.m. UTC | #1
On Thu, 6 Jan 2022 13:47:29 +0000, xueliang.zhong@arm.com wrote:
> On corstone1000 platform, Secure Enclave will be expecting an event from uboot
> when it performs capsule update. Previously, an event is sent at exitbootservice
> level. This will create a problem when user wants to interrupt at UEFI shell,
> hence, it is required to send an uboot efi initialized event at efi sub-system
> initialization stage.
> 
> Vishnu Banavath (1):
>   arm-bsp/uboot: send bootcomplete event to secure enclave
> 
> [...]

Applied, thanks!

[1/1] arm-bsp/uboot: send bootcomplete event to secure enclave
      commit: eb48eea8017680d3f3b3288db30a6bfe007ba009

Best regards,