From afca1f368e217fb460cd0e2d7848aee7df186137 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Brucker Date: Tue, 25 Mar 2025 11:35:49 +0000 Subject: [PATCH] configs/cca-3world: Upgrade kvmtool edk2 To be compatible with the latest RMM, edk2 for kvmtool needs an update. We may as well update the host edk2 too. Reported-by: Olivier Deprez Signed-off-by: Jean-Philippe Brucker --- config/cca-3world.yaml | 2 +- config/cca-edk2.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/cca-3world.yaml b/config/cca-3world.yaml index 9898e13..88c1b05 100644 --- a/config/cca-3world.yaml +++ b/config/cca-3world.yaml @@ -132,7 +132,7 @@ build: repo: edk2: remote: https://git.gitlab.arm.com/linux-arm/edk2-cca.git - revision: 3223_arm_cca_rmm_v1.0_rel0_v3 + revision: 3223_arm_cca_rmm_v1.0_rel0_v3_patch1 toolchain: aarch64-none-elf- diff --git a/config/cca-edk2.yaml b/config/cca-edk2.yaml index 206a13b..9ed1222 100644 --- a/config/cca-edk2.yaml +++ b/config/cca-edk2.yaml @@ -52,7 +52,7 @@ build: repo: edk2: remote: https://git.gitlab.arm.com/linux-arm/edk2-cca.git - revision: 3223_arm_cca_rmm_v1.0_rel0_v3 + revision: 3223_arm_cca_rmm_v1.0_rel0_v3_patch1 edk2-platforms: remote: https://git.gitlab.arm.com/linux-arm/edk2-platforms-cca.git revision: 3223_arm_cca_rmm_v1.0_rel0_v3 -- GitLab