From b62e5439d2711e2e1a590986e765dfb1554eeb5d Mon Sep 17 00:00:00 2001 From: Ryan Roberts Date: Thu, 28 Nov 2024 16:57:21 +0000 Subject: [PATCH] config: Update CCA's EDK2 host and guest FW version Update to 3223_arm_cca_rmm_v1.0_rel0_v3 universally for all CCA configs. The default upstream remains as it was, using the ad-hoc SHA until an official tag is made. For this reason we continue to use DEBUG build everywhere, to avoid having to override in CCA. Signed-off-by: Ryan Roberts Signed-off-by: Jean-Philippe Brucker --- config/cca-3world.yaml | 2 +- config/cca-edk2.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/cca-3world.yaml b/config/cca-3world.yaml index 881d47e..5dbada5 100644 --- a/config/cca-3world.yaml +++ b/config/cca-3world.yaml @@ -114,7 +114,7 @@ build: repo: edk2: remote: https://git.gitlab.arm.com/linux-arm/edk2-cca.git - revision: 2802_arm_cca_rmm-v1.0-eac5-patch1 + revision: 3223_arm_cca_rmm_v1.0_rel0_v3 toolchain: aarch64-none-elf- diff --git a/config/cca-edk2.yaml b/config/cca-edk2.yaml index 8b2abb4..206a13b 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: 2802_arm_cca_rmm-v1.0-eac5-patch1 + revision: 3223_arm_cca_rmm_v1.0_rel0_v3 edk2-platforms: remote: https://git.gitlab.arm.com/linux-arm/edk2-platforms-cca.git - revision: 2802_arm_cca_rmm-v1.0-eac5 + revision: 3223_arm_cca_rmm_v1.0_rel0_v3 -- GitLab