From patchwork Wed Dec 14 07:55:00 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Qi Feng X-Patchwork-Id: 16736 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 59DCDC4332F for ; Wed, 14 Dec 2022 07:55:23 +0000 (UTC) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web11.97897.1671004513598871661 for ; Tue, 13 Dec 2022 23:55:13 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: qi.feng@arm.com) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id CC8C0FEC; Tue, 13 Dec 2022 23:55:53 -0800 (PST) Received: from ais-sh-xeon.shanghai.arm.com (unknown [10.169.212.215]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id A481F3F73B; Tue, 13 Dec 2022 23:55:11 -0800 (PST) From: Qi Feng To: meta-arm@lists.yoctoproject.org Cc: Robbie.Cao@arm.com, qi.feng@arm.com, Robbie Cao Subject: [PATCH][langdale] arm/fvp-base-r-aem: upgrade to version 11.20.15 Date: Wed, 14 Dec 2022 15:55:00 +0800 Message-Id: <20221214075500.2891854-1-qi.feng@arm.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 14 Dec 2022 07:55:23 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arm/message/4181 From: Robbie Cao Update version in documentation. Issue-Id: SCM-4874 Signed-off-by: Robbie Cao Change-Id: Ic66bdcdc5c6309331f80faab6eaf2e3e936a5da4 --- meta-arm-bsp/documentation/fvp-baser-aemv8r64.md | 4 ++-- ...{fvp-base-r-aem_11.19.14.bb => fvp-base-r-aem_11.20.15.bb} | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename meta-arm/recipes-devtools/fvp/{fvp-base-r-aem_11.19.14.bb => fvp-base-r-aem_11.20.15.bb} (85%) diff --git a/meta-arm-bsp/documentation/fvp-baser-aemv8r64.md b/meta-arm-bsp/documentation/fvp-baser-aemv8r64.md index 9127a6ce..e29aad34 100644 --- a/meta-arm-bsp/documentation/fvp-baser-aemv8r64.md +++ b/meta-arm-bsp/documentation/fvp-baser-aemv8r64.md @@ -27,9 +27,9 @@ The fvp-baser-aemv8r64 Yocto MACHINE supports the following BSP components, where either a standard or Real-Time Linux kernel (PREEMPT\_RT) can be built and run: - - FVP_Base_AEMv8R: v11.19.14 + - FVP_Base_AEMv8R: v11.20.15 - boot-wrapper-aarch64: provides PSCI support - - U-Boot: v2022.04 - provides UEFI services + - U-Boot: v2022.07 - provides UEFI services - Linux kernel: linux-yocto-5.15 - Linux kernel with PREEMPT\_RT support: linux-yocto-rt-5.15 diff --git a/meta-arm/recipes-devtools/fvp/fvp-base-r-aem_11.19.14.bb b/meta-arm/recipes-devtools/fvp/fvp-base-r-aem_11.20.15.bb similarity index 85% rename from meta-arm/recipes-devtools/fvp/fvp-base-r-aem_11.19.14.bb rename to meta-arm/recipes-devtools/fvp/fvp-base-r-aem_11.20.15.bb index 3ef08912..f5175b2c 100644 --- a/meta-arm/recipes-devtools/fvp/fvp-base-r-aem_11.19.14.bb +++ b/meta-arm/recipes-devtools/fvp/fvp-base-r-aem_11.20.15.bb @@ -5,6 +5,6 @@ LIC_FILES_CHKSUM = "file://license_terms/license_agreement.txt;md5=1a33828e132ba file://license_terms/third_party_licenses/third_party_licenses.txt;md5=34a1ba318d745f05e6197def68ea5411 \ file://license_terms/third_party_licenses/arm_license_management_utilities/third_party_licenses.txt;md5=2e53bda6ff2db4c35d69944b93926c9f" -SRC_URI[sha256sum] = "788ede659414af36a2d09489e400c4d822c859b726565f1f171bc3102a9413d0" +SRC_URI[sha256sum] = "c252616489b79fffa3bb721255b1c99ff4ee8c38e4beebce4fa05862a3195fe9" MODEL_CODE = "FVP_Base_AEMv8R"