From 8f8de6f808875e898616c065282ca4a098222333 Mon Sep 17 00:00:00 2001 From: Hugo L'Hostis Date: Tue, 5 Oct 2021 13:49:30 +0100 Subject: [PATCH] arm-bsp/fvp-baser-aemv8r64: Update to linux-yocto 5.14 Updating the linux kernel version to 5.14 for fvp-baser-aemv8r64. Signed-off-by: Hugo L'Hostis Change-Id: Iad76939460a32d8e34212e86a45905ffd51deb60 Signed-off-by: Jon Mason --- meta-arm-bsp/conf/machine/fvp-baser-aemv8r64.conf | 4 ++-- meta-arm-bsp/documentation/fvp-baser-aemv8r64.md | 6 ++++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/meta-arm-bsp/conf/machine/fvp-baser-aemv8r64.conf b/meta-arm-bsp/conf/machine/fvp-baser-aemv8r64.conf index f7651c02..b20bc58d 100644 --- a/meta-arm-bsp/conf/machine/fvp-baser-aemv8r64.conf +++ b/meta-arm-bsp/conf/machine/fvp-baser-aemv8r64.conf @@ -9,8 +9,8 @@ require conf/machine/include/arm/armv8r/arch-armv8r64.inc EXTRA_IMAGEDEPENDS += "boot-wrapper-aarch64" PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" -PREFERRED_VERSION_linux-yocto ?= "5.10%" -PREFERRED_VERSION_linux-yocto-rt ?= "5.10%" +PREFERRED_VERSION_linux-yocto ?= "5.14%" +PREFERRED_VERSION_linux-yocto-rt ?= "5.14%" KERNEL_IMAGETYPE = "Image" KERNEL_DEVICETREE = "arm/fvp-baser-aemv8r64.dtb" diff --git a/meta-arm-bsp/documentation/fvp-baser-aemv8r64.md b/meta-arm-bsp/documentation/fvp-baser-aemv8r64.md index 97a88ff9..ef68fe4d 100644 --- a/meta-arm-bsp/documentation/fvp-baser-aemv8r64.md +++ b/meta-arm-bsp/documentation/fvp-baser-aemv8r64.md @@ -28,8 +28,8 @@ where either a standard or Real-Time Linux kernel (PREEMPT\_RT) can be built and run: - boot-wrapper-aarch64: provides PSCI support - - Linux kernel: linux-yocto-5.10 - - Linux kernel with PREEMPT\_RT support: linux-yocto-rt-5.10 + - Linux kernel: linux-yocto-5.14 + - Linux kernel with PREEMPT\_RT support: linux-yocto-rt-5.14 Note that the Real-Time Linux kernel (PREEMPT\_RT) does not use the real-time architectural extensions of the Armv8-R feature set. @@ -200,6 +200,8 @@ Known Issues and Limitations Change Log ---------- +- Updated Linux kernel version from 5.10 to 5.14 for both standard and +Real-Time (PREEMPT\_RT) builds. - Enabled SMP support via boot-wrapper-aarch64 providing the PSCI CPU_ON and CPU_OFF functions. - Introduced Armv8-R64 compiler flags.