mbox series

[0/5] Introduce authenticated capsule update

Message ID 20231002104323.1967358-1-emekcan.aras@arm.com
Headers show
Series Introduce authenticated capsule update | expand

Message

Emekcan Aras Oct. 2, 2023, 10:43 a.m. UTC
From: Emekcan Aras <emekcan.aras@arm.com>

This patchset introduces authenticated capsule update support for corstone1000.
We now use mkeficapsule tool provided by u-boot to generate a signed capsule. 
This requires efitools-native provided by meta-secure-core and some adjustment 
around firmware update agent in trusted-firmware-m. 

Emekcan Aras (5):
  CI: Add meta-secure-core
  CI: Include meta-secure-core in corstone1000
  kas: corstone1000: add meta-secure-core
  arm-bsp/u-boot: corstone1000: introduce authenticated capsule update
  arm-bsp/trusted-firmware-m: Enable authenticated capsule update

 ci/corstone1000-common.yml                    |   1 +
 ci/meta-openembedded.yml                      |   1 +
 ci/meta-secure-core.yml                       |  11 ++
 kas/corstone1000-base.yml                     |   7 ++
 ...m-Corstone1000-Enable-Signed-Capsule.patch | 102 ++++++++++++++++++
 .../trusted-firmware-m-corstone1000.inc       |   1 +
 ...00-add-signature-device-tree-overlay.patch |  31 ++++++
 ...-enable-authenticated-capsule-config.patch |  28 +++++
 ...roduce-EFI-authenticated-capsule-upd.patch |  76 +++++++++++++
 .../recipes-bsp/u-boot/u-boot_%.bbappend      |  15 ++-
 10 files changed, 272 insertions(+), 1 deletion(-)
 create mode 100644 ci/meta-secure-core.yml
 create mode 100644 meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/0006-Platform-Corstone1000-Enable-Signed-Capsule.patch
 create mode 100644 meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0038-corstone1000-add-signature-device-tree-overlay.patch
 create mode 100644 meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0039-corstone1000-enable-authenticated-capsule-config.patch
 create mode 100644 meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0040-corstone1000-introduce-EFI-authenticated-capsule-upd.patch

Comments

Jon Mason Oct. 3, 2023, 12:04 a.m. UTC | #1
On Mon, 02 Oct 2023 11:43:18 +0100, emekcan.aras@arm.com wrote:
> From: Emekcan Aras <emekcan.aras@arm.com>
> 
> This patchset introduces authenticated capsule update support for corstone1000.
> We now use mkeficapsule tool provided by u-boot to generate a signed capsule.
> This requires efitools-native provided by meta-secure-core and some adjustment
> around firmware update agent in trusted-firmware-m.
> 
> [...]

Applied, thanks!

[1/5] CI: Add meta-secure-core
      commit: 0be13f383d68ffe345f69f612dc54b3c456513f4
[2/5] CI: Include meta-secure-core in corstone1000
      commit: bbc1732e4a0bcd8d909ae7d73cae2b6f27838ab9
[3/5] kas: corstone1000: add meta-secure-core
      commit: aafcf2145946d2501ff88966d4f41e0e2eee2f86
[4/5] arm-bsp/u-boot: corstone1000: introduce authenticated capsule update
      commit: fdbf5f55ad14de0edceaa091067839f5f07f35f6
[5/5] arm-bsp/trusted-firmware-m: Enable authenticated capsule update
      commit: 95789365f7c17df91e52b5d72263f2a97e68b549

Best regards,