1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-05-06 04:42:16 +00:00

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 <hugo.lhostis@arm.com>
Change-Id: Iad76939460a32d8e34212e86a45905ffd51deb60
Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Hugo L'Hostis
2021-10-05 13:49:30 +01:00
committed by Jon Mason
parent f3763c5c20
commit 8f8de6f808
2 changed files with 6 additions and 4 deletions

View File

@@ -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"

View File

@@ -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.